Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nudoku/
Date: Mon, 07 Jun 2021 08:33:36
Message-Id: 1623054800.a55f826eb71cbd74081bc041980b090bdac4765d.juippis@gentoo
1 commit: a55f826eb71cbd74081bc041980b090bdac4765d
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat May 8 17:12:09 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 08:33:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55f826e
7
8 games-puzzle/nudoku: remove unused eclass, fix LICENSE
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 games-puzzle/nudoku/nudoku-2.1.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/games-puzzle/nudoku/nudoku-2.1.0.ebuild b/games-puzzle/nudoku/nudoku-2.1.0.ebuild
18 index 199f09b2bb1..4ba0f159818 100644
19 --- a/games-puzzle/nudoku/nudoku-2.1.0.ebuild
20 +++ b/games-puzzle/nudoku/nudoku-2.1.0.ebuild
21 @@ -3,13 +3,13 @@
22
23 EAPI=7
24
25 -inherit autotools flag-o-matic
26 +inherit autotools
27
28 DESCRIPTION="ncurses based sudoku game"
29 -HOMEPAGE="https://jubalh.github.io/nudoku"
30 +HOMEPAGE="https://jubalh.github.io/nudoku/"
31 SRC_URI="https://github.com/jubalh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32
33 -LICENSE="GPL-3"
34 +LICENSE="GPL-3+"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE="cairo"