summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
commita8e31998d0c5913a58160ed865a53ceb7b4d652f (patch)
tree04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/File-SearchPath
parentVersion bump zope-interface to 3.7.0. (diff)
downloadhistorical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-SearchPath')
-rw-r--r--dev-perl/File-SearchPath/ChangeLog7
-rw-r--r--dev-perl/File-SearchPath/File-SearchPath-0.60.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/File-SearchPath/ChangeLog b/dev-perl/File-SearchPath/ChangeLog
index 63ca2694e435..1104501a2713 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.6 2011/01/14 17:44:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.7 2011/08/30 15:42:08 tove Exp $
+
+*File-SearchPath-0.60.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-SearchPath-0.60.0.ebuild:
+ Change version scheme
14 Jan 2011; Torsten Veller <tove@gentoo.org> -File-SearchPath-0.05.ebuild:
Cleanup
diff --git a/dev-perl/File-SearchPath/File-SearchPath-0.60.0.ebuild b/dev-perl/File-SearchPath/File-SearchPath-0.60.0.ebuild
new file mode 100644
index 000000000000..92742fca90d7
--- /dev/null
+++ b/dev-perl/File-SearchPath/File-SearchPath-0.60.0.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.0.ebuild,v 1.1 2011/08/30 15:42:08 tove Exp $
+
+EAPI=4
+
+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