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-Pod-Simple | |
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-Pod-Simple')
-rw-r--r-- | virtual/perl-Pod-Simple/ChangeLog | 11 | ||||
-rw-r--r-- | virtual/perl-Pod-Simple/metadata.xml | 10 | ||||
-rw-r--r-- | virtual/perl-Pod-Simple/perl-Pod-Simple-3.05.ebuild | 17 | ||||
-rw-r--r-- | virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild | 17 |
4 files changed, 55 insertions, 0 deletions
diff --git a/virtual/perl-Pod-Simple/ChangeLog b/virtual/perl-Pod-Simple/ChangeLog new file mode 100644 index 000000000000..605c6fb6e0d5 --- /dev/null +++ b/virtual/perl-Pod-Simple/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-Pod-Simple/ChangeLog,v 1.1 2008/11/01 18:46:00 yuval Exp $ + +*perl-Pod-Simple-3.07 (01 Nov 2008) +*perl-Pod-Simple-3.05 (01 Nov 2008) + + 01 Nov 2008; Yuval Yaari <yuval@gentoo.org> +metadata.xml, + +perl-Pod-Simple-3.05.ebuild, +perl-Pod-Simple-3.07.ebuild: + Adding virtuals for dual-lifed modules that come with perl-5.10 + diff --git a/virtual/perl-Pod-Simple/metadata.xml b/virtual/perl-Pod-Simple/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/virtual/perl-Pod-Simple/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-Pod-Simple/perl-Pod-Simple-3.05.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.05.ebuild new file mode 100644 index 000000000000..41641530713b --- /dev/null +++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.05.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-Pod-Simple/perl-Pod-Simple-3.05.ebuild,v 1.1 2008/11/01 18:46:00 yuval Exp $ + +DESCRIPTION="framework for parsing Pod" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" + +IUSE="" +DEPEND="" + +RDEPEND="|| ( ~dev-lang/perl-5.10.0 ~perl-core/Pod-Simple-${PV} )" + diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild new file mode 100644 index 000000000000..352491f8a73f --- /dev/null +++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.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-Pod-Simple/perl-Pod-Simple-3.07.ebuild,v 1.1 2008/11/01 18:46:00 yuval Exp $ + +DESCRIPTION="framework for parsing Pod" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" + +IUSE="" +DEPEND="" + +RDEPEND="~perl-core/Pod-Simple-${PV}" + |