diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-30 06:24:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-30 06:24:30 +0000 |
commit | bbd88c802c994afa71bccaef0f9f6e912a40182d (patch) | |
tree | 1258879f2133bb34b55b2f61bb87e1d418872798 /perl-core | |
parent | Import from perl-experimental (diff) | |
download | gentoo-2-bbd88c802c994afa71bccaef0f9f6e912a40182d.tar.gz gentoo-2-bbd88c802c994afa71bccaef0f9f6e912a40182d.tar.bz2 gentoo-2-bbd88c802c994afa71bccaef0f9f6e912a40182d.zip |
Import from perl-experimental
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/ExtUtils-Install/ChangeLog | 21 | ||||
-rw-r--r-- | perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild | 17 | ||||
-rw-r--r-- | perl-core/ExtUtils-Install/metadata.xml | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/perl-core/ExtUtils-Install/ChangeLog b/perl-core/ExtUtils-Install/ChangeLog new file mode 100644 index 000000000000..b14401fc7f39 --- /dev/null +++ b/perl-core/ExtUtils-Install/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for perl-core/ExtUtils-Install +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Install/ChangeLog,v 1.1 2010/04/30 06:24:30 tove Exp $ + + 30 Apr 2010; Torsten Veller <tove@gentoo.org> + +ExtUtils-Install-1.54.ebuild, +metadata.xml: + Import from perl-experimental for ExtUtils-MakeMaker + + 23 Sep 2009; Torsten Veller <tove@gentoo.org> + -ExtUtils-Install-1.52.ebuild: + Cleanup + +*ExtUtils-Install-1.54 (25 Aug 2009) + + 25 Aug 2009; Kent Fredric <kentfredric@gmail.com> + +ExtUtils-Install-1.54.ebuild: + Bumped + + 19 Aug 2009; Michele Beltrame <m@cattlegrid.info> ChangeLog: + Added changelog + diff --git a/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild b/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild new file mode 100644 index 000000000000..92f298fed40e --- /dev/null +++ b/perl-core/ExtUtils-Install/ExtUtils-Install-1.54.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.54.ebuild,v 1.1 2010/04/30 06:24:30 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=YVES +inherit perl-module + +DESCRIPTION="Install files from here to there" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do +PREFER_BUILDPL=no diff --git a/perl-core/ExtUtils-Install/metadata.xml b/perl-core/ExtUtils-Install/metadata.xml new file mode 100644 index 000000000000..36ee0f08c67c --- /dev/null +++ b/perl-core/ExtUtils-Install/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |