summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-16 13:38:02 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-16 13:38:02 +0000
commitc8315f03e9c143ab18fa349d5aef0394ac7a9a67 (patch)
tree3129698340c7d44a02045ac7d4222b35998bdf9b /dev-perl/SQL-Abstract
parentVersion bump (diff)
downloadhistorical-c8315f03e9c143ab18fa349d5aef0394ac7a9a67.tar.gz
historical-c8315f03e9c143ab18fa349d5aef0394ac7a9a67.tar.bz2
historical-c8315f03e9c143ab18fa349d5aef0394ac7a9a67.zip
Version bump
Package-Manager: portage-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.62.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index 862f87dbe177..ab7076a2c671 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.34 2010/02/07 09:55:41 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.35 2010/03/16 13:38:02 tove Exp $
+
+*SQL-Abstract-1.62 (16 Mar 2010)
+
+ 16 Mar 2010; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.62.ebuild:
+ Version bump
*SQL-Abstract-1.61 (07 Feb 2010)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.62.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.62.ebuild
new file mode 100644
index 000000000000..6dd2042e6a3e
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.62.ebuild
@@ -0,0 +1,24 @@
+# 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.62.ebuild,v 1.1 2010/03/16 13:38:02 tove Exp $
+
+EAPI=2
+
+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"