* [gentoo-commits] gentoo-x86 commit in dev-perl/SQL-Abstract: SQL-Abstract-1.50.ebuild ChangeLog
@ 2009-03-14 21:02 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-03-14 21:02 UTC (permalink / raw
To: gentoo-commits
robbat2 09/03/14 21:02:59
Modified: ChangeLog
Added: SQL-Abstract-1.50.ebuild
Log:
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-perl/SQL-Abstract/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -p -w -b -B -u -u -r1.16 -r1.17
--- ChangeLog 8 Dec 2008 01:59:56 -0000 1.16
+++ ChangeLog 14 Mar 2009 21:02:59 -0000 1.17
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/SQL-Abstract
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.16 2008/12/08 01:59:56 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.17 2009/03/14 21:02:59 robbat2 Exp $
+
+*SQL-Abstract-1.50 (14 Mar 2009)
+
+ 14 Mar 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +SQL-Abstract-1.50.ebuild:
+ Version bump via perl-bump experimental tool.
*SQL-Abstract-1.24 (08 Dec 2008)
1.1 dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild?rev=1.1&content-type=text/plain
Index: SQL-Abstract-1.50.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild,v 1.1 2009/03/14 21:02:59 robbat2 Exp $
MODULE_AUTHOR="MSTROUT"
inherit perl-module
SRC_TEST="do"
DESCRIPTION="Generate SQL from Perl data structures"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="test"
DEPEND="dev-lang/perl
test? ( dev-perl/Test-Deep )"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/SQL-Abstract: SQL-Abstract-1.50.ebuild ChangeLog
@ 2009-03-16 9:25 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-03-16 9:25 UTC (permalink / raw
To: gentoo-commits
tove 09/03/16 09:25:13
Modified: SQL-Abstract-1.50.ebuild ChangeLog
Log:
EAPI=2. LICENSE fix. Add test dependencies. Remove temporary file
(Portage version: 2.2_rc25/cvs/Linux i686)
Revision Changes Path
1.2 dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild?r1=1.1&r2=1.2
Index: SQL-Abstract-1.50.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SQL-Abstract-1.50.ebuild 14 Mar 2009 21:02:59 -0000 1.1
+++ SQL-Abstract-1.50.ebuild 16 Mar 2009 09:25:13 -0000 1.2
@@ -1,17 +1,26 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild,v 1.1 2009/03/14 21:02:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.50.ebuild,v 1.2 2009/03/16 09:25:13 tove Exp $
+
+EAPI=2
MODULE_AUTHOR="MSTROUT"
inherit perl-module
-SRC_TEST="do"
DESCRIPTION="Generate SQL from Perl data structures"
-LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="test"
-DEPEND="dev-lang/perl
- test? ( dev-perl/Test-Deep )"
+RDEPEND="dev-perl/Test-Deep"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Exception
+ dev-perl/Test-Warn )"
+
+SRC_TEST="do"
+
+src_prepare() {
+ rm "${S}/lib/SQL/.Abstract.pm.swp" || die
+ sed -i "/^lib\/SQL\/\.Abstract\.pm\.swp/d" "${S}/MANIFEST" || die
+}
1.18 dev-perl/SQL-Abstract/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 14 Mar 2009 21:02:59 -0000 1.17
+++ ChangeLog 16 Mar 2009 09:25:13 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SQL-Abstract
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.17 2009/03/14 21:02:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.18 2009/03/16 09:25:13 tove Exp $
+
+ 16 Mar 2009; Torsten Veller <tove@gentoo.org> SQL-Abstract-1.50.ebuild:
+ EAPI=2. LICENSE fix. Add test dependencies. Remove temporary file
*SQL-Abstract-1.50 (14 Mar 2009)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-16 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 21:02 [gentoo-commits] gentoo-x86 commit in dev-perl/SQL-Abstract: SQL-Abstract-1.50.ebuild ChangeLog Robin H. Johnson (robbat2)
-- strict thread matches above, loose matches on Subject: below --
2009-03-16 9:25 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox