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/DBD-SQLite: ChangeLog DBD-SQLite-1.29.ebuild
Date: Sat, 09 Jan 2010 09:25:06
Message-Id: E1NTXZA-0000z8-Jx@stork.gentoo.org
1 tove 10/01/09 09:25:04
2
3 Modified: ChangeLog
4 Added: DBD-SQLite-1.29.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.74 dev-perl/DBD-SQLite/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 1 Jan 2010 18:29:34 -0000 1.73
23 +++ ChangeLog 9 Jan 2010 09:25:04 -0000 1.74
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/DBD-SQLite
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.73 2010/01/01 18:29:34 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.74 2010/01/09 09:25:04 tove Exp $
29 +
30 +*DBD-SQLite-1.29 (09 Jan 2010)
31 +
32 + 09 Jan 2010; Torsten Veller <tove@g.o> +DBD-SQLite-1.29.ebuild:
33 + Version bump
34
35 *DBD-SQLite-1.27-r1 (01 Jan 2010)
36
37
38
39
40 1.1 dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild?rev=1.1&content-type=text/plain
44
45 Index: DBD-SQLite-1.29.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild,v 1.1 2010/01/09 09:25:04 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR=ADAMK
54 inherit perl-module eutils
55
56 DESCRIPTION="Self Contained RDBMS in a DBI Driver"
57
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
60 IUSE=""
61
62 DEPEND=">=dev-perl/DBI-1.57
63 !<dev-perl/DBD-SQLite-1"
64
65 SRC_TEST="do"