commit:     341da20333da713d21e01a5d22aeedac551261c3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 18:44:13 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 18:44:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341da203

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 <AT> gentoo.org>

 ...6.0.1_p20131024.ebuild => git-deploy-6.0.1_p20131024-r1.ebuild} | 7 ++++---
 1 file 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
similarity index 92%
rename from dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild
rename to dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild
index da2005af964..3e27f1ef8e6 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

Reply via email to