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