diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:14:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:14:11 +0000 |
commit | d4886832ec39cda6cb76f3d80a88966459e900f5 (patch) | |
tree | 5d14de987c4cfdc3ff2805b32e8cb5a95afd629f /dev-perl/SQL-Abstract | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | historical-d4886832ec39cda6cb76f3d80a88966459e900f5.tar.gz historical-d4886832ec39cda6cb76f3d80a88966459e900f5.tar.bz2 historical-d4886832ec39cda6cb76f3d80a88966459e900f5.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.69.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 8a55d892849a..72790edd4ebe 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,12 @@ # 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.45 2010/10/14 19:27:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.46 2010/10/29 02:14:11 robbat2 Exp $ + +*SQL-Abstract-1.69 (29 Oct 2010) + + 29 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> + +SQL-Abstract-1.69.ebuild: + Version bump via perl-bump experimental tool. 14 Oct 2010; Brent Baude <ranger@gentoo.org> SQL-Abstract-1.68.ebuild: Marking SQL-Abstract-1.68 ~ppc for bug 337974 diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.69.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.69.ebuild new file mode 100644 index 000000000000..42127bb1435d --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.69.ebuild @@ -0,0 +1,28 @@ +# 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.69.ebuild,v 1.1 2010/10/29 02:14:11 robbat2 Exp $ + +EAPI=3 + +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 ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND="dev-perl/Class-Accessor-Grouped + 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" |