summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-03 08:12:14 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-03 08:12:14 +0000
commit99a0325e771cc9fda8f089943eda155c7c3b75dc (patch)
tree732e9e10d6c2fc41c4a44c4b630c0bace8dcea88 /dev-perl
parentFix parallel make issue. Bug #322363 (diff)
downloadgentoo-2-99a0325e771cc9fda8f089943eda155c7c3b75dc.tar.gz
gentoo-2-99a0325e771cc9fda8f089943eda155c7c3b75dc.tar.bz2
gentoo-2-99a0325e771cc9fda8f089943eda155c7c3b75dc.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SQL-Abstract/ChangeLog7
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index b628e9502d2f..fce1eb79231e 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.40 2010/04/29 06:15:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.41 2010/06/03 08:12:14 tove Exp $
+
+*SQL-Abstract-1.67 (03 Jun 2010)
+
+ 03 Jun 2010; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.67.ebuild:
+ Version bump
*SQL-Abstract-1.66 (29 Apr 2010)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild
new file mode 100644
index 000000000000..679f6e510394
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.67.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 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.67.ebuild,v 1.1 2010/06/03 08:12:14 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="FREW"
+#MODULE_AUTHOR="RIBASUSHI"
+#MODULE_AUTHOR="MSTROUT"
+inherit perl-module
+
+DESCRIPTION="Generate SQL from Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-perl/Test-Deep"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Exception
+ dev-perl/Test-Pod
+ dev-perl/Test-Warn
+ >=dev-perl/Clone-0.31 )"
+# dev-perl/Test-Pod-Coverage
+SRC_TEST="do"