From 341da20333da713d21e01a5d22aeedac551261c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 4 Oct 2019 20:44:13 +0200 Subject: [PATCH] dev-vcs/git-deploy: Move from perl-app to perl-functions.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.70, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel --- ...0131024.ebuild => git-deploy-6.0.1_p20131024-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-vcs/git-deploy/{git-deploy-6.0.1_p20131024.ebuild => git-deploy-6.0.1_p20131024-r1.ebuild} (92%) 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 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 -- 2.26.2