diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-13 18:49:41 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-13 18:49:41 +0000 |
commit | 1630b70c36ee69d968a9b919d084fac5a94da7c6 (patch) | |
tree | b8e3c048e0714be567eb7038e0fb3e2ab8edbd74 /dev-perl/SQL-Abstract | |
parent | Add new talloc version. NOTE: doc xsl file is fetched from net rather than us... (diff) | |
download | gentoo-2-1630b70c36ee69d968a9b919d084fac5a94da7c6.tar.gz gentoo-2-1630b70c36ee69d968a9b919d084fac5a94da7c6.tar.bz2 gentoo-2-1630b70c36ee69d968a9b919d084fac5a94da7c6.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.720.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index b064e0baa9ae..7f22c0ebe611 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.47 2010/11/14 19:38:58 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.48 2011/01/13 18:49:41 tove Exp $ + +*SQL-Abstract-1.720 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.720.ebuild: + Version bump *SQL-Abstract-1.71 (14 Nov 2010) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.720.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.720.ebuild new file mode 100644 index 000000000000..929c673d61b3 --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.720.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 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.720.ebuild,v 1.1 2011/01/13 18:49:41 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FREW +MODULE_VERSION=1.72 +inherit perl-module + +DESCRIPTION="Generate SQL from Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=">=dev-perl/Class-Accessor-Grouped-0.100.20 + >=dev-perl/Getopt-Long-Descriptive-0.086 + 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" |