Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/colorcode/
Date: Thu, 21 May 2020 09:52:42
Message-Id: 1590054743.95ebc467624cd50e9eb811ee3c503218aa0159ef.asturm@gentoo
1 commit: 95ebc467624cd50e9eb811ee3c503218aa0159ef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 09:52:23 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 09:52:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ebc467
7
8 games-puzzle/colorcode: EAPI-7 bump, eutils -> desktop.eclass
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-puzzle/colorcode/colorcode-0.8.5.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/games-puzzle/colorcode/colorcode-0.8.5.ebuild b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
17 index c304b720483..170203bdf02 100644
18 --- a/games-puzzle/colorcode/colorcode-0.8.5.ebuild
19 +++ b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
20 @@ -1,11 +1,12 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 -inherit eutils qmake-utils
27 +EAPI=7
28
29 MY_PN=ColorCode
30 -DESCRIPTION="A free advanced MasterMind clone"
31 +inherit desktop qmake-utils
32 +
33 +DESCRIPTION="Free advanced MasterMind clone"
34 HOMEPAGE="http://colorcode.laebisch.com/"
35 SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
36
37 @@ -21,7 +22,7 @@ DEPEND="
38 "
39 RDEPEND="${DEPEND}"
40
41 -S=${WORKDIR}/${MY_PN}-${PV}
42 +S="${WORKDIR}/${MY_PN}-${PV}"
43
44 src_prepare() {
45 default