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-Digest-SHA/perl-Digest-SHA-5.45.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-Digest-SHA/perl-Digest-SHA-5.45.ebuild')
-rw-r--r-- | virtual/perl-Digest-SHA/perl-Digest-SHA-5.45.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Digest-SHA/perl-Digest-SHA-5.45.ebuild b/virtual/perl-Digest-SHA/perl-Digest-SHA-5.45.ebuild new file mode 100644 index 000000000000..0c357f834dec --- /dev/null +++ b/virtual/perl-Digest-SHA/perl-Digest-SHA-5.45.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-Digest-SHA/perl-Digest-SHA-5.45.ebuild,v 1.1 2008/11/01 18:45:58 yuval Exp $ + +DESCRIPTION="Perl extension for SHA-1/224/256/384/512" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ia64 sparc x86" + +IUSE="" +DEPEND="" + +RDEPEND="|| ( ~dev-lang/perl-5.10.0 ~perl-core/Digest-SHA-${PV} )" + |