Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Config-IniFiles: Config-IniFiles-2.880.0.ebuild ChangeLog Config-IniFiles-2.860.0.ebuild
Date: Thu, 23 Jul 2015 23:43:28
Message-Id: 20150723234322.ED15CB9@oystercatcher.gentoo.org
1 dilfridge 15/07/23 23:43:22
2
3 Modified: ChangeLog
4 Added: Config-IniFiles-2.880.0.ebuild
5 Removed: Config-IniFiles-2.860.0.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
10
11 Revision Changes Path
12 1.84 dev-perl/Config-IniFiles/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?rev=1.84&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?rev=1.84&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?r1=1.83&r2=1.84
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v
21 retrieving revision 1.83
22 retrieving revision 1.84
23 diff -u -r1.83 -r1.84
24 --- ChangeLog 1 Jul 2015 11:15:04 -0000 1.83
25 +++ ChangeLog 23 Jul 2015 23:43:22 -0000 1.84
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/Config-IniFiles
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.83 2015/07/01 11:15:04 zlogene Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.84 2015/07/23 23:43:22 dilfridge Exp $
31 +
32 +*Config-IniFiles-2.880.0 (23 Jul 2015)
33 +
34 + 23 Jul 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +Config-IniFiles-2.880.0.ebuild, -Config-IniFiles-2.860.0.ebuild:
36 + Version bump; remove old
37
38 *Config-IniFiles-2.870.0 (01 Jul 2015)
39
40
41
42
43 1.1 dev-perl/Config-IniFiles/Config-IniFiles-2.880.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.880.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.880.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Config-IniFiles-2.880.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.880.0.ebuild,v 1.1 2015/07/23 23:43:22 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=SHLOMIF
57 MODULE_VERSION=2.88
58 inherit perl-module
59
60 DESCRIPTION="A module for reading .ini-style configuration files"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="test"
65
66 # needs List::Util and Scalar::Util
67 RDEPEND="
68 virtual/perl-Carp
69 virtual/perl-File-Temp
70 virtual/perl-Scalar-List-Utils
71 "
72 DEPEND="${RDEPEND}
73 >=dev-perl/Module-Build-0.360.0
74 virtual/perl-File-Spec
75 test? (
76 virtual/perl-Test-Simple
77 dev-perl/Test-Pod
78 dev-perl/Test-Pod-Coverage
79 )
80 "
81
82 SRC_TEST="do parallel"