diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-23 17:41:55 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-23 17:43:07 +1200 |
commit | aff38e7d62d6c666a1234c6744d074785cd408d3 (patch) | |
tree | 1f814c858f4348011e24553790b13a410d17941a /dev-perl/Algorithm-Munkres | |
parent | dev-python/configargparse: Mark ALLARCHES (diff) | |
download | gentoo-aff38e7d62d6c666a1234c6744d074785cd408d3.tar.gz gentoo-aff38e7d62d6c666a1234c6744d074785cd408d3.tar.bz2 gentoo-aff38e7d62d6c666a1234c6744d074785cd408d3.zip |
dev-perl/Algorithm-Munkres: -r bump for EAPI7
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>
Diffstat (limited to 'dev-perl/Algorithm-Munkres')
-rw-r--r-- | dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.80.0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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 index 000000000000..42e07ba20787 --- /dev/null +++ b/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.80.0-r2.ebuild @@ -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" |