diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-04 15:55:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-04 15:55:43 +0000 |
commit | 77896f0df76d1b31f3f4a374e424ae60a9c41618 (patch) | |
tree | 00f9189f894421dd4021581dee0e8d62909bbcd3 /dev-perl/SQL-Abstract | |
parent | Remove old (diff) | |
download | gentoo-2-77896f0df76d1b31f3f4a374e424ae60a9c41618.tar.gz gentoo-2-77896f0df76d1b31f3f4a374e424ae60a9c41618.tar.bz2 gentoo-2-77896f0df76d1b31f3f4a374e424ae60a9c41618.zip |
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.57.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 5863a5a2a976..9c29e0eadcdd 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.26 2009/06/03 15:41:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.27 2009/09/04 15:55:43 tove Exp $ + +*SQL-Abstract-1.57 (04 Sep 2009) + + 04 Sep 2009; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.57.ebuild: + Version bump 03 Jun 2009; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.52.ebuild, -SQL-Abstract-1.53.ebuild, -SQL-Abstract-1.54.ebuild, diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.57.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.57.ebuild new file mode 100644 index 000000000000..090dd87bbb70 --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.57.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 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.57.ebuild,v 1.1 2009/09/04 15:55:43 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="RIBASUSHI" +#MODULE_AUTHOR="MSTROUT" +inherit perl-module + +DESCRIPTION="Generate SQL from Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="test" + +RDEPEND="dev-perl/Test-Deep" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Exception + dev-perl/Test-Warn + >=dev-perl/Clone-0.31 )" + +SRC_TEST="do" |