diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-20 12:55:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-20 12:55:16 +0000 |
commit | eda1fbd734859dda8101939f50ee354f977b04e2 (patch) | |
tree | ec4b8b6177f116a8c9adba63dfaaa7d93bf287c3 /virtual/perl-Module-Load-Conditional | |
parent | Package mask ~sys-fs/udev-136 until 135-r3 is tested good enough and the upst... (diff) | |
download | gentoo-2-eda1fbd734859dda8101939f50ee354f977b04e2.tar.gz gentoo-2-eda1fbd734859dda8101939f50ee354f977b04e2.tar.bz2 gentoo-2-eda1fbd734859dda8101939f50ee354f977b04e2.zip |
Adding virtuals for dual-lifed modules that come with perl-5.10
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-Module-Load-Conditional')
4 files changed, 47 insertions, 0 deletions
diff --git a/virtual/perl-Module-Load-Conditional/ChangeLog b/virtual/perl-Module-Load-Conditional/ChangeLog new file mode 100644 index 000000000000..eb024ca632ab --- /dev/null +++ b/virtual/perl-Module-Load-Conditional/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for virtual/perl-Module-Load-Conditional +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.1 2009/01/20 12:55:16 tove Exp $ + +*perl-Module-Load-Conditional-0.30 (20 Jan 2009) +*perl-Module-Load-Conditional-0.28 (20 Jan 2009) + + 20 Jan 2009; Torsten Veller <tove@gentoo.org> +metadata.xml, + +perl-Module-Load-Conditional-0.28.ebuild, + +perl-Module-Load-Conditional-0.30.ebuild: + Adding virtuals for dual-lifed modules that come with perl-5.10 + diff --git a/virtual/perl-Module-Load-Conditional/metadata.xml b/virtual/perl-Module-Load-Conditional/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/virtual/perl-Module-Load-Conditional/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> diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.28.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.28.ebuild new file mode 100644 index 000000000000..f05976c0c58c --- /dev/null +++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.28.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.28.ebuild,v 1.1 2009/01/20 12:55:16 tove Exp $ + +DESCRIPTION="runtime require of both modules and files" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/Module-Load-Conditional-${PV}" diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild new file mode 100644 index 000000000000..0b3541abfa0f --- /dev/null +++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.30.ebuild,v 1.1 2009/01/20 12:55:16 tove Exp $ + +DESCRIPTION="runtime require of both modules and files" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/Module-Load-Conditional-${PV}" |