summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-07 09:55:41 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-07 09:55:41 +0000
commita797fb97ac15ec9bccf795394cb7372c79ea7d3a (patch)
treeb118963566f6b38ae278ea082173cbd25f131bcd /dev-perl/SQL-Abstract
parentVersion bump (diff)
downloadgentoo-2-a797fb97ac15ec9bccf795394cb7372c79ea7d3a.tar.gz
gentoo-2-a797fb97ac15ec9bccf795394cb7372c79ea7d3a.tar.bz2
gentoo-2-a797fb97ac15ec9bccf795394cb7372c79ea7d3a.zip
Version bump
(Portage version: 2.2_rc62/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.61.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index ecde57d4408f..862f87dbe177 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.33 2009/12/23 19:24:38 grobian Exp $
+# 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 $
+
+*SQL-Abstract-1.61 (07 Feb 2010)
+
+ 07 Feb 2010; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.61.ebuild:
+ Version bump
23 Dec 2009; Fabian Groffen <grobian@gentoo.org> SQL-Abstract-1.60.ebuild:
Marked ~x86-solaris, bug #296509
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.61.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.61.ebuild
new file mode 100644
index 000000000000..2d864ad5e908
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.61.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.61.ebuild,v 1.1 2010/02/07 09:55:41 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"