summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-19 06:56:29 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-19 06:56:29 +0000
commiteecf98a06514c567dc2f23f6b1c5512c4d83e09a (patch)
treefcc77a05b822dc8c971131c5143a78374a193ba3 /dev-perl/File-ShareDir
parentVersion bump (diff)
downloadgentoo-2-eecf98a06514c567dc2f23f6b1c5512c4d83e09a.tar.gz
gentoo-2-eecf98a06514c567dc2f23f6b1c5512c4d83e09a.tar.bz2
gentoo-2-eecf98a06514c567dc2f23f6b1c5512c4d83e09a.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-ShareDir')
-rw-r--r--dev-perl/File-ShareDir/ChangeLog9
-rw-r--r--dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/File-ShareDir/ChangeLog b/dev-perl/File-ShareDir/ChangeLog
index 8a7811be6f35..1bed7897771a 100644
--- a/dev-perl/File-ShareDir/ChangeLog
+++ b/dev-perl/File-ShareDir/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2009/12/24 20:08:40 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.5 2010/03/19 06:56:29 tove Exp $
+
+*File-ShareDir-1.02 (19 Mar 2010)
+
+ 19 Mar 2010; Torsten Veller <tove@gentoo.org> +File-ShareDir-1.02.ebuild:
+ Version bump
24 Dec 2009; Torsten Veller <tove@gentoo.org> -File-ShareDir-1.00.ebuild:
Cleanup
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild
new file mode 100644
index 000000000000..7beeda16a03a
--- /dev/null
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 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.02.ebuild,v 1.1 2010/03/19 06:56:29 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="ADAMK"
+inherit perl-module
+
+DESCRIPTION="Locate per-dist and per-module shared files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Class-Inspector"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
+
+src_install(){
+ find "${S}" \( -name "sample.txt" -o -name "test_file.txt" \) -delete
+ perl-module_src_install
+}