diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 15:46:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 15:46:24 +0000 |
commit | e6d877a0a69cd62c0ac972e16bfb71d65f23f484 (patch) | |
tree | 15d25e77336a792e410b31b8f749c92a96827576 /dev-perl/File-Path-Expand | |
parent | Change version scheme (diff) | |
download | gentoo-2-e6d877a0a69cd62c0ac972e16bfb71d65f23f484.tar.gz gentoo-2-e6d877a0a69cd62c0ac972e16bfb71d65f23f484.tar.bz2 gentoo-2-e6d877a0a69cd62c0ac972e16bfb71d65f23f484.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
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" |