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
commitc8a638c2b10c0af3d26b5ac50b2dcd67af5b4835 (patch)
treea6adc61e6b2796a3404f23150bebbbecff5e1dc9 /dev-perl/Math-Vec
parentFix typo: RDEPEND (diff)
downloadgentoo-2-c8a638c2b10c0af3d26b5ac50b2dcd67af5b4835.tar.gz
gentoo-2-c8a638c2b10c0af3d26b5ac50b2dcd67af5b4835.tar.bz2
gentoo-2-c8a638c2b10c0af3d26b5ac50b2dcd67af5b4835.zip
Move Module-Build to DEPEND only. Fix LICENSE
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/Math-Vec')
-rw-r--r--dev-perl/Math-Vec/ChangeLog5
-rw-r--r--dev-perl/Math-Vec/Math-Vec-1.01.ebuild15
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/Math-Vec/ChangeLog b/dev-perl/Math-Vec/ChangeLog
index 3c77c524ff8a..abb68dc6b4c5 100644
--- a/dev-perl/Math-Vec/ChangeLog
+++ b/dev-perl/Math-Vec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Math-Vec
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.2 2008/11/18 15:12:23 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.3 2008/11/23 08:19:33 tove Exp $
+
+ 23 Nov 2008; Torsten Veller <tove@gentoo.org> Math-Vec-1.01.ebuild:
+ Move Module-Build to DEPEND only. Fix LICENSE
18 Nov 2008; Torsten Veller <tove@gentoo.org> Math-Vec-1.01.ebuild:
New virtuals: module-build
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 )"