diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-29 08:04:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-29 08:04:03 +0000 |
commit | 33a4c269614ed938521d5e3d3f0cc6882eca2e45 (patch) | |
tree | f7cc94cca3165d1c9c48bd8bdbdd264d3028cbf4 /dev-perl | |
parent | fix tests and use emake (with -j1), reported by Niko Böckerman <niko DOT boc... (diff) | |
download | gentoo-2-33a4c269614ed938521d5e3d3f0cc6882eca2e45.tar.gz gentoo-2-33a4c269614ed938521d5e3d3f0cc6882eca2e45.tar.bz2 gentoo-2-33a4c269614ed938521d5e3d3f0cc6882eca2e45.zip |
Version bump
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index ead9fbcf61c1..b59d32e845ce 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.19 2009/04/19 13:01:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.20 2009/04/29 08:04:03 tove Exp $ + +*SQL-Abstract-1.52 (29 Apr 2009) + + 29 Apr 2009; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.52.ebuild: + Version bump *SQL-Abstract-1.51 (19 Apr 2009) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild new file mode 100644 index 000000000000..a342cd62bf28 --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.52.ebuild @@ -0,0 +1,21 @@ +# 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.52.ebuild,v 1.1 2009/04/29 08:04:03 tove Exp $ + +EAPI=2 + +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 )" + +SRC_TEST="do" |