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-Path-Expand
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-Path-Expand')
-rw-r--r--dev-perl/File-Path-Expand/ChangeLog10
-rw-r--r--dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/File-Path-Expand/ChangeLog b/dev-perl/File-Path-Expand/ChangeLog
index 838dbdc49ff1..9e9e52db0f77 100644
--- a/dev-perl/File-Path-Expand/ChangeLog
+++ b/dev-perl/File-Path-Expand/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/File-Path-Expand
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.7 2008/11/18 14:58:30 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.8 2011/08/30 15:46:24 tove Exp $
+
+*File-Path-Expand-1.20.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +File-Path-Expand-1.20.0.ebuild:
+ Change version scheme
18 Nov 2008; Torsten Veller <tove@gentoo.org>
File-Path-Expand-1.02.ebuild:
diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild
new file mode 100644
index 000000000000..660a9cf7955a
--- /dev/null
+++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild,v 1.1 2011/08/30 15:46:24 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RCLAMP
+MODULE_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="Expand filenames"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST="do"