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/Config-IniFiles: Config-IniFiles-2.780.0-r1.ebuild Config-IniFiles-2.820.0-r1.ebuild ChangeLog Config-IniFiles-2.780.0.ebuild Config-IniFiles-2.820.0.ebuild
Date: Sat, 23 Aug 2014 21:51:13
Message-Id: 20140823215108.47D513C2C@oystercatcher.gentoo.org
1 axs 14/08/23 21:51:08
2
3 Modified: ChangeLog
4 Added: Config-IniFiles-2.780.0-r1.ebuild
5 Config-IniFiles-2.820.0-r1.ebuild
6 Removed: Config-IniFiles-2.780.0.ebuild
7 Config-IniFiles-2.820.0.ebuild
8 Log:
9 bumped current stable ebuild(s) 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
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
12
13 Revision Changes Path
14 1.78 dev-perl/Config-IniFiles/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?rev=1.78&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?rev=1.78&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?r1=1.77&r2=1.78
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v
23 retrieving revision 1.77
24 retrieving revision 1.78
25 diff -u -r1.77 -r1.78
26 --- ChangeLog 19 Feb 2014 10:56:53 -0000 1.77
27 +++ ChangeLog 23 Aug 2014 21:51:08 -0000 1.78
28 @@ -1,6 +1,16 @@
29 # ChangeLog for dev-perl/Config-IniFiles
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.77 2014/02/19 10:56:53 radhermit Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.78 2014/08/23 21:51:08 axs Exp $
33 +
34 +*Config-IniFiles-2.780.0-r1 (23 Aug 2014)
35 +*Config-IniFiles-2.820.0-r1 (23 Aug 2014)
36 +
37 + 23 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
38 + +Config-IniFiles-2.780.0-r1.ebuild, +Config-IniFiles-2.820.0-r1.ebuild,
39 + -Config-IniFiles-2.780.0.ebuild, -Config-IniFiles-2.820.0.ebuild:
40 + bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no
41 + other changes present and revbump helps stable systems to keep from dieing on
42 + perl-5.18 upgrade
43
44 *Config-IniFiles-2.830.0 (19 Feb 2014)
45
46
47
48
49 1.1 dev-perl/Config-IniFiles/Config-IniFiles-2.780.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.780.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.780.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: Config-IniFiles-2.780.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.780.0-r1.ebuild,v 1.1 2014/08/23 21:51:08 axs Exp $
59
60 EAPI=5
61
62 MODULE_AUTHOR=SHLOMIF
63 MODULE_VERSION=2.78
64 inherit perl-module
65
66 DESCRIPTION="A module for reading .ini-style configuration files"
67
68 SLOT="0"
69 KEYWORDS="amd64 ppc x86"
70 IUSE="test"
71
72 RDEPEND="
73 dev-perl/IO-stringy
74 dev-perl/List-MoreUtils
75 "
76 DEPEND="${RDEPEND}
77 >=virtual/perl-Module-Build-0.36
78 test? (
79 dev-perl/Test-Pod
80 dev-perl/Test-Pod-Coverage
81 )
82 "
83
84 SRC_TEST="do"
85
86
87
88 1.1 dev-perl/Config-IniFiles/Config-IniFiles-2.820.0-r1.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.820.0-r1.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.820.0-r1.ebuild?rev=1.1&content-type=text/plain
92
93 Index: Config-IniFiles-2.820.0-r1.ebuild
94 ===================================================================
95 # Copyright 1999-2014 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.820.0-r1.ebuild,v 1.1 2014/08/23 21:51:08 axs Exp $
98
99 EAPI=5
100
101 MODULE_AUTHOR=SHLOMIF
102 MODULE_VERSION=2.82
103 inherit perl-module
104
105 DESCRIPTION="A module for reading .ini-style configuration files"
106
107 SLOT="0"
108 KEYWORDS="~amd64 ~ppc ~x86"
109 IUSE="test"
110
111 RDEPEND="
112 dev-perl/IO-stringy
113 dev-perl/List-MoreUtils
114 "
115 DEPEND="${RDEPEND}
116 >=virtual/perl-Module-Build-0.36
117 test? (
118 dev-perl/Test-Pod
119 dev-perl/Test-Pod-Coverage
120 )
121 "
122
123 SRC_TEST="do"