diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:16:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-22 11:16:02 +0000 |
commit | 6c4649f289abc19360b88426ce53663b51cc058a (patch) | |
tree | d99a0e34e5df33195b81401ecebc3c6978c7ee7e /dev-perl/Exception-Base | |
parent | Add missing dep on kdepimlibs. (diff) | |
download | gentoo-2-6c4649f289abc19360b88426ce53663b51cc058a.tar.gz gentoo-2-6c4649f289abc19360b88426ce53663b51cc058a.tar.bz2 gentoo-2-6c4649f289abc19360b88426ce53663b51cc058a.zip |
Version bump. Cleanup
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.23.ebuild (renamed from dev-perl/Exception-Base/Exception-Base-0.2202.ebuild) | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 25cf6dafce05..3023ef831adb 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Exception-Base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.3 2009/09/07 09:09:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.4 2009/10/22 11:16:02 tove Exp $ + +*Exception-Base-0.23 (22 Oct 2009) + + 22 Oct 2009; Torsten Veller <tove@gentoo.org> +Exception-Base-0.23.ebuild, + -Exception-Base-0.2202.ebuild: + Version bump - looks like a downgrade. Cleanup 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Exception-Base-0.2201.ebuild: diff --git a/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild b/dev-perl/Exception-Base/Exception-Base-0.23.ebuild index 3faa60d78bd8..36454cf81e63 100644 --- a/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild +++ b/dev-perl/Exception-Base/Exception-Base-0.23.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/Exception-Base/Exception-Base-0.2202.ebuild,v 1.1 2009/08/18 20:50:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.23.ebuild,v 1.1 2009/10/22 11:16:02 tove Exp $ EAPI=2 @@ -11,9 +11,11 @@ DESCRIPTION="Error handling with exception class" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" -DEPEND=">=dev-perl/Test-Unit-Lite-0.12" -RDEPEND="${DEPEND}" +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( >=dev-perl/Test-Unit-Lite-0.12 )" SRC_TEST=do |