diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-11-01 18:46:01 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-11-01 18:46:01 +0000 |
commit | d0cd72122e69cd9b921b4616a999cbbc24599bef (patch) | |
tree | e7803ff174958baf6254786d05b2475d690257dc /virtual/perl-Module-Pluggable | |
parent | Stable on ppc wrt bug 244876 (diff) | |
download | gentoo-2-d0cd72122e69cd9b921b4616a999cbbc24599bef.tar.gz gentoo-2-d0cd72122e69cd9b921b4616a999cbbc24599bef.tar.bz2 gentoo-2-d0cd72122e69cd9b921b4616a999cbbc24599bef.zip |
Adding virtuals for dual-lifed modules that come with perl-5.10
Diffstat (limited to 'virtual/perl-Module-Pluggable')
4 files changed, 55 insertions, 0 deletions
diff --git a/virtual/perl-Module-Pluggable/ChangeLog b/virtual/perl-Module-Pluggable/ChangeLog new file mode 100644 index 000000000000..18f041e80316 --- /dev/null +++ b/virtual/perl-Module-Pluggable/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for gentoo-x86/virtual +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/ChangeLog,v 1.1 2008/11/01 18:46:00 yuval Exp $ + +*perl-Module-Pluggable-3.8 (01 Nov 2008) +*perl-Module-Pluggable-3.6 (01 Nov 2008) + + 01 Nov 2008; Yuval Yaari <yuval@gentoo.org> +metadata.xml, + +perl-Module-Pluggable-3.6.ebuild, +perl-Module-Pluggable-3.8.ebuild: + Adding virtuals for dual-lifed modules that come with perl-5.10 + diff --git a/virtual/perl-Module-Pluggable/metadata.xml b/virtual/perl-Module-Pluggable/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/virtual/perl-Module-Pluggable/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-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild b/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild new file mode 100644 index 000000000000..93a9a46032df --- /dev/null +++ b/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.6.ebuild,v 1.1 2008/11/01 18:46:00 yuval Exp $ + +DESCRIPTION="automatically give your module the ability to have plugins" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" + +IUSE="" +DEPEND="" + +RDEPEND="|| ( ~dev-lang/perl-5.10.0 ~perl-core/Module-Pluggable-${PV} )" + diff --git a/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild b/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild new file mode 100644 index 000000000000..27df703084ad --- /dev/null +++ b/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.8.ebuild,v 1.1 2008/11/01 18:46:00 yuval Exp $ + +DESCRIPTION="automatically give your module the ability to have plugins" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +IUSE="" +DEPEND="" + +RDEPEND="~perl-core/Module-Pluggable-${PV}" + |