summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commited1835f95ac005061c92cae46366aa03deeb7aa6 (patch)
treebf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Module-Manifest
parentVersion bump to latest release. (diff)
downloadgentoo-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/Module-Manifest')
-rw-r--r--dev-perl/Module-Manifest/ChangeLog5
-rw-r--r--dev-perl/Module-Manifest/Module-Manifest-1.08.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-perl/Module-Manifest/ChangeLog b/dev-perl/Module-Manifest/ChangeLog
index 296bbbeab78a..c1cd54767fc8 100644
--- a/dev-perl/Module-Manifest/ChangeLog
+++ b/dev-perl/Module-Manifest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Module-Manifest
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.2 2011/08/29 17:58:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.3 2011/09/04 11:20:51 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Module-Manifest-1.08.ebuild:
+ Cleanup
*Module-Manifest-1.80.0 (29 Aug 2011)
diff --git a/dev-perl/Module-Manifest/Module-Manifest-1.08.ebuild b/dev-perl/Module-Manifest/Module-Manifest-1.08.ebuild
deleted file mode 100644
index 7a64e4b77489..000000000000
--- a/dev-perl/Module-Manifest/Module-Manifest-1.08.ebuild
+++ /dev/null
@@ -1,28 +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/Module-Manifest/Module-Manifest-1.08.ebuild,v 1.1 2010/09/14 16:41:40 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=ADAMK
-inherit perl-module
-
-DESCRIPTION="Parse and examine a Perl distribution MANIFEST file"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Params-Util-0.10
- >=virtual/perl-File-Spec-0.80
-"
-DEPEND="
- test? ( ${RDEPEND}
- >=virtual/perl-Test-Simple-0.42
- >=dev-perl/Test-Exception-0.27
- >=dev-perl/Test-Warn-0.11
- )
-"
-
-SRC_TEST=do