summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-06 18:48:22 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-06 18:48:22 +0000
commit3ed72108804b318dc5aec5c015fba5983244bc01 (patch)
tree0faa8e812cfd7f9deec8a825a13d04c9089136a5 /dev-perl/Module-Find
parentCleanup (diff)
downloadgentoo-2-3ed72108804b318dc5aec5c015fba5983244bc01.tar.gz
gentoo-2-3ed72108804b318dc5aec5c015fba5983244bc01.tar.bz2
gentoo-2-3ed72108804b318dc5aec5c015fba5983244bc01.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Module-Find')
-rw-r--r--dev-perl/Module-Find/ChangeLog7
-rw-r--r--dev-perl/Module-Find/Module-Find-0.100.0.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Module-Find/ChangeLog b/dev-perl/Module-Find/ChangeLog
index e5af0ffa82b2..e7a888861c1a 100644
--- a/dev-perl/Module-Find/ChangeLog
+++ b/dev-perl/Module-Find/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Module-Find
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.18 2012/11/18 11:26:54 robbat2 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.19 2013/01/06 18:48:22 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Module-Find-0.100.0.ebuild:
+ Cleanup
18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Drop duplication of myself as a maintainer where there is a herd.
diff --git a/dev-perl/Module-Find/Module-Find-0.100.0.ebuild b/dev-perl/Module-Find/Module-Find-0.100.0.ebuild
deleted file mode 100644
index 20b8b2608555..000000000000
--- a/dev-perl/Module-Find/Module-Find-0.100.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/Module-Find-0.100.0.ebuild,v 1.2 2011/09/03 21:04:28 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=CRENZ
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="Find and use installed modules in a (sub)category"
-
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do