summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/File-ShareDir/ChangeLog5
-rw-r--r--dev-perl/File-ShareDir/File-ShareDir-1.01.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-perl/File-ShareDir/ChangeLog b/dev-perl/File-ShareDir/ChangeLog
index e30dcd4a6e55..5d285bc4dac1 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.6 2010/03/19 22:15:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.7 2010/06/11 06:13:40 tove Exp $
+
+ 11 Jun 2010; Torsten Veller <tove@gentoo.org> -File-ShareDir-1.01.ebuild:
+ Cleanup
19 Mar 2010; Torsten Veller <tove@gentoo.org> File-ShareDir-1.02.ebuild:
Install the sample and testfiles to make tests happy
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.01.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.01.ebuild
deleted file mode 100644
index 8b7db79a504f..000000000000
--- a/dev-perl/File-ShareDir/File-ShareDir-1.01.ebuild
+++ /dev/null
@@ -1,24 +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/File-ShareDir/File-ShareDir-1.01.ebuild,v 1.1 2009/11/24 07:40:43 robbat2 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
-}