diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-07 11:54:59 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-07 11:54:59 +0000 |
commit | 1e030e69f6058d428a3d25e3e147b2d79b3632d5 (patch) | |
tree | 31f535fd9b752f10181ddc2e0a3f7313d44b335b /virtual/perl-Safe | |
parent | New virtual for perl-core/Memoize (diff) | |
download | historical-1e030e69f6058d428a3d25e3e147b2d79b3632d5.tar.gz historical-1e030e69f6058d428a3d25e3e147b2d79b3632d5.tar.bz2 historical-1e030e69f6058d428a3d25e3e147b2d79b3632d5.zip |
New virtual for perl-core/Safe
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Safe/Manifest | 10 | ||||
-rw-r--r-- | virtual/perl-Safe/files/digest-perl-Safe-2.11 | 0 | ||||
-rw-r--r-- | virtual/perl-Safe/metadata.xml | 10 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.11.ebuild | 16 |
5 files changed, 46 insertions, 0 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog new file mode 100644 index 000000000000..1651b765a7ca --- /dev/null +++ b/virtual/perl-Safe/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gentoo-x86/virtual +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.1 2006/02/07 11:54:59 mcummings Exp $ + +*perl-Safe-2.11 (07 Feb 2006) + + 07 Feb 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +perl-Safe-2.11.ebuild: + New virtual for perl-core/Safe + diff --git a/virtual/perl-Safe/Manifest b/virtual/perl-Safe/Manifest index 400d77b89f8b..47e04b024369 100644 --- a/virtual/perl-Safe/Manifest +++ b/virtual/perl-Safe/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9ab3d896ea87d3929a5bb2c294763bfa ChangeLog 372 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-perl-Safe-2.11 0 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 ec296f26332f9731d733e6b834eba2cf perl-Safe-2.11.ebuild 444 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFD6IqWtG5z4I8BtQoRAotCAJ4wzlDkh6X/gVKduNCLWL1inhoB9gCgguEp +fdast7zFHvhoV3EqgnutGzQ= +=zzmS +-----END PGP SIGNATURE----- diff --git a/virtual/perl-Safe/files/digest-perl-Safe-2.11 b/virtual/perl-Safe/files/digest-perl-Safe-2.11 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/perl-Safe/files/digest-perl-Safe-2.11 diff --git a/virtual/perl-Safe/metadata.xml b/virtual/perl-Safe/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/virtual/perl-Safe/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> diff --git a/virtual/perl-Safe/perl-Safe-2.11.ebuild b/virtual/perl-Safe/perl-Safe-2.11.ebuild new file mode 100644 index 000000000000..c277626c66ba --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.11.ebuild,v 1.1 2006/02/07 11:54:59 mcummings Exp $ + +DESCRIPTION="Virtual for Safe" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86" + +IUSE="" +DEPEND="" +RDEPEND="~perl-core/Safe-${PV}" + |