Gentoo Archives: gentoo-commits

From: "Yuval Yaari (yuval)" <yuval@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-SQLite: ChangeLog DBD-SQLite-1.14.ebuild
Date: Sun, 09 Dec 2007 18:10:08
Message-Id: E1J1QbG-0005tf-Oj@stork.gentoo.org
1 yuval 07/12/09 18:09:58
2
3 Modified: ChangeLog
4 Added: DBD-SQLite-1.14.ebuild
5 Log:
6 Version bump (bug #201636)
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.59 dev-perl/DBD-SQLite/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 14 Aug 2007 12:28:51 -0000 1.58
23 +++ ChangeLog 9 Dec 2007 18:09:58 -0000 1.59
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/DBD-SQLite
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.58 2007/08/14 12:28:51 ian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.59 2007/12/09 18:09:58 yuval Exp $
29 +
30 +*DBD-SQLite-1.14 (09 Dec 2007)
31 +
32 + 09 Dec 2007; Yuval Yaari <yuval@g.o> +DBD-SQLite-1.14.ebuild:
33 + Version bump (bug #201636)
34
35 14 Aug 2007; Christian Hartmann <ian@g.o> +DBD-SQLite-1.12.ebuild:
36 Resurrect 1.12; bug #188811
37
38
39
40 1.1 dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: DBD-SQLite-1.14.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.14.ebuild,v 1.1 2007/12/09 18:09:58 yuval Exp $
50
51 inherit perl-module eutils
52
53 DESCRIPTION="Self Contained RDBMS in a DBI Driver"
54 HOMEPAGE="http://search.cpan.org/~msergeant/${P}/"
55 SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61 SRC_TEST="do"
62
63 DEPEND=">=dev-perl/DBI-1.42
64 !<dev-perl/DBD-SQLite-1
65 dev-lang/perl"
66
67 myconf="USE_LOCAL_SQLITE=1"
68
69
70
71 --
72 gentoo-commits@g.o mailing list