Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-deploy/
Date: Fri, 04 Oct 2019 18:44:27
Message-Id: 1570214660.341da20333da713d21e01a5d22aeedac551261c3.dilfridge@gentoo
1 commit: 341da20333da713d21e01a5d22aeedac551261c3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 4 18:44:13 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 18:44:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341da203
7
8 dev-vcs/git-deploy: Move from perl-app to perl-functions.eclass
9
10 Package-Manager: Portage-2.3.70, Repoman-2.3.17
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...6.0.1_p20131024.ebuild => git-deploy-6.0.1_p20131024-r1.ebuild} | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 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
17 similarity index 92%
18 rename from dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild
19 rename to dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild
20 index da2005af964..3e27f1ef8e6 100644
21 --- a/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024.ebuild
22 +++ b/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29
30 -inherit perl-app
31 +inherit perl-functions
32
33 COMMIT="e9ef93debd12d85e70676dd79b4bd78ac2b05271"
34
35 @@ -29,7 +29,7 @@ DEPEND="dev-lang/perl
36 ${COMMON_DEPEND}
37 virtual/perl-File-Temp
38 )"
39 -RDEPEND="dev-lang/perl
40 +RDEPEND="dev-lang/perl:=
41 ${COMMON_DEPEND}"
42
43 S="${WORKDIR}/${PN}-${COMMIT}"
44 @@ -56,6 +56,7 @@ src_test() {
45 }
46
47 src_install() {
48 + perl_set_version
49 dobin git-deploy
50
51 insinto $VENDOR_LIB