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/Exception-Died | |
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/Exception-Died')
-rw-r--r-- | dev-perl/Exception-Died/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Exception-Died/Exception-Died-0.06.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/Exception-Died/ChangeLog b/dev-perl/Exception-Died/ChangeLog index 98555e6c8abc..ca12ff82112f 100644 --- a/dev-perl/Exception-Died/ChangeLog +++ b/dev-perl/Exception-Died/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Exception-Died # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.5 2011/08/31 10:37:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.6 2011/09/04 11:21:43 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Exception-Died-0.06.ebuild: + Cleanup *Exception-Died-0.60.0 (31 Aug 2011) diff --git a/dev-perl/Exception-Died/Exception-Died-0.06.ebuild b/dev-perl/Exception-Died/Exception-Died-0.06.ebuild deleted file mode 100644 index 58c9984bd405..000000000000 --- a/dev-perl/Exception-Died/Exception-Died-0.06.ebuild +++ /dev/null @@ -1,23 +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/Exception-Died/Exception-Died-0.06.ebuild,v 1.4 2010/02/03 11:46:29 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Convert simple die into real exception object" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-perl/constant-boolean - >=dev-perl/Exception-Base-0.22.01" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" -# test? ( virtual/perl-parent -# >=dev-perl/Test-Unit-Lite-0.12 -# >=dev-perl/Test-Assert-0.0501 )" |