diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-05 09:09:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-05 09:09:03 +0000 |
commit | 8ac2005f120c8e48df401fefb2c173da41b64289 (patch) | |
tree | 2899dc2254584c24c66bd35c9788ba003e005fed /dev-perl/SQL-Abstract | |
parent | Add INSTALLDIRS=vendor to install perl modules to vendor_perl (#283723) (diff) | |
download | gentoo-2-8ac2005f120c8e48df401fefb2c173da41b64289.tar.gz gentoo-2-8ac2005f120c8e48df401fefb2c173da41b64289.tar.bz2 gentoo-2-8ac2005f120c8e48df401fefb2c173da41b64289.zip |
Version bump. Cleanup
(Portage version: 2.2_rc40/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.58.ebuild (renamed from dev-perl/SQL-Abstract/SQL-Abstract-1.57.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 9c29e0eadcdd..ed80f1ae81e6 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.27 2009/09/04 15:55:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.28 2009/09/05 09:09:03 tove Exp $ + +*SQL-Abstract-1.58 (05 Sep 2009) + + 05 Sep 2009; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.57.ebuild, + +SQL-Abstract-1.58.ebuild: + Version bump. Cleanup *SQL-Abstract-1.57 (04 Sep 2009) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.57.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild index 090dd87bbb70..14923937e0a6 100644 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.57.ebuild +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild,v 1.1 2009/09/05 09:09:03 tove Exp $ EAPI=2 @@ -17,6 +17,7 @@ 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 )" |