Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: Inline-0.500.0-r1.ebuild Inline-0.510.0-r1.ebuild ChangeLog Inline-0.510.0.ebuild Inline-0.500.0.ebuild
Date: Sat, 23 Aug 2014 22:14:21
Message-Id: 20140823221418.61ED73C2B@oystercatcher.gentoo.org
1 axs 14/08/23 22:14:18
2
3 Modified: ChangeLog
4 Added: Inline-0.500.0-r1.ebuild Inline-0.510.0-r1.ebuild
5 Removed: Inline-0.510.0.ebuild Inline-0.500.0.ebuild
6 Log:
7 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.65 dev-perl/Inline/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?rev=1.65&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?rev=1.65&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?r1=1.64&r2=1.65
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
21 retrieving revision 1.64
22 retrieving revision 1.65
23 diff -u -r1.64 -r1.65
24 --- ChangeLog 10 Jul 2014 10:36:02 -0000 1.64
25 +++ ChangeLog 23 Aug 2014 22:14:18 -0000 1.65
26 @@ -1,6 +1,15 @@
27 # ChangeLog for dev-perl/Inline
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.64 2014/07/10 10:36:02 zlogene Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.65 2014/08/23 22:14:18 axs Exp $
31 +
32 +*Inline-0.510.0-r1 (23 Aug 2014)
33 +*Inline-0.500.0-r1 (23 Aug 2014)
34 +
35 + 23 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +Inline-0.500.0-r1.ebuild, +Inline-0.510.0-r1.ebuild, -Inline-0.500.0.ebuild,
37 + -Inline-0.510.0.ebuild:
38 + bumped EAPI to 5; committed directly to stable as no other changes present and
39 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
40
41 10 Jul 2014; Mikle Kolyada <zlogene@g.o> -Inline-0.44-r1.ebuild,
42 -Inline-0.470.0.ebuild, Inline-0.500.0.ebuild:
43
44
45
46 1.1 dev-perl/Inline/Inline-0.500.0-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.500.0-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.500.0-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: Inline-0.500.0-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0-r1.ebuild,v 1.1 2014/08/23 22:14:18 axs Exp $
56
57 EAPI=5
58
59 MODULE_AUTHOR=SISYPHUS
60 MODULE_VERSION=0.50
61 inherit perl-module
62
63 DESCRIPTION="Write Perl subroutines in other languages"
64
65 SLOT="0"
66 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
67 IUSE="test"
68
69 RDEPEND="virtual/perl-Digest-MD5
70 virtual/perl-File-Spec
71 dev-perl/Parse-RecDescent"
72 DEPEND="${RDEPEND}
73 test? (
74 dev-perl/Test-Warn
75 )"
76
77 SRC_TEST=do
78
79 src_test() {
80 MAKEOPTS+=" -j1" perl-module_src_test # bug 384137
81 }
82
83
84
85 1.1 dev-perl/Inline/Inline-0.510.0-r1.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.510.0-r1.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.510.0-r1.ebuild?rev=1.1&content-type=text/plain
89
90 Index: Inline-0.510.0-r1.ebuild
91 ===================================================================
92 # Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.510.0-r1.ebuild,v 1.1 2014/08/23 22:14:18 axs Exp $
95
96 EAPI=5
97
98 MODULE_AUTHOR=SISYPHUS
99 MODULE_VERSION=0.51
100 inherit perl-module
101
102 DESCRIPTION="Write Perl subroutines in other languages"
103
104 SLOT="0"
105 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
106 IUSE="test"
107
108 RDEPEND="virtual/perl-Digest-MD5
109 virtual/perl-File-Spec
110 dev-perl/Parse-RecDescent"
111 DEPEND="${RDEPEND}
112 test? (
113 dev-perl/Test-Warn
114 )"
115
116 SRC_TEST=do
117
118 src_test() {
119 MAKEOPTS+=" -j1" perl-module_src_test # bug 384137
120 }