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