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-Tiny: ChangeLog Config-Tiny-2.220.0.ebuild
Date: Fri, 01 May 2015 20:56:57
Message-Id: 20150501205629.E8AFB9AB@oystercatcher.gentoo.org
1 dilfridge 15/05/01 20:56:29
2
3 Modified: ChangeLog
4 Added: Config-Tiny-2.220.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
9
10 Revision Changes Path
11 1.95 dev-perl/Config-Tiny/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/ChangeLog?rev=1.95&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/ChangeLog?rev=1.95&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/ChangeLog?r1=1.94&r2=1.95
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v
20 retrieving revision 1.94
21 retrieving revision 1.95
22 diff -u -r1.94 -r1.95
23 --- ChangeLog 25 Oct 2014 18:34:39 -0000 1.94
24 +++ ChangeLog 1 May 2015 20:56:29 -0000 1.95
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Config-Tiny
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.94 2014/10/25 18:34:39 dilfridge Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.95 2015/05/01 20:56:29 dilfridge Exp $
31 +
32 +*Config-Tiny-2.220.0 (01 May 2015)
33 +
34 + 01 May 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +Config-Tiny-2.220.0.ebuild:
36 + Version bump
37
38 25 Oct 2014; Andreas K. Huettel <dilfridge@g.o>
39 Config-Tiny-2.160.0.ebuild:
40
41
42
43 1.1 dev-perl/Config-Tiny/Config-Tiny-2.220.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.220.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.220.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Config-Tiny-2.220.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-Tiny/Config-Tiny-2.220.0.ebuild,v 1.1 2015/05/01 20:56:29 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=RSAVAGE
57 MODULE_VERSION=2.22
58 MODULE_A_EXT="tgz"
59 inherit perl-module
60
61 DESCRIPTION="Read/Write .ini style files with as little code as possible"
62
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
65 IUSE="test"
66
67 RDEPEND="
68 >=virtual/perl-File-Spec-3.300.0
69 >=virtual/perl-File-Temp-0.220.0
70 "
71 DEPEND="${RDEPEND}
72 virtual/perl-ExtUtils-MakeMaker
73 test? (
74 >=virtual/perl-Test-Simple-0.470.0
75 )
76 "
77
78 SRC_TEST="do"