summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-12 21:18:06 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-12 21:18:06 +0000
commit2fe2a53385388cef84b2bbaab142f067303cee58 (patch)
treea6881cc258328ae1d0d3c74a3acaf5f6bdc766fa /dev-perl/File-SearchPath
parentMarking nose-1.0.0 ppc for bug 351484 (diff)
downloadhistorical-2fe2a53385388cef84b2bbaab142f067303cee58.tar.gz
historical-2fe2a53385388cef84b2bbaab142f067303cee58.tar.bz2
historical-2fe2a53385388cef84b2bbaab142f067303cee58.zip
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-SearchPath')
-rw-r--r--dev-perl/File-SearchPath/ChangeLog9
-rw-r--r--dev-perl/File-SearchPath/File-SearchPath-0.60.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/File-SearchPath/ChangeLog b/dev-perl/File-SearchPath/ChangeLog
index 69fb7f75b96b..a2b176a6d31b 100644
--- a/dev-perl/File-SearchPath/ChangeLog
+++ b/dev-perl/File-SearchPath/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-SearchPath
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.4 2009/05/01 22:08:34 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.5 2011/01/12 21:04:32 tove Exp $
+
+*File-SearchPath-0.60 (12 Jan 2011)
+
+ 12 Jan 2011; Torsten Veller <tove@gentoo.org> +File-SearchPath-0.60.ebuild:
+ Version bump
01 May 2009; Torsten Veller <tove@gentoo.org>
-File-SearchPath-0.03.ebuild:
diff --git a/dev-perl/File-SearchPath/File-SearchPath-0.60.ebuild b/dev-perl/File-SearchPath/File-SearchPath-0.60.ebuild
new file mode 100644
index 000000000000..143dcd6a4455
--- /dev/null
+++ b/dev-perl/File-SearchPath/File-SearchPath-0.60.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/File-SearchPath-0.60.ebuild,v 1.1 2011/01/12 21:04:32 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=TJENNESS
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Search for a file in an environment variable path"
+
+LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST=do