summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-29 06:15:05 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-29 06:15:05 +0000
commit0c2df9543c51c46127122be5e3914a6cde523ed1 (patch)
tree010397a5678ed13173cf5d8f778be116e7c27b47 /dev-perl/SQL-Abstract
parentVersion bump (diff)
downloadgentoo-2-0c2df9543c51c46127122be5e3914a6cde523ed1.tar.gz
gentoo-2-0c2df9543c51c46127122be5e3914a6cde523ed1.tar.bz2
gentoo-2-0c2df9543c51c46127122be5e3914a6cde523ed1.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r--dev-perl/SQL-Abstract/ChangeLog7
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-1.66.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index 3840decab46d..b628e9502d2f 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.39 2010/04/17 08:28:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.40 2010/04/29 06:15:05 tove Exp $
+
+*SQL-Abstract-1.66 (29 Apr 2010)
+
+ 29 Apr 2010; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.66.ebuild:
+ Version bump
17 Apr 2010; Torsten Veller <tove@gentoo.org> SQL-Abstract-1.63.ebuild:
Stable on amd64, x86 (#314467)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.66.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.66.ebuild
new file mode 100644
index 000000000000..60a92b694400
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.66.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.66.ebuild,v 1.1 2010/04/29 06:15:05 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 )"
+
+SRC_TEST="do"