diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-13 19:10:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-13 19:10:14 +0000 |
commit | 902f897b34497d42f470bdb5f2e16aef20fe0a49 (patch) | |
tree | 4b94484ab85a7634953347a96afd9f241f04729f /perl-core | |
parent | Cleanup a bit. (diff) | |
download | gentoo-2-902f897b34497d42f470bdb5f2e16aef20fe0a49.tar.gz gentoo-2-902f897b34497d42f470bdb5f2e16aef20fe0a49.tar.bz2 gentoo-2-902f897b34497d42f470bdb5f2e16aef20fe0a49.zip |
[bump] perl-core/ExtUtils-Manifest-1.610.0
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/ExtUtils-Manifest/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.610.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 e71b99176699..e9e9bf6e8b47 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.19 2012/08/05 18:12:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.20 2012/09/13 19:10:14 tove Exp $ + +*ExtUtils-Manifest-1.610.0 (13 Sep 2012) + + 13 Sep 2012; Torsten Veller <tove@gentoo.org> + +ExtUtils-Manifest-1.610.0.ebuild: + Version bump 05 Aug 2012; Markus Meier <maekke@gentoo.org> ExtUtils-Manifest-1.600.0.ebuild: diff --git a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.610.0.ebuild b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.610.0.ebuild new file mode 100644 index 000000000000..5625b51ca7fc --- /dev/null +++ b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.610.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 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.610.0.ebuild,v 1.1 2012/09/13 19:10:14 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=1.61 +inherit perl-module + +DESCRIPTION="Utilities to write and check a MANIFEST file" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-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" |