commit: 624da001655204bafa64b163cdd463a071b81e6f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 5 14:11:10 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Dec 6 18:45:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624da001
app-admin/helm: Fix version
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-admin/helm/helm-2.7.2-r1.ebuild | 2 +-
app-admin/helm/{helm-2.7.2-r1.ebuild => helm-2.7.2-r2.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/helm/helm-2.7.2-r1.ebuild
b/app-admin/helm/helm-2.7.2-r1.ebuild
index 362b7d6e042..e6a028c65a6 100644
--- a/app-admin/helm/helm-2.7.2-r1.ebuild
+++ b/app-admin/helm/helm-2.7.2-r1.ebuild
@@ -117,7 +117,7 @@ src_prepare() {
default
sed -i -e "s/git rev-parse HEAD/echo ${GIT_COMMIT}/"\
-e "s/git rev-parse --short HEAD/echo ${GIT_COMMIT:0:7}/"\
- -e "s#git describe --tags --abbrev=0 --exact-match
2>/dev/null#echo ${PV}#"\
+ -e "s#git describe --tags --abbrev=0 --exact-match
2>/dev/null#echo v${PV}#"\
-e 's/test -n "`git status --porcelain`" && echo "dirty" ||//'
src/${EGO_PN}/versioning.mk || die
rm -rf src/${EGO_PN}/vendor/*/*/vendor
src/${EGO_PN}/vendor/*/*/*/vendor || die
diff --git a/app-admin/helm/helm-2.7.2-r1.ebuild
b/app-admin/helm/helm-2.7.2-r2.ebuild
similarity index 99%
copy from app-admin/helm/helm-2.7.2-r1.ebuild
copy to app-admin/helm/helm-2.7.2-r2.ebuild
index 362b7d6e042..d846bcdf781 100644
--- a/app-admin/helm/helm-2.7.2-r1.ebuild
+++ b/app-admin/helm/helm-2.7.2-r2.ebuild
@@ -117,7 +117,7 @@ src_prepare() {
default
sed -i -e "s/git rev-parse HEAD/echo ${GIT_COMMIT}/"\
-e "s/git rev-parse --short HEAD/echo ${GIT_COMMIT:0:7}/"\
- -e "s#git describe --tags --abbrev=0 --exact-match
2>/dev/null#echo ${PV}#"\
+ -e "s#git describe --tags --abbrev=0 --exact-match
2>/dev/null#echo v${PV}#"\
-e 's/test -n "`git status --porcelain`" && echo "dirty" ||//'
src/${EGO_PN}/versioning.mk || die
rm -rf src/${EGO_PN}/vendor/*/*/vendor
src/${EGO_PN}/vendor/*/*/*/vendor || die
@@ -139,6 +139,6 @@ src_install() {
insinto /usr/share/zsh/site-functions
newins ${PN}.zsh _${PN}
- dobin bin/${PN}
+ dobin bin/${PN} bin/tiller
dodoc src/${EGO_PN}/README.md
}