dev-perl/Algorithm-Munkres: -r bump for EAPI7
authorKent Fredric <kentnl@gentoo.org>
Thu, 23 Apr 2020 05:41:55 +0000 (17:41 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 23 Apr 2020 05:43:07 +0000 (17:43 +1200)
Also fixes LICENSE, which was technically "GPL-2 or newer"

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.80.0-r2.ebuild [new file with mode: 0644]

diff --git a/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.80.0-r2.ebuild b/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.80.0-r2.ebuild
new file mode 100644 (file)
index 0000000..42e07ba
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TPEDERSE
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Munkres solution to classical Assignment problem"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"