diff options
Diffstat (limited to 'dev-perl/File-Path-Expand')
-rw-r--r-- | dev-perl/File-Path-Expand/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild | 21 |
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" |