diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-25 14:43:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-25 14:43:11 +0000 |
commit | b9a3cc08226872261cf986279a30e92cb6e8bc00 (patch) | |
tree | 6997b9afa13e7211a9366fbc081facd189308487 | |
parent | Add virtual/yacc to dependencies, see bug #380381. (diff) | |
download | gentoo-2-b9a3cc08226872261cf986279a30e92cb6e8bc00.tar.gz gentoo-2-b9a3cc08226872261cf986279a30e92cb6e8bc00.tar.bz2 gentoo-2-b9a3cc08226872261cf986279a30e92cb6e8bc00.zip |
[bump] perl-core/ExtUtils-Manifest-1.600.0
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | perl-core/ExtUtils-Manifest/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.600.0.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/perl-core/ExtUtils-Manifest/ChangeLog b/perl-core/ExtUtils-Manifest/ChangeLog index 39cc0a44fe90..989f43e4acda 100644 --- a/perl-core/ExtUtils-Manifest/ChangeLog +++ b/perl-core/ExtUtils-Manifest/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/ExtUtils-Manifest # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.12 2011/08/09 19:27:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.13 2011/08/25 14:43:11 tove Exp $ + +*ExtUtils-Manifest-1.600.0 (25 Aug 2011) + + 25 Aug 2011; Torsten Veller <tove@gentoo.org> + +ExtUtils-Manifest-1.600.0.ebuild: + Version bump *ExtUtils-Manifest-1.590.0 (09 Aug 2011) diff --git a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.600.0.ebuild b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.600.0.ebuild new file mode 100644 index 000000000000..a7c3b41c5694 --- /dev/null +++ b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.600.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.600.0.ebuild,v 1.1 2011/08/25 14:43:11 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=1.60 +inherit perl-module + +DESCRIPTION="Utilities to write and check a MANIFEST file" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +PREFER_BUILDPL="no" |