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.05.ebuild
Date: Fri, 01 Aug 2008 10:57:17
Message-Id: E1KOsJu-0000vx-59@stork.gentoo.org
1 tove 08/08/01 10:57:14
2
3 Modified: ChangeLog
4 Added: Cgi-Simple-1.1.05.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc5/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.41 dev-perl/Cgi-Simple/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 10 Nov 2007 12:10:41 -0000 1.40
23 +++ ChangeLog 1 Aug 2008 10:57:13 -0000 1.41
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Cgi-Simple
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.40 2007/11/10 12:10:41 drac Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.41 2008/08/01 10:57:13 tove Exp $
30 +
31 +*Cgi-Simple-1.1.05 (01 Aug 2008)
32 +
33 + 01 Aug 2008; Torsten Veller <tove@g.o> +Cgi-Simple-1.1.05.ebuild:
34 + Version bump
35
36 10 Nov 2007; Samuli Suominen <drac@g.o> Cgi-Simple-1.0.ebuild:
37 amd64 stable
38
39
40
41 1.1 dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Cgi-Simple-1.1.05.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild,v 1.1 2008/08/01 10:57:13 tove Exp $
51
52 inherit versionator perl-module
53
54 MY_P="CGI-Simple-$(delete_version_separator 2)"
55 S=${WORKDIR}/${MY_P}
56
57 DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant"
58 SRC_URI="mirror://cpan/authors/id/A/AN/ANDYA/${MY_P}.tar.gz"
59 HOMEPAGE="http://search.cpan.org/~andya"
60
61 SLOT="0"
62 LICENSE="|| ( Artistic GPL-2 )"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE=""
65
66 RDEPEND="dev-lang/perl"
67 DEPEND="${RDEPEND}
68 dev-perl/module-build"
69
70 SRC_TEST="do"