diff options
author | Torsten Veller <tove@gentoo.org> | 2012-12-26 15:23:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-12-26 15:23:22 +0000 |
commit | 9e5dac677140487f3e6b5c02f0c1a0d340273481 (patch) | |
tree | 11e556d447451caccd08af7e683b09ef61ddac6f /perl-core/ExtUtils-Install | |
parent | Fix CLucene automagic wrt bug #448116. (diff) | |
download | gentoo-2-9e5dac677140487f3e6b5c02f0c1a0d340273481.tar.gz gentoo-2-9e5dac677140487f3e6b5c02f0c1a0d340273481.tar.bz2 gentoo-2-9e5dac677140487f3e6b5c02f0c1a0d340273481.zip |
Change version scheme
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core/ExtUtils-Install')
-rw-r--r-- | perl-core/ExtUtils-Install/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/ExtUtils-Install/ExtUtils-Install-1.540.0.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/perl-core/ExtUtils-Install/ChangeLog b/perl-core/ExtUtils-Install/ChangeLog index 12d938e6dbe1..41ff4383ece7 100644 --- a/perl-core/ExtUtils-Install/ChangeLog +++ b/perl-core/ExtUtils-Install/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/ExtUtils-Install # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Install/ChangeLog,v 1.16 2012/08/05 18:06:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Install/ChangeLog,v 1.17 2012/12/26 15:23:22 tove Exp $ + +*ExtUtils-Install-1.540.0 (26 Dec 2012) + + 26 Dec 2012; Torsten Veller <tove@gentoo.org> + +ExtUtils-Install-1.540.0.ebuild: + Change version scheme 05 Aug 2012; Markus Meier <maekke@gentoo.org> ExtUtils-Install-1.54.ebuild: arm stable, bug #418803 diff --git a/perl-core/ExtUtils-Install/ExtUtils-Install-1.540.0.ebuild b/perl-core/ExtUtils-Install/ExtUtils-Install-1.540.0.ebuild new file mode 100644 index 000000000000..78def330da82 --- /dev/null +++ b/perl-core/ExtUtils-Install/ExtUtils-Install-1.540.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-Install/ExtUtils-Install-1.540.0.ebuild,v 1.1 2012/12/26 15:23:22 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=YVES +MODULE_VERSION=1.54 +inherit perl-module + +DESCRIPTION="Install files from here to there" + +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 |