pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chromium-depot_tools: Initial revamp package for recent git snapshot



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jul 21 22:42:37 2016 +0200
Changeset:	d52624232e4dee257f04e29656aee1fa06d84b66

Modified Files:
	chromium-depot_tools/Makefile
	chromium-depot_tools/distinfo

Log Message:
chromium-depot_tools: Initial revamp package for recent git snapshot

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d52624232e4dee257f04e29656aee1fa06d84b66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chromium-depot_tools/Makefile | 24 +++++++-----------------
 chromium-depot_tools/distinfo |  7 ++++---
 2 files changed, 11 insertions(+), 20 deletions(-)

diffs:
diff --git a/chromium-depot_tools/Makefile b/chromium-depot_tools/Makefile
index 63436a3..90be6cf 100644
--- a/chromium-depot_tools/Makefile
+++ b/chromium-depot_tools/Makefile
@@ -1,13 +1,10 @@
 # $NetBSD: Makefile,v 1.3 2014/09/01 11:00:08 fhajny Exp $
 
-SVN_REVISION=	291592
-DIST_VERSION=	0.1
-ORIG_NAME=	depot_tools
-DISTNAME=	${ORIG_NAME}-${DIST_VERSION}pre${SVN_REVISION}
-PKGNAME=	chromium-${DISTNAME}
-PKGREVISION=	1
+GIT_REVISION=	75c2cc859d3547a02edff5387ec75d47ed41afd5
+DISTNAME=	${GIT_REVISION}
+PKGNAME=	chromium-depot_tools-${DISTNAME}
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	https://chromium.googlesource.com/chromium/tools/depot_tools.git/+archive/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://dev.chromium.org/developers/how-tos/install-depot-tools
@@ -30,9 +27,7 @@ REPLACE_BASH+=	git-cache
 REPLACE_BASH+=	git-cherry-pick-upload
 REPLACE_BASH+=	git-cl
 REPLACE_BASH+=	git-crsync
-REPLACE_BASH+=	git-crup
 REPLACE_BASH+=	git-freeze
-REPLACE_BASH+=	git-lkgr
 REPLACE_BASH+=	git-map
 REPLACE_BASH+=	git-map-branches
 REPLACE_BASH+=	git-mark-merge-base
@@ -53,7 +48,6 @@ REPLACE_BASH+=	gn
 REPLACE_BASH+=	man/push_to_gs.sh
 REPLACE_BASH+=	man/src/*.sh
 REPLACE_BASH+=	ninja
-REPLACE_BASH+=	python_git_runner.sh
 REPLACE_BASH+=	roll-dep
 REPLACE_BASH+=	testing_support/*.sh
 REPLACE_BASH+=	tests/*.sh
@@ -75,8 +69,6 @@ REPLACE_PYTHON+=	cbuildbot
 REPLACE_PYTHON+=	chrome_set_ver
 REPLACE_PYTHON+=	cros
 REPLACE_PYTHON+=	cros_sdk
-REPLACE_PYTHON+=	git-cl-upload-hook
-REPLACE_PYTHON+=	git_utils/git-tree-prune
 REPLACE_PYTHON+=	repo
 REPLACE_PYTHON+=	support/chromite_wrapper
 REPLACE_PYTHON+=	tests/sample_pre_commit_hook
@@ -86,14 +78,12 @@ REPLACE_PYTHON+=	wtf
 
 INSTALLATION_DIRS+=	share/chromium-depot_tools
 
-do-configure:
+NO_BUILD=	yes
 
-do-build:
+WRKSRC=		${WRKDIR}
 
 do-install:
-	cd ${WRKSRC}; \
-	tar cf - . | \
-		(cd ${DESTDIR}/${PREFIX}/share/chromium-depot_tools; tar xf -)
+	cd ${WRKSRC}; ${PAX} -rw . ${DESTDIR}/${PREFIX}/share/chromium-depot_tools
 
 .include "../../lang/python/tool.mk"
 .include "../../lang/python/application.mk"
diff --git a/chromium-depot_tools/distinfo b/chromium-depot_tools/distinfo
index f8fc01f..8acb5c0 100644
--- a/chromium-depot_tools/distinfo
+++ b/chromium-depot_tools/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.2 2014/08/31 17:23:04 heidnes Exp $
 
-SHA1 (depot_tools-0.1pre291592.tar.gz) = b4bfa8dc0d2b0613b23561d2061d17f2f82dc03a
-RMD160 (depot_tools-0.1pre291592.tar.gz) = e8ed519fb6cfbb9b9ec572c7f22183bf26386594
-Size (depot_tools-0.1pre291592.tar.gz) = 15419167 bytes
+SHA1 (75c2cc859d3547a02edff5387ec75d47ed41afd5.tar.gz) = 100a42120d2f24df14f5211916933047128bc605
+RMD160 (75c2cc859d3547a02edff5387ec75d47ed41afd5.tar.gz) = 2c7ae9a26188c3eb2f4595eb92c0e89a3d5e81ad
+SHA512 (75c2cc859d3547a02edff5387ec75d47ed41afd5.tar.gz) = 477b06739b787edc880c92087415dbaa8746dc86c7f5446523827a824396afa37f546fe8cff292e0abe9a75180fd36c5f3baa1423f1506449efdea36dd0d2806
+Size (75c2cc859d3547a02edff5387ec75d47ed41afd5.tar.gz) = 2907205 bytes


Home | Main Index | Thread Index | Old Index