Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/lapispuzzle/
Date: Sat, 27 Jun 2020 18:59:24
Message-Id: 1593284348.7dd7f6cc98898a2d8a27ef6d258433c89ea0aeee.voyageur@gentoo
1 commit: 7dd7f6cc98898a2d8a27ef6d258433c89ea0aeee
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 26 07:36:35 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 18:59:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd7f6cc
7
8 gnustep-apps/lapispuzzle: EAPI7, fix LICENSE
9
10 Package-Manager: Portage-2.3.101, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild | 14 +++++---------
15 1 file changed, 5 insertions(+), 9 deletions(-)
16
17 diff --git a/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild b/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild
18 index 628a8ba5a0b..d488f677560 100644
19 --- a/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild
20 +++ b/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild
21 @@ -1,21 +1,17 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=4
27 +EAPI=7
28 inherit gnustep-2
29
30 -MY_P=LapisPuzzle-${PV}
31 +MY_P="LapisPuzzle-${PV}"
32
33 DESCRIPTION="a Tetris-like game where each player is effected by the others game play"
34 HOMEPAGE="http://gap.nongnu.org/lapispuzzle/"
35 SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
36
37 -LICENSE="GPL-2"
38 +LICENSE="GPL-2+"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42
43 -DEPEND=""
44 -RDEPEND="${DEPEND}"
45 -
46 -S=${WORKDIR}/${MY_P}
47 +S="${WORKDIR}/${MY_P}"