diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:44:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:44:20 +0200 |
commit | 341da20333da713d21e01a5d22aeedac551261c3 (patch) | |
tree | 2930449530b796196ee3ba35a3ed3736a1aa97c4 /dev-vcs | |
parent | app-i18n/fcitx-sayura: Use EAPI="7". (diff) | |
download | gentoo-341da20333da713d21e01a5d22aeedac551261c3.tar.gz gentoo-341da20333da713d21e01a5d22aeedac551261c3.tar.bz2 gentoo-341da20333da713d21e01a5d22aeedac551261c3.zip |
dev-vcs/git-deploy: Move from perl-app to perl-functions.eclass
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild (renamed from dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild b/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild index da2005af964f..3e27f1ef8e6d 100644 --- a/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild +++ b/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit perl-app +inherit perl-functions COMMIT="e9ef93debd12d85e70676dd79b4bd78ac2b05271" @@ -29,7 +29,7 @@ DEPEND="dev-lang/perl ${COMMON_DEPEND} virtual/perl-File-Temp )" -RDEPEND="dev-lang/perl +RDEPEND="dev-lang/perl:= ${COMMON_DEPEND}" S="${WORKDIR}/${PN}-${COMMIT}" @@ -56,6 +56,7 @@ src_test() { } src_install() { + perl_set_version dobin git-deploy insinto $VENDOR_LIB |