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/SQL-Abstract: SQL-Abstract-1.61.ebuild ChangeLog
Date: Sun, 07 Feb 2010 09:55:45
Message-Id: E1Ne3ri-0000aA-7s@stork.gentoo.org
1 tove 10/02/07 09:55:42
2
3 Modified: ChangeLog
4 Added: SQL-Abstract-1.61.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.34 dev-perl/SQL-Abstract/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 23 Dec 2009 19:24:38 -0000 1.33
23 +++ ChangeLog 7 Feb 2010 09:55:41 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/SQL-Abstract
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.33 2009/12/23 19:24:38 grobian Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.34 2010/02/07 09:55:41 tove Exp $
30 +
31 +*SQL-Abstract-1.61 (07 Feb 2010)
32 +
33 + 07 Feb 2010; Torsten Veller <tove@g.o> +SQL-Abstract-1.61.ebuild:
34 + Version bump
35
36 23 Dec 2009; Fabian Groffen <grobian@g.o> SQL-Abstract-1.60.ebuild:
37 Marked ~x86-solaris, bug #296509
38
39
40
41 1.1 dev-perl/SQL-Abstract/SQL-Abstract-1.61.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.61.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.61.ebuild?rev=1.1&content-type=text/plain
45
46 Index: SQL-Abstract-1.61.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.61.ebuild,v 1.1 2010/02/07 09:55:41 tove Exp $
51
52 EAPI=2
53
54 MODULE_AUTHOR="RIBASUSHI"
55 #MODULE_AUTHOR="MSTROUT"
56 inherit perl-module
57
58 DESCRIPTION="Generate SQL from Perl data structures"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris"
62 IUSE="test"
63
64 RDEPEND="dev-perl/Test-Deep"
65 DEPEND="${RDEPEND}
66 test? ( dev-perl/Test-Exception
67 dev-perl/Test-Pod
68 dev-perl/Test-Warn
69 >=dev-perl/Clone-0.31 )"
70
71 SRC_TEST="do"