diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:16:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:16:49 +0000 |
commit | 65729212b9426457e1228bf515c99cc8a85792b4 (patch) | |
tree | 0b4b18021ac0e1ce855a257e9d3b20a9b7e607fb /dev-perl/Pod-Simple | |
parent | sync IUSE (+ipv6), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-65729212b9426457e1228bf515c99cc8a85792b4.tar.gz gentoo-2-65729212b9426457e1228bf515c99cc8a85792b4.tar.bz2 gentoo-2-65729212b9426457e1228bf515c99cc8a85792b4.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Pod-Simple')
-rw-r--r-- | dev-perl/Pod-Simple/Pod-Simple-2.05.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Pod-Simple/Pod-Simple-2.05.ebuild b/dev-perl/Pod-Simple/Pod-Simple-2.05.ebuild index eb0fb12e365b..992ea9a32060 100644 --- a/dev-perl/Pod-Simple/Pod-Simple-2.05.ebuild +++ b/dev-perl/Pod-Simple/Pod-Simple-2.05.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/Pod-Simple-2.05.ebuild,v 1.2 2004/06/25 00:56:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/Pod-Simple-2.05.ebuild,v 1.3 2004/07/14 20:13:57 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} CATEGORY="dev-perl" DESCRIPTION="framework for parsing Pod" @@ -15,5 +14,6 @@ SRC_TEST="do" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha" +IUSE="" DEPEND="dev-perl/Pod-Escapes" diff --git a/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild b/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild index 985d5b639396..bf8b2e5a9966 100644 --- a/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild +++ b/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild,v 1.2 2004/06/25 00:56:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild,v 1.3 2004/07/14 20:13:57 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} CATEGORY="dev-perl" DESCRIPTION="framework for parsing Pod" @@ -15,5 +14,6 @@ SRC_TEST="do" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +IUSE="" DEPEND=">=dev-perl/Pod-Escapes-1.04" |