Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Storable/
Date: Sat, 30 Apr 2016 15:48:33
Message-Id: 1462031296.adb42f36121420d01a900a5531dc8ae4268b6e35.dilfridge@gentoo
1 commit: adb42f36121420d01a900a5531dc8ae4268b6e35
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 15:47:48 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 15:48:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb42f36
7
8 virtual/perl-Storable: Also provided by 5.22.2
9
10 Package-Manager: portage-2.2.28
11
12 ...-Storable-2.530.100.ebuild => perl-Storable-2.530.100-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/virtual/perl-Storable/perl-Storable-2.530.100.ebuild b/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild
16 similarity index 81%
17 rename from virtual/perl-Storable/perl-Storable-2.530.100.ebuild
18 rename to virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild
19 index 688e5c3..b9a2245 100644
20 --- a/virtual/perl-Storable/perl-Storable-2.530.100.ebuild
21 +++ b/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 -EAPI=5
29 +EAPI=6
30
31 DESCRIPTION="Virtual for ${PN#perl-}"
32 HOMEPAGE=""
33 @@ -15,7 +15,7 @@ IUSE=""
34
35 DEPEND=""
36 RDEPEND="
37 - || ( =dev-lang/perl-5.22.1* ~perl-core/${PN#perl-}-${PV} )
38 + || ( =dev-lang/perl-5.22.2* =dev-lang/perl-5.22.1* ~perl-core/${PN#perl-}-${PV} )
39 !<perl-core/${PN#perl-}-${PV}
40 !>perl-core/${PN#perl-}-${PV}-r999
41 "