diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-10 21:21:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-10 21:21:03 +0000 |
commit | be148fdddc8550235d07ddd77bfce39c50ae7913 (patch) | |
tree | 103ff6d6269f517cbd1e38a32358ae0b097a40a7 /virtual/perl-parent | |
parent | Initial import (diff) | |
download | historical-be148fdddc8550235d07ddd77bfce39c50ae7913.tar.gz historical-be148fdddc8550235d07ddd77bfce39c50ae7913.tar.bz2 historical-be148fdddc8550235d07ddd77bfce39c50ae7913.zip |
Add virtual for parent
Package-Manager: portage-2.2_rc37/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-parent')
-rw-r--r-- | virtual/perl-parent/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-parent/Manifest | 13 | ||||
-rw-r--r-- | virtual/perl-parent/metadata.xml | 5 | ||||
-rw-r--r-- | virtual/perl-parent/perl-parent-0.221.ebuild | 14 |
4 files changed, 42 insertions, 0 deletions
diff --git a/virtual/perl-parent/ChangeLog b/virtual/perl-parent/ChangeLog new file mode 100644 index 000000000000..7049377510a9 --- /dev/null +++ b/virtual/perl-parent/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for virtual/perl-parent +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/ChangeLog,v 1.1 2009/08/10 21:21:03 tove Exp $ + +*perl-parent-0.221 (10 Aug 2009) + + 10 Aug 2009; Torsten Veller <tove@gentoo.org> +perl-parent-0.221.ebuild, + +metadata.xml: + Add virtual for parent + diff --git a/virtual/perl-parent/Manifest b/virtual/perl-parent/Manifest new file mode 100644 index 000000000000..0705706d8228 --- /dev/null +++ b/virtual/perl-parent/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +EBUILD perl-parent-0.221.ebuild 408 RMD160 9d228ca0429d0069d9111ac2a0540c27cc294b2d SHA1 e8312ed2ce1cbc9f5e0c0839f858f2805d40f2cb SHA256 1e987726f8fcfdcc6ba151077b511a588e0e7ba54e0759115a25531d96fc5d2d +MISC ChangeLog 361 RMD160 c2731b27b3f14d1543251cdd0fd96d8fbd423f7e SHA1 f08fcd05599f3613b2a11f8762ceb8e8afe15f04 SHA256 941ecc0fee6b8847c96570ca7ffaa7d93f8e2bdda81c24cc9fb8ebbee2422ce8 +MISC metadata.xml 154 RMD160 7dc2a1093b0c3bf8a08e5b9419deb17bc42dd51c SHA1 229a100bf363d6414ebb2ebf2f63332eb0d4775c SHA256 cb63dd4fc4feb83d6cfb27b78c13c7bd3458c0fe2b5cc9905adbf6e784c3e12e +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAkqAj0QACgkQV3J2n04EauzxcgCdGkXKxLR8EAXAzVPtr89xbKLP +pqQAnioLByhth9nid4eqkSfL8yXe3qn3 +=7hIq +-----END PGP SIGNATURE----- diff --git a/virtual/perl-parent/metadata.xml b/virtual/perl-parent/metadata.xml new file mode 100644 index 000000000000..e0b31cb02b8b --- /dev/null +++ b/virtual/perl-parent/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></herd> +</pkgmetadata> diff --git a/virtual/perl-parent/perl-parent-0.221.ebuild b/virtual/perl-parent/perl-parent-0.221.ebuild new file mode 100644 index 000000000000..ed430c446c92 --- /dev/null +++ b/virtual/perl-parent/perl-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/virtual/perl-parent/perl-parent-0.221.ebuild,v 1.1 2009/08/10 21:21:03 tove Exp $ + +DESCRIPTION="Virtual for parent" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/parent-${PV}" |