diff options
author | 2015-02-27 23:35:57 +0000 | |
---|---|---|
committer | 2015-02-27 23:35:57 +0000 | |
commit | 7cecb014936ce891525bdb4b91c1c3880fe1cce3 (patch) | |
tree | 10980b0daff9ca5c96cebf70bad208100025ed4f /perl-core | |
parent | Revbump to fix bug #541100. Thanks to Markus Oehme for the report and the fix. (diff) | |
download | gentoo-2-7cecb014936ce891525bdb4b91c1c3880fe1cce3.tar.gz gentoo-2-7cecb014936ce891525bdb4b91c1c3880fe1cce3.tar.bz2 gentoo-2-7cecb014936ce891525bdb4b91c1c3880fe1cce3.zip |
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/ExtUtils-Manifest/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.700.0.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/perl-core/ExtUtils-Manifest/ChangeLog b/perl-core/ExtUtils-Manifest/ChangeLog index 99847c01a936..c4f86157b391 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.41 2014/11/08 15:28:21 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.42 2015/02/27 23:35:57 dilfridge Exp $ + +*ExtUtils-Manifest-1.700.0 (27 Feb 2015) + + 27 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +ExtUtils-Manifest-1.700.0.ebuild: + Version bump 08 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> -ExtUtils-Manifest-1.610.0-r1.ebuild: diff --git a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.700.0.ebuild b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.700.0.ebuild new file mode 100644 index 000000000000..583f507c701e --- /dev/null +++ b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.700.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 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.700.0.ebuild,v 1.1 2015/02/27 23:35:57 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=1.70 +inherit perl-module + +DESCRIPTION="Utilities to write and check a MANIFEST file" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" +PREFER_BUILDPL="no" |