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/Apache-DBI: ChangeLog Apache-DBI-1.07.ebuild
Date: Wed, 23 Jul 2008 08:42:16
Message-Id: E1KLZvJ-0002HN-Gv@stork.gentoo.org
1 tove 08/07/23 08:42:13
2
3 Modified: ChangeLog
4 Added: Apache-DBI-1.07.ebuild
5 Log:
6 Version bump (#224975)
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
8
9 Revision Changes Path
10 1.54 dev-perl/Apache-DBI/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-DBI/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-DBI/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-DBI/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-DBI/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 4 Dec 2007 20:41:32 -0000 1.53
23 +++ ChangeLog 23 Jul 2008 08:42:12 -0000 1.54
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Apache-DBI
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-DBI/ChangeLog,v 1.53 2007/12/04 20:41:32 corsair Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-DBI/ChangeLog,v 1.54 2008/07/23 08:42:12 tove Exp $
30 +
31 +*Apache-DBI-1.07 (23 Jul 2008)
32 +
33 + 23 Jul 2008; Torsten Veller <tove@g.o> +Apache-DBI-1.07.ebuild:
34 + Version bump (#224975)
35
36 04 Dec 2007; Markus Rothe <corsair@g.o> Apache-DBI-1.06.ebuild:
37 Stable on ppc64; bug #198075
38
39
40
41 1.1 dev-perl/Apache-DBI/Apache-DBI-1.07.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-DBI/Apache-DBI-1.07.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-DBI/Apache-DBI-1.07.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Apache-DBI-1.07.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/Apache-DBI/Apache-DBI-1.07.ebuild,v 1.1 2008/07/23 08:42:12 tove Exp $
51
52 MODULE_AUTHOR=PGOLLUCCI
53 inherit perl-module
54
55 DESCRIPTION="Apache::DBI module for perl"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic GPL-2 )"
59 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 SRC_TEST="do"
63
64 DEPEND="virtual/perl-Test-Simple
65 >=dev-perl/Digest-SHA1-2.01
66 >=dev-perl/DBI-1.30
67 dev-lang/perl"
68
69 export OPTIMIZE="$CFLAGS"