summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-29 19:03:28 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-29 19:03:28 +0000
commit1d535e29153d0a78c739a349c3c91517f1001a5d (patch)
tree1bb83f7110242399c4ff14cef252beb48318a6c6 /dev-perl/Test-DistManifest
parentCleanup (diff)
downloadgentoo-2-1d535e29153d0a78c739a349c3c91517f1001a5d.tar.gz
gentoo-2-1d535e29153d0a78c739a349c3c91517f1001a5d.tar.bz2
gentoo-2-1d535e29153d0a78c739a349c3c91517f1001a5d.zip
Cleanup
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-DistManifest')
-rw-r--r--dev-perl/Test-DistManifest/ChangeLog6
-rw-r--r--dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/dev-perl/Test-DistManifest/ChangeLog b/dev-perl/Test-DistManifest/ChangeLog
index d72db20f0d31..45fd971957a7 100644
--- a/dev-perl/Test-DistManifest/ChangeLog
+++ b/dev-perl/Test-DistManifest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-DistManifest
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.5 2012/06/24 12:58:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.6 2012/07/29 19:03:28 tove Exp $
+
+ 29 Jul 2012; Torsten Veller <tove@gentoo.org>
+ -Test-DistManifest-1.11.0.ebuild:
+ Cleanup
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild
deleted file mode 100644
index d5ab7e66a366..000000000000
--- a/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild,v 1.1 2012/04/08 13:28:12 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.011
-inherit perl-module
-
-DESCRIPTION="Author test that validates a package MANIFEST"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Module-Manifest
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-NoWarnings
- )
-"
-
-SRC_TEST="do"