pkgsrc-WIP-changes archive

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

chromium-depot_tools: Fix bash shebangs



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jul 21 23:07:16 2016 +0200
Changeset:	1590a029dbcc54cfd9c3a329363f447a91a958a8

Modified Files:
	chromium-depot_tools/Makefile

Log Message:
chromium-depot_tools: Fix bash shebangs

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

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

diffstat:
 chromium-depot_tools/Makefile | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/chromium-depot_tools/Makefile b/chromium-depot_tools/Makefile
index f0445ed..98aa8e0 100644
--- a/chromium-depot_tools/Makefile
+++ b/chromium-depot_tools/Makefile
@@ -14,8 +14,13 @@ LICENSE=	modified-bsd
 USE_TOOLS+=	bash:run tar pax:build
 
 REPLACE_BASH+=	apply_issue
+REPLACE_BASH+=	bootstrap/win/git-bash.template.sh
+REPLACE_BASH+=	bootstrap/win/profile.d.python.sh
+REPLACE_BASH+=	cit
 REPLACE_BASH+=	clang-format
+REPLACE_BASH+=	commit_queue
 REPLACE_BASH+=	create-chromium-git-src
+REPLACE_BASH+=	depot-tools-auth
 REPLACE_BASH+=	download_from_google_storage
 REPLACE_BASH+=	drover
 REPLACE_BASH+=	fetch
@@ -23,11 +28,17 @@ REPLACE_BASH+=	gcl
 REPLACE_BASH+=	gclient
 REPLACE_BASH+=	gclient_completion.sh
 REPLACE_BASH+=	gclient_scm.py
+REPLACE_BASH+=	git-auto-svn
 REPLACE_BASH+=	git-cache
 REPLACE_BASH+=	git-cherry-pick-upload
 REPLACE_BASH+=	git-cl
+REPLACE_BASH+=	git-crrev-parse
 REPLACE_BASH+=	git-crsync
+REPLACE_BASH+=	git-drover
+REPLACE_BASH+=	git-find-releases
+REPLACE_BASH+=	git-footers
 REPLACE_BASH+=	git-freeze
+REPLACE_BASH+=	git-hyper-blame
 REPLACE_BASH+=	git-map
 REPLACE_BASH+=	git-map-branches
 REPLACE_BASH+=	git-mark-merge-base
@@ -49,6 +60,7 @@ REPLACE_BASH+=	man/push_to_gs.sh
 REPLACE_BASH+=	man/src/*.sh
 REPLACE_BASH+=	ninja
 REPLACE_BASH+=	roll-dep
+REPLACE_BASH+=	roll-dep-svn
 REPLACE_BASH+=	testing_support/*.sh
 REPLACE_BASH+=	tests/*.sh
 REPLACE_BASH+=	update_depot_tools


Home | Main Index | Thread Index | Old Index