From 33a4c269614ed938521d5e3d3f0cc6882eca2e45 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Wed, 29 Apr 2009 08:04:03 +0000 Subject: Version bump (Portage version: 2.2_rc31/cvs/Linux i686) --- dev-perl/SQL-Abstract/ChangeLog | 7 ++++++- dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index ead9fbcf61c1..b59d32e845ce 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,11 @@ # 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.19 2009/04/19 13:01:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.20 2009/04/29 08:04:03 tove Exp $ + +*SQL-Abstract-1.52 (29 Apr 2009) + + 29 Apr 2009; Torsten Veller +SQL-Abstract-1.52.ebuild: + Version bump *SQL-Abstract-1.51 (19 Apr 2009) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild new file mode 100644 index 000000000000..a342cd62bf28 --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild @@ -0,0 +1,21 @@ +# 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.52.ebuild,v 1.1 2009/04/29 08:04:03 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="MSTROUT" +inherit perl-module + +DESCRIPTION="Generate SQL from Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="test" + +RDEPEND="dev-perl/Test-Deep" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Exception + dev-perl/Test-Warn )" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad