Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Config-Simple: ChangeLog Config-Simple-4.59.ebuild
Date: Mon, 12 May 2008 16:09:07
Message-Id: E1JvaaF-0000Ej-0L@stork.gentoo.org
1 ian 08/05/12 16:09:03
2
3 Modified: ChangeLog
4 Added: Config-Simple-4.59.ebuild
5 Log:
6 Bump for bug #221845
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.19 dev-perl/Config-Simple/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Config-Simple/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Config-Simple/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Config-Simple/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-Simple/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 15 Jan 2007 15:11:31 -0000 1.18
23 +++ ChangeLog 12 May 2008 16:09:02 -0000 1.19
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Config-Simple
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Simple/ChangeLog,v 1.18 2007/01/15 15:11:31 mcummings Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Simple/ChangeLog,v 1.19 2008/05/12 16:09:02 ian Exp $
30 +
31 +*Config-Simple-4.59 (12 May 2008)
32 +
33 + 12 May 2008; Christian Hartmann <ian@g.o>
34 + +Config-Simple-4.59.ebuild:
35 + Fixed bug #221845
36
37 15 Jan 2007; Michael Cummings <mcummings@g.o>
38 Config-Simple-4.58.ebuild:
39
40
41
42 1.1 dev-perl/Config-Simple/Config-Simple-4.59.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Config-Simple/Config-Simple-4.59.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Config-Simple/Config-Simple-4.59.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Config-Simple-4.59.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Simple/Config-Simple-4.59.ebuild,v 1.1 2008/05/12 16:09:02 ian Exp $
52
53 inherit perl-module
54
55 DESCRIPTION="Config::Simple - simple configuration file class"
56 SRC_URI="mirror://cpan/authors/id/S/SH/SHERZODR/${P}.tar.gz"
57 HOMEPAGE="http://search.cpan.org/~sherzodr/"
58
59 SLOT="0"
60 LICENSE="|| ( Artistic GPL-2 )"
61 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 SRC_TEST="do"
65 DEPEND="dev-lang/perl"
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list