Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/
Date: Wed, 21 Mar 2018 18:13:04
Message-Id: 1521655959.6330c990417cfe307a1651f3345403116923529d.mgorny@gentoo
1 commit: 6330c990417cfe307a1651f3345403116923529d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 17:08:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 18:12:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6330c990
7
8 app-portage/g-cpan: Support sys-apps/portage-mgorny
9
10 .../g-cpan/{g-cpan-0.16.9.ebuild => g-cpan-0.16.9-r1.ebuild} | 7 +++++--
11 app-portage/g-cpan/g-cpan-9999.ebuild | 7 +++++--
12 2 files changed, 10 insertions(+), 4 deletions(-)
13
14 diff --git a/app-portage/g-cpan/g-cpan-0.16.9.ebuild b/app-portage/g-cpan/g-cpan-0.16.9-r1.ebuild
15 similarity index 93%
16 rename from app-portage/g-cpan/g-cpan-0.16.9.ebuild
17 rename to app-portage/g-cpan/g-cpan-0.16.9-r1.ebuild
18 index a385366a29c..39bcbf8a06f 100644
19 --- a/app-portage/g-cpan/g-cpan-0.16.9.ebuild
20 +++ b/app-portage/g-cpan/g-cpan-0.16.9-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -31,7 +31,10 @@ COMMONDEPEND="
28 >=dev-perl/YAML-0.60
29 "
30 RDEPEND="${COMMONDEPEND}
31 - >=sys-apps/portage-2.0.0
32 + || (
33 + >=sys-apps/portage-2.0.0
34 + sys-apps/portage-mgorny
35 + )
36 "
37 DEPEND="${COMMONDEPEND}
38 virtual/perl-ExtUtils-MakeMaker
39
40 diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild
41 index 669c0992637..50536a4a795 100644
42 --- a/app-portage/g-cpan/g-cpan-9999.ebuild
43 +++ b/app-portage/g-cpan/g-cpan-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -33,7 +33,10 @@ COMMONDEPEND="
51 >=dev-perl/YAML-0.60
52 "
53 RDEPEND="${COMMONDEPEND}
54 - >=sys-apps/portage-2.0.0
55 + || (
56 + >=sys-apps/portage-2.0.0
57 + sys-apps/portage-mgorny
58 + )
59 "
60 DEPEND="${COMMONDEPEND}
61 virtual/perl-ExtUtils-MakeMaker