diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-10 21:17:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-10 21:17:40 +0000 |
commit | 0d4c1c891a46b98222041910e78ce890d678585b (patch) | |
tree | 1400a7f200d0e8e0c14b8fb6d60bf46c9bb15467 /perl-core | |
parent | Remove old munin 1.3.2 versions and patches. (diff) | |
download | historical-0d4c1c891a46b98222041910e78ce890d678585b.tar.gz historical-0d4c1c891a46b98222041910e78ce890d678585b.tar.bz2 historical-0d4c1c891a46b98222041910e78ce890d678585b.zip |
Move from dev-perl to perl-core
Package-Manager: portage-2.2_rc37/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/parent/ChangeLog | 14 | ||||
-rw-r--r-- | perl-core/parent/Manifest | 14 | ||||
-rw-r--r-- | perl-core/parent/metadata.xml | 8 | ||||
-rw-r--r-- | perl-core/parent/parent-0.221.ebuild | 14 |
4 files changed, 50 insertions, 0 deletions
diff --git a/perl-core/parent/ChangeLog b/perl-core/parent/ChangeLog new file mode 100644 index 000000000000..d009a5d98b5c --- /dev/null +++ b/perl-core/parent/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for perl-core/parent +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/ChangeLog,v 1.1 2009/08/10 21:17:40 tove Exp $ + + 10 Aug 2009; Torsten Veller <tove@gentoo.org> +parent-0.221.ebuild, + +metadata.xml: + Move from dev-perl to perl-core + +*parent-0.221 (23 Jun 2009) + + 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> +parent-0.221.ebuild, + +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/perl-core/parent/Manifest b/perl-core/parent/Manifest new file mode 100644 index 000000000000..2d6084ca9bd8 --- /dev/null +++ b/perl-core/parent/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST parent-0.221.tar.gz 5061 RMD160 7ee181cccbd5245f951658eadff4761579379e69 SHA1 9d1be72537fe83d68acca0532c502868ce0eefa1 SHA256 a04211e6fb2bf12913c63f904483550554013737ed8e1302fcbadca22ed3509e +EBUILD parent-0.221.ebuild 388 RMD160 0a22fd73aee61743671563550a4ffbd24276580e SHA1 7a1fd943c55e4e40e6fd72d8ab72c8a2ba3c2a93 SHA256 1a44eb83ef7da46249763fb4b4d82bfc5434ea16e12427f36203816537b36605 +MISC ChangeLog 514 RMD160 4dd28794b4f7d75cf172c7d3e6ccd9acdca12969 SHA1 68013d15510e46b28299a338aaf9f045d565db37 SHA256 1db1d9fffce09da4a2d2404cd547c18ab25b505071fa3de4f414c99fbd8d74ff +MISC metadata.xml 223 RMD160 a24ecf7db26ab80498e831741aaed5a4ba08c83e SHA1 5b9c6bcc6e8fad7a2e0bca77e4146655b128cf1c SHA256 6569b7c972f82bd22c5cdfdae400e50ff816d768139be8fb01434132e52f6749 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAkqAjnoACgkQV3J2n04EauxHSACbB1/V0VrT7w+7GPVUIeKT2FCX +dQYAoM+PBGrOeOPZPpdpItvXyXqLKfs5 +=+VGq +-----END PGP SIGNATURE----- diff --git a/perl-core/parent/metadata.xml b/perl-core/parent/metadata.xml new file mode 100644 index 000000000000..056ad389507d --- /dev/null +++ b/perl-core/parent/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> diff --git a/perl-core/parent/parent-0.221.ebuild b/perl-core/parent/parent-0.221.ebuild new file mode 100644 index 000000000000..58ae6fd135f0 --- /dev/null +++ b/perl-core/parent/parent-0.221.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/parent-0.221.ebuild,v 1.1 2009/08/10 21:17:40 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="CORION" +inherit perl-module + +DESCRIPTION="Establish an ISA relationship with base classes at compile time" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |