summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-16 08:53:46 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-16 08:53:46 +0000
commit7cfff5154b4a4e0e86cdfef853f7cd8702462760 (patch)
treeac959d9615d4161746227535b9eea6c57b2986e0 /dev-perl/Algorithm-Munkres
parentVersion bump (diff)
downloadhistorical-7cfff5154b4a4e0e86cdfef853f7cd8702462760.tar.gz
historical-7cfff5154b4a4e0e86cdfef853f7cd8702462760.tar.bz2
historical-7cfff5154b4a4e0e86cdfef853f7cd8702462760.zip
Remove test useflag. EAPI=2
Package-Manager: portage-2.2_rc25/cvs/Linux i686
Diffstat (limited to 'dev-perl/Algorithm-Munkres')
-rw-r--r--dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild12
-rw-r--r--dev-perl/Algorithm-Munkres/ChangeLog6
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild b/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild
index 1e9a442f2a99..b76f37738ae4 100644
--- a/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild
+++ b/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild,v 1.2 2009/03/16 01:59:19 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild,v 1.3 2009/03/16 08:53:46 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=TPEDERSE
inherit perl-module
DESCRIPTION="Munkres solution to classical Assignment problem"
-HOMEPAGE="http://search.cpan.org/~tpederse/${P}/lib/Algorithm/Munkres.pm"
-SRC_URI="mirror://cpan/authors/id/T/TP/TPEDERSE/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-SRC_TEST="do"
+IUSE=""
-DEPEND="dev-lang/perl"
+SRC_TEST="do"
diff --git a/dev-perl/Algorithm-Munkres/ChangeLog b/dev-perl/Algorithm-Munkres/ChangeLog
index 33cb16317417..dc10faa01a54 100644
--- a/dev-perl/Algorithm-Munkres/ChangeLog
+++ b/dev-perl/Algorithm-Munkres/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Algorithm-Munkres
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Munkres/ChangeLog,v 1.2 2009/03/16 01:59:19 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Munkres/ChangeLog,v 1.3 2009/03/16 08:53:46 tove Exp $
+
+ 16 Mar 2009; Torsten Veller <tove@gentoo.org>
+ Algorithm-Munkres-0.08.ebuild:
+ Remove test useflag. EAPI=2
15 Mar 2009; Andrey Kislyuk <weaver@gentoo.org>
Algorithm-Munkres-0.08.ebuild: