summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-24 20:08:40 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-24 20:08:40 +0000
commit4af9ed0f077e806ae6c27f1a8c81ad1d62589c71 (patch)
tree0c852c7e08ce9712e1103d71ffcee04b14deb07f /dev-perl/File-ShareDir
parentCleanup (diff)
downloadgentoo-2-4af9ed0f077e806ae6c27f1a8c81ad1d62589c71.tar.gz
gentoo-2-4af9ed0f077e806ae6c27f1a8c81ad1d62589c71.tar.bz2
gentoo-2-4af9ed0f077e806ae6c27f1a8c81ad1d62589c71.zip
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-ShareDir')
-rw-r--r--dev-perl/File-ShareDir/ChangeLog5
-rw-r--r--dev-perl/File-ShareDir/File-ShareDir-1.00.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-perl/File-ShareDir/ChangeLog b/dev-perl/File-ShareDir/ChangeLog
index ee9ff57df8b2..8a7811be6f35 100644
--- a/dev-perl/File-ShareDir/ChangeLog
+++ b/dev-perl/File-ShareDir/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-ShareDir
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.3 2009/11/24 07:40:43 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.4 2009/12/24 20:08:40 tove Exp $
+
+ 24 Dec 2009; Torsten Veller <tove@gentoo.org> -File-ShareDir-1.00.ebuild:
+ Cleanup
*File-ShareDir-1.01 (24 Nov 2009)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.00.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.00.ebuild
deleted file mode 100644
index 4bd1eadf1d87..000000000000
--- a/dev-perl/File-ShareDir/File-ShareDir-1.00.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/File-ShareDir-1.00.ebuild,v 1.2 2008/12/17 09:53:22 tove Exp $
-
-MODULE_AUTHOR="ADAMK"
-inherit perl-module
-
-DESCRIPTION="Locate per-dist and per-module shared files"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
- dev-perl/Class-Inspector
- dev-perl/Params-Util"
-
-SRC_TEST="do"
-
-src_install(){
- find "${S}" \( -name "sample.txt" -o -name "test_file.txt" \) -delete
- perl-module_src_install
-}