diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Fatal-Exception | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Fatal-Exception')
-rw-r--r-- | dev-perl/Fatal-Exception/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Fatal-Exception/Fatal-Exception-0.05.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-perl/Fatal-Exception/ChangeLog b/dev-perl/Fatal-Exception/ChangeLog index 356a0b9900c9..83ea35843dc4 100644 --- a/dev-perl/Fatal-Exception/ChangeLog +++ b/dev-perl/Fatal-Exception/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Fatal-Exception # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.4 2011/08/31 10:13:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.5 2011/09/04 11:22:17 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Fatal-Exception-0.05.ebuild: + Cleanup *Fatal-Exception-0.50.0 (31 Aug 2011) diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.05.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.05.ebuild deleted file mode 100644 index af5d64a82765..000000000000 --- a/dev-perl/Fatal-Exception/Fatal-Exception-0.05.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/Fatal-Exception-0.05.ebuild,v 1.3 2010/02/03 11:53:06 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Succeed or throw exception" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/Exception-Died - >=dev-perl/Exception-Base-0.22.01" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" -# test? ( >=dev-perl/Test-Unit-Lite-0.12 -# dev-perl/Test-Assert -# dev-perl/Exception-Warning )" |