diff options
author | 2008-11-01 18:46:01 +0000 | |
---|---|---|
committer | 2008-11-01 18:46:01 +0000 | |
commit | d0cd72122e69cd9b921b4616a999cbbc24599bef (patch) | |
tree | e7803ff174958baf6254786d05b2475d690257dc /virtual/perl-Archive-Tar/perl-Archive-Tar-1.38.ebuild | |
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-Archive-Tar/perl-Archive-Tar-1.38.ebuild')
-rw-r--r-- | virtual/perl-Archive-Tar/perl-Archive-Tar-1.38.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Archive-Tar/perl-Archive-Tar-1.38.ebuild b/virtual/perl-Archive-Tar/perl-Archive-Tar-1.38.ebuild new file mode 100644 index 000000000000..0c01592d11ca --- /dev/null +++ b/virtual/perl-Archive-Tar/perl-Archive-Tar-1.38.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-Archive-Tar/perl-Archive-Tar-1.38.ebuild,v 1.1 2008/11/01 18:45:57 yuval Exp $ + +DESCRIPTION="A Perl module for creation and manipulation of tar files" +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/Archive-Tar-${PV} )" + |