summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-13 17:15:10 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-13 17:15:10 +0000
commit87c834d8464ffe40e1af6bde9807d0970ec32dd1 (patch)
tree8831401debdddb93ef65291ed7cc820ea7f4e6c7 /dev-perl/SQL-Abstract
parent[bump] virtual/perl-Time-Local-1.220.0 (diff)
downloadgentoo-2-87c834d8464ffe40e1af6bde9807d0970ec32dd1.tar.gz
gentoo-2-87c834d8464ffe40e1af6bde9807d0970ec32dd1.tar.bz2
gentoo-2-87c834d8464ffe40e1af6bde9807d0970ec32dd1.zip
[bump] dev-perl/SQL-Abstract-1.730.0
(Portage version: 2.2.0_alpha117/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r--dev-perl/SQL-Abstract/ChangeLog9
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-1.730.0.ebuild34
2 files changed, 41 insertions, 2 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index 5801d6dda32e..9685f315b180 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.53 2011/09/04 11:22:25 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.54 2012/07/13 17:15:10 tove Exp $
+
+*SQL-Abstract-1.730.0 (13 Jul 2012)
+
+ 13 Jul 2012; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.730.0.ebuild:
+ Version bump
04 Sep 2011; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.720.ebuild:
Cleanup
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.730.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.730.0.ebuild
new file mode 100644
index 000000000000..dbb7cba25fe0
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.730.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 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.730.0.ebuild,v 1.1 2012/07/13 17:15:10 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=FREW
+MODULE_VERSION=1.73
+inherit perl-module
+
+DESCRIPTION="Generate SQL from Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Class-Accessor-Grouped-0.100.50
+ >=dev-perl/Getopt-Long-Descriptive-0.91.0
+ dev-perl/Hash-Merge
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Deep-0.106
+ dev-perl/Test-Exception
+ dev-perl/Test-Pod
+ >=virtual/perl-Test-Simple-0.92
+ dev-perl/Test-Warn
+ >=dev-perl/Clone-0.31
+ )
+"
+# dev-perl/Test-Pod-Coverage
+
+SRC_TEST="do"