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 | 41219e1113e97edee7813be4b3fa347c1684fdf1 (patch) | |
tree | 8bfb916eab386cd130d9dbf2c210f87567094564 /virtual/perl-IO-Zlib/perl-IO-Zlib-1.07.ebuild | |
parent | Stable on ppc wrt bug 244876 (diff) | |
download | historical-41219e1113e97edee7813be4b3fa347c1684fdf1.tar.gz historical-41219e1113e97edee7813be4b3fa347c1684fdf1.tar.bz2 historical-41219e1113e97edee7813be4b3fa347c1684fdf1.zip |
Adding virtuals for dual-lifed modules that come with perl-5.10
Diffstat (limited to 'virtual/perl-IO-Zlib/perl-IO-Zlib-1.07.ebuild')
-rw-r--r-- | virtual/perl-IO-Zlib/perl-IO-Zlib-1.07.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-IO-Zlib/perl-IO-Zlib-1.07.ebuild b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.07.ebuild new file mode 100644 index 000000000000..69ae991cbe67 --- /dev/null +++ b/virtual/perl-IO-Zlib/perl-IO-Zlib-1.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-IO-Zlib/perl-IO-Zlib-1.07.ebuild,v 1.1 2008/11/01 18:45:59 yuval Exp $ + +DESCRIPTION="IO:: style interface to Compress::Zlib" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" + +IUSE="" +DEPEND="" + +RDEPEND="|| ( ~dev-lang/perl-5.10.0 ~perl-core/IO-Zlib-${PV} )" + |