diff options
author | 2011-09-04 11:24:07 +0000 | |
---|---|---|
committer | 2011-09-04 11:24:07 +0000 | |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Exception-System | |
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-System')
-rw-r--r-- | dev-perl/Exception-System/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Exception-System/Exception-System-0.11.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Exception-System/ChangeLog b/dev-perl/Exception-System/ChangeLog index 53aff3179b36..7c925df97b6c 100644 --- a/dev-perl/Exception-System/ChangeLog +++ b/dev-perl/Exception-System/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Exception-System # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/ChangeLog,v 1.4 2011/08/31 10:37:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/ChangeLog,v 1.5 2011/09/04 11:22:18 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Exception-System-0.11.ebuild: + Cleanup *Exception-System-0.110.0 (31 Aug 2011) diff --git a/dev-perl/Exception-System/Exception-System-0.11.ebuild b/dev-perl/Exception-System/Exception-System-0.11.ebuild deleted file mode 100644 index a7029650b261..000000000000 --- a/dev-perl/Exception-System/Exception-System-0.11.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-System/Exception-System-0.11.ebuild,v 1.3 2009/11/23 20:48:50 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Exception class for system or library calls" - -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-Unit-Lite-0.12 )" - -SRC_TEST=do |