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-Warning | |
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-Warning')
-rw-r--r-- | dev-perl/Exception-Warning/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/Exception-Warning/ChangeLog b/dev-perl/Exception-Warning/ChangeLog index 342eff6b0b03..309ef2c4d591 100644 --- a/dev-perl/Exception-Warning/ChangeLog +++ b/dev-perl/Exception-Warning/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Warning # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.7 2011/08/31 10:36:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.8 2011/09/04 11:21:23 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> + -Exception-Warning-0.0401.ebuild: + Cleanup *Exception-Warning-0.40.100 (31 Aug 2011) diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild deleted file mode 100644 index 56a0259196c5..000000000000 --- a/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild +++ /dev/null @@ -1,23 +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-Warning/Exception-Warning-0.0401.ebuild,v 1.1 2009/12/10 16:04:58 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Convert simple warn into real exception object" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Exception-Base-0.22.01" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Assert - >=dev-perl/Test-Unit-Lite-0.12 - virtual/perl-parent )" - -SRC_TEST=do |