diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
commit | a8e31998d0c5913a58160ed865a53ceb7b4d652f (patch) | |
tree | 04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/File-Flat | |
parent | Version bump zope-interface to 3.7.0. (diff) | |
download | historical-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-Flat')
-rw-r--r-- | dev-perl/File-Flat/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-Flat/File-Flat-1.40.0.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-perl/File-Flat/ChangeLog b/dev-perl/File-Flat/ChangeLog index 39e6429a4b25..7d0a1efb8909 100644 --- a/dev-perl/File-Flat/ChangeLog +++ b/dev-perl/File-Flat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Flat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.54 2010/01/09 20:04:24 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.55 2011/08/30 15:58:10 tove Exp $ + +*File-Flat-1.40.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Flat-1.40.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Flat-1.04.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-Flat/File-Flat-1.40.0.ebuild b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild new file mode 100644 index 000000000000..9050a014a9bb --- /dev/null +++ b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.40.0.ebuild,v 1.1 2011/08/30 15:58:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=1.04 +inherit perl-module + +DESCRIPTION="Implements a flat filesystem" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-perl/Class-Autouse-1 + >=dev-perl/Test-ClassAPI-1.02 + >=dev-perl/File-Copy-Recursive-0.36 + >=dev-perl/File-Remove-0.38 + >=virtual/perl-File-Spec-0.85 + >=virtual/perl-File-Temp-0.17 + >=dev-perl/File-Remove-0.21 + >=dev-perl/File-Slurp-9999.04 + >=dev-perl/prefork-0.02" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |