Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Cgi-Simple: ChangeLog Cgi-Simple-1.1.12.ebuild
Date: Sun, 31 May 2009 18:10:49
Message-Id: E1MApUd-00042t-2F@stork.gentoo.org
1 tove 09/05/31 18:10:47
2
3 Modified: ChangeLog
4 Added: Cgi-Simple-1.1.12.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.51 dev-perl/Cgi-Simple/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 26 May 2009 19:11:18 -0000 1.50
23 +++ ChangeLog 31 May 2009 18:10:46 -0000 1.51
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Cgi-Simple
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.50 2009/05/26 19:11:18 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.51 2009/05/31 18:10:46 tove Exp $
29 +
30 +*Cgi-Simple-1.1.12 (31 May 2009)
31 +
32 + 31 May 2009; Torsten Veller <tove@g.o> +Cgi-Simple-1.1.12.ebuild:
33 + Version bump
34
35 *Cgi-Simple-1.1.10 (26 May 2009)
36
37
38
39
40 1.1 dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Cgi-Simple-1.1.12.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild,v 1.1 2009/05/31 18:10:46 tove Exp $
50
51 EAPI=2
52
53 inherit versionator
54 MY_PN=CGI-Simple
55 MY_P=${MY_PN}-$(delete_version_separator 2)
56 MODULE_AUTHOR=ANDYA
57 inherit perl-module
58
59 DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="virtual/perl-Module-Build
67 test? ( dev-perl/libwww-perl
68 dev-perl/IO-stringy
69 dev-perl/Test-Pod
70 dev-perl/Test-Pod-Coverage )"
71
72 S=${WORKDIR}/${MY_P}
73
74 SRC_TEST="do"