summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-23 08:19:33 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-23 08:19:33 +0000
commitcbf229b73c67b1d358c548861d7b6b63a76487aa (patch)
tree9fe117ececcde22f5f1d6074256b303d1f3cb45b /dev-perl/Math-Vec/Math-Vec-1.01.ebuild
parentFix typo: RDEPEND (diff)
downloadhistorical-cbf229b73c67b1d358c548861d7b6b63a76487aa.tar.gz
historical-cbf229b73c67b1d358c548861d7b6b63a76487aa.tar.bz2
historical-cbf229b73c67b1d358c548861d7b6b63a76487aa.zip
Move Module-Build to DEPEND only. Fix LICENSE
Package-Manager: portage-2.2_rc15/cvs/Linux 2.6.27-tuxonice i686
Diffstat (limited to 'dev-perl/Math-Vec/Math-Vec-1.01.ebuild')
-rw-r--r--dev-perl/Math-Vec/Math-Vec-1.01.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-perl/Math-Vec/Math-Vec-1.01.ebuild b/dev-perl/Math-Vec/Math-Vec-1.01.ebuild
index 6b003022de21..990c2381759b 100644
--- a/dev-perl/Math-Vec/Math-Vec-1.01.ebuild
+++ b/dev-perl/Math-Vec/Math-Vec-1.01.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.2 2008/11/18 15:12:23 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.3 2008/11/23 08:19:33 tove Exp $
+MODULE_AUTHOR=EWILHELM
inherit perl-module
DESCRIPTION="vectors for perl"
-SRC_URI="mirror://cpan/authors/id/E/EW/EWILHELM/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~ewilhelm/Math-Vec/"
SLOT="0"
-LICENSE="Artistic"
+LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
SRC_TEST="do"
-DEPEND="dev-lang/perl
- virtual/perl-Module-Build"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( virtual/perl-Test-Simple )"