diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-07 09:30:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-07 09:30:19 +0000 |
commit | d673f7b4e96de223fc05322b648015c18d375971 (patch) | |
tree | 06404135b9deb66247be774499f27ab61b72050c /dev-perl/Exception-Base | |
parent | ffmpeg2theora: latest ffmpeg knows no vhook use flag (diff) | |
download | historical-d673f7b4e96de223fc05322b648015c18d375971.tar.gz historical-d673f7b4e96de223fc05322b648015c18d375971.tar.bz2 historical-d673f7b4e96de223fc05322b648015c18d375971.zip |
Cleanup
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.2201.ebuild | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 7109256689dc..25cf6dafce05 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2009/08/18 20:50:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.3 2009/09/07 09:09:32 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> + -Exception-Base-0.2201.ebuild: + Cleanup *Exception-Base-0.2202 (18 Aug 2009) diff --git a/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild b/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild deleted file mode 100644 index b2242ef8265c..000000000000 --- a/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild +++ /dev/null @@ -1,19 +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.2201.ebuild,v 1.1 2009/06/23 07:39:34 robbat2 Exp $ - -EAPI=2 -MODULE_AUTHOR="DEXTER" - -inherit perl-module - -DESCRIPTION="Error handling with exception class" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-perl/Test-Unit-Lite-0.12" -RDEPEND="${DEPEND}" |