summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-22 12:23:54 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-22 12:23:54 +0000
commit62ff0d30ed239921ea20bbf02d57542cccd6e836 (patch)
tree6ebdeeec0e57adbeb4149a755853b14f070c07a4 /dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild
parentAdd proper alias names for dictionary. Install additional documentation. (diff)
downloadhistorical-62ff0d30ed239921ea20bbf02d57542cccd6e836.tar.gz
historical-62ff0d30ed239921ea20bbf02d57542cccd6e836.tar.bz2
historical-62ff0d30ed239921ea20bbf02d57542cccd6e836.zip
Remove test dependencies from RDEPEND
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild')
-rw-r--r--dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild18
1 files changed, 10 insertions, 8 deletions
diff --git a/dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild b/dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild
index fe22b8f4e777..266b3e607621 100644
--- a/dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild
+++ b/dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild
@@ -1,22 +1,24 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild,v 1.7 2009/07/19 17:37:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Simple/Crypt-Simple-0.06.ebuild,v 1.8 2009/10/22 12:23:54 tove Exp $
+MODULE_AUTHOR=KASEI
inherit perl-module
DESCRIPTION="Crypt::Simple - encrypt stuff simply"
-SRC_URI="mirror://cpan/authors/id/K/KA/KASEI/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~kasei/${P}/"
-IUSE="test"
-SLOT="0"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 x86"
-SRC_TEST="do"
+IUSE="test"
+
RDEPEND="dev-perl/FreezeThaw
dev-lang/perl
virtual/perl-IO-Compress
dev-perl/Crypt-Blowfish
virtual/perl-Digest-MD5
- virtual/perl-MIME-Base64
+ virtual/perl-MIME-Base64"
+DEPEND="${RDEPEND}
test? ( virtual/perl-Test-Harness )"
-DEPEND="${RDEPEND}"
+
+SRC_TEST="do"