diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-10 21:22:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-10 21:22:45 +0000 |
commit | d1d0d7891a557ef6962b9e6ad77b5b4a74655b00 (patch) | |
tree | d34e09ca8caf500f40f362204ff58e9ec74683b6 /perl-core | |
parent | Add virtual for parent (diff) | |
download | gentoo-2-d1d0d7891a557ef6962b9e6ad77b5b4a74655b00.tar.gz gentoo-2-d1d0d7891a557ef6962b9e6ad77b5b4a74655b00.tar.bz2 gentoo-2-d1d0d7891a557ef6962b9e6ad77b5b4a74655b00.zip |
Move from dev-perl to perl-core
(Portage version: 2.2_rc37/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Parse-CPAN-Meta/ChangeLog | 23 | ||||
-rw-r--r-- | perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild | 16 | ||||
-rw-r--r-- | perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.40.ebuild | 16 | ||||
-rw-r--r-- | perl-core/Parse-CPAN-Meta/metadata.xml | 8 |
4 files changed, 63 insertions, 0 deletions
diff --git a/perl-core/Parse-CPAN-Meta/ChangeLog b/perl-core/Parse-CPAN-Meta/ChangeLog new file mode 100644 index 000000000000..d7538777b0f8 --- /dev/null +++ b/perl-core/Parse-CPAN-Meta/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for perl-core/Parse-CPAN-Meta +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.1 2009/08/10 21:22:45 tove Exp $ + + 10 Aug 2009; Torsten Veller <tove@gentoo.org> + +Parse-CPAN-Meta-1.39.ebuild, +Parse-CPAN-Meta-1.40.ebuild, +metadata.xml: + Move from dev-perl to perl-core + +*Parse-CPAN-Meta-1.40 (02 Aug 2009) + + 02 Aug 2009; Torsten Veller <tove@gentoo.org> + +Parse-CPAN-Meta-1.40.ebuild: + Version bump + + 23 Jun 2009; Torsten Veller <tove@gentoo.org> Parse-CPAN-Meta-1.39.ebuild: + Add description. Run tests + +*Parse-CPAN-Meta-1.39 (23 Jun 2009) + + 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +Parse-CPAN-Meta-1.39.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild b/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild new file mode 100644 index 000000000000..b3d4804558e4 --- /dev/null +++ b/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild,v 1.1 2009/08/10 21:22:45 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="ADAMK" +inherit perl-module + +DESCRIPTION="Parse META.yml and other similar CPAN metadata files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do diff --git a/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.40.ebuild b/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.40.ebuild new file mode 100644 index 000000000000..34fe08c94bdb --- /dev/null +++ b/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.40.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.40.ebuild,v 1.1 2009/08/10 21:22:45 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SMUELLER +inherit perl-module + +DESCRIPTION="Parse META.yml and other similar CPAN metadata files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do diff --git a/perl-core/Parse-CPAN-Meta/metadata.xml b/perl-core/Parse-CPAN-Meta/metadata.xml new file mode 100644 index 000000000000..056ad389507d --- /dev/null +++ b/perl-core/Parse-CPAN-Meta/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + </maintainer> +</pkgmetadata> |