diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 14:51:57 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 14:51:57 +0000 |
commit | 04c91c4ad78ddc28a2f86f30803781d7f2cf7c26 (patch) | |
tree | 26636ed812191fbf373658fcc2b8edcb45a74533 /dev-perl/crypt-random/crypt-random-1.13.ebuild | |
parent | Cleaning up ebuilds (diff) | |
download | gentoo-2-04c91c4ad78ddc28a2f86f30803781d7f2cf7c26.tar.gz gentoo-2-04c91c4ad78ddc28a2f86f30803781d7f2cf7c26.tar.bz2 gentoo-2-04c91c4ad78ddc28a2f86f30803781d7f2cf7c26.zip |
Cleaning up ebuilds
(Portage version: 2.1.2_pre3-r5)
(Signed Manifest commit)
Diffstat (limited to 'dev-perl/crypt-random/crypt-random-1.13.ebuild')
-rw-r--r-- | dev-perl/crypt-random/crypt-random-1.13.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/crypt-random/crypt-random-1.13.ebuild b/dev-perl/crypt-random/crypt-random-1.13.ebuild deleted file mode 100644 index 575ff5933845..000000000000 --- a/dev-perl/crypt-random/crypt-random-1.13.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/crypt-random-1.13.ebuild,v 1.12 2006/08/06 02:15:14 mcummings Exp $ - -inherit perl-module - -MY_P=Crypt-Random-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Cryptographically Secure, True Random Number Generator" -HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" -SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~mips ~ppc sparc x86" -IUSE="" - -DEPEND="dev-perl/math-pari - dev-perl/class-loader - dev-lang/perl" -RDEPEND="${DEPEND}" - |