Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Build: ChangeLog perl-Module-Build-0.420.500-r1.ebuild perl-Module-Build-0.420.500.ebuild
Date: Sat, 29 Nov 2014 20:02:42
Message-Id: 20141129200238.9FA03B2CF@oystercatcher.gentoo.org
1 dilfridge 14/11/29 20:02:38
2
3 Modified: ChangeLog
4 Added: perl-Module-Build-0.420.500-r1.ebuild
5 Removed: perl-Module-Build-0.420.500.ebuild
6 Log:
7 The Perl 5.20 bundled version is deprecated and throws warnings, therefore we install from CPAN; bug 531052
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.89 virtual/perl-Module-Build/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.89&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.89&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?r1=1.88&r2=1.89
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v
21 retrieving revision 1.88
22 retrieving revision 1.89
23 diff -u -r1.88 -r1.89
24 --- ChangeLog 9 Jul 2014 20:19:40 -0000 1.88
25 +++ ChangeLog 29 Nov 2014 20:02:38 -0000 1.89
26 @@ -1,6 +1,13 @@
27 # ChangeLog for virtual/perl-Module-Build
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.88 2014/07/09 20:19:40 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.89 2014/11/29 20:02:38 dilfridge Exp $
31 +
32 +*perl-Module-Build-0.420.500-r1 (29 Nov 2014)
33 +
34 + 29 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
35 + -perl-Module-Build-0.420.500.ebuild, +perl-Module-Build-0.420.500-r1.ebuild:
36 + The Perl 5.20 bundled version is deprecated and throws warnings, therefore we
37 + install from CPAN; bug 531052
38
39 *perl-Module-Build-0.420.500 (09 Jul 2014)
40 *perl-Module-Build-0.400.300-r1 (09 Jul 2014)
41
42
43
44 1.1 virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: perl-Module-Build-0.420.500-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild,v 1.1 2014/11/29 20:02:38 dilfridge Exp $
54
55 EAPI=5
56
57 DESCRIPTION="Virtual for ${PN#perl-}"
58 HOMEPAGE=""
59 SRC_URI=""
60
61 LICENSE=""
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 IUSE=""
65
66 RDEPEND="~perl-core/${PN#perl-}-${PV}"
67
68 # this is the =dev-lang/perl-5.20* version, but the bundled copy is deprecated