diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-24 20:39:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-24 20:39:10 +0000 |
commit | f617b8f64a77b2e501617d6a44d4412b15e2c138 (patch) | |
tree | f98a10fdefca0fbcf93f2bc493f3b4289c4d98dc /dev-perl/Exception-Base | |
parent | Version bump. (diff) | |
download | historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.gz historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.bz2 historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.zip |
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.23.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 56b8820f3f33..de10f9fd58f5 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2009/12/14 18:24:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.6 2009/12/24 20:11:59 tove Exp $ + + 24 Dec 2009; Torsten Veller <tove@gentoo.org> -Exception-Base-0.23.ebuild: + Cleanup *Exception-Base-0.24 (14 Dec 2009) diff --git a/dev-perl/Exception-Base/Exception-Base-0.23.ebuild b/dev-perl/Exception-Base/Exception-Base-0.23.ebuild deleted file mode 100644 index 36454cf81e63..000000000000 --- a/dev-perl/Exception-Base/Exception-Base-0.23.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.23.ebuild,v 1.1 2009/10/22 11:16:02 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Error handling with exception class" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( >=dev-perl/Test-Unit-Lite-0.12 )" - -SRC_TEST=do |