summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-17 07:20:07 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-17 07:20:07 +0000
commit621cd726218f704c52b3c2ebd36dc6308f72a1ff (patch)
tree764be809b739891cda7f28783c1dd7a243f6d900 /dev-perl
parentVersion bump for bug 269708. Thanks to Lars Wendler (Polynomial-C) (diff)
downloadgentoo-2-621cd726218f704c52b3c2ebd36dc6308f72a1ff.tar.gz
gentoo-2-621cd726218f704c52b3c2ebd36dc6308f72a1ff.tar.bz2
gentoo-2-621cd726218f704c52b3c2ebd36dc6308f72a1ff.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SQL-Abstract/ChangeLog7
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-1.55.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index e51276fed0db..054c25953c27 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.23 2009/05/08 08:41:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.24 2009/05/17 07:20:07 tove Exp $
+
+*SQL-Abstract-1.55 (17 May 2009)
+
+ 17 May 2009; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.55.ebuild:
+ Version bump
*SQL-Abstract-1.54 (08 May 2009)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.55.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.55.ebuild
new file mode 100644
index 000000000000..d1c2ec6a905f
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.55.ebuild
@@ -0,0 +1,23 @@
+# 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.55.ebuild,v 1.1 2009/05/17 07:20:07 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="RIBASUSHI"
+#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
+ dev-perl/Clone )"
+
+SRC_TEST="do"