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/DBIx-ContextualFetch: DBIx-ContextualFetch-1.30.0.ebuild ChangeLog
Date: Wed, 31 Aug 2011 13:35:43
Message-Id: 20110831133532.E97502004C@flycatcher.gentoo.org
1 tove 11/08/31 13:35:32
2
3 Modified: ChangeLog
4 Added: DBIx-ContextualFetch-1.30.0.ebuild
5 Log:
6 Change version scheme
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 dev-perl/DBIx-ContextualFetch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 24 Apr 2011 15:31:32 -0000 1.24
24 +++ ChangeLog 31 Aug 2011 13:35:32 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/DBIx-ContextualFetch
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.24 2011/04/24 15:31:32 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.25 2011/08/31 13:35:32 tove Exp $
30 +
31 +*DBIx-ContextualFetch-1.30.0 (31 Aug 2011)
32 +
33 + 31 Aug 2011; Torsten Veller <tove@g.o>
34 + +DBIx-ContextualFetch-1.30.0.ebuild:
35 + Change version scheme
36
37 24 Apr 2011; Fabian Groffen <grobian@g.o>
38 DBIx-ContextualFetch-1.03.ebuild:
39
40
41
42 1.1 dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: DBIx-ContextualFetch-1.30.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0.ebuild,v 1.1 2011/08/31 13:35:32 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=TMTM
56 MODULE_VERSION=1.03
57 inherit perl-module
58
59 DESCRIPTION="Add contextual fetches to DBI"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
63 IUSE=""
64
65 RDEPEND=">=dev-perl/DBI-1.37"
66 DEPEND="${RDEPEND}
67 test? (
68 virtual/perl-Test-Simple
69 dev-perl/DBD-SQLite
70 dev-perl/Test-Pod
71 dev-perl/Test-Pod-Coverage
72 )"
73
74 SRC_TEST="do"