games-puzzle/colorcode: EAPI-7 bump, eutils -> desktop.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 May 2020 09:52:23 +0000 (11:52 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 May 2020 09:52:23 +0000 (11:52 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
games-puzzle/colorcode/colorcode-0.8.5.ebuild

index c304b720483c84109492359c94934395edb3e6b4..170203bdf025b959d3063a8eabd4f65590333bc8 100644 (file)
@@ -1,11 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils qmake-utils
+EAPI=7
 
 MY_PN=ColorCode
-DESCRIPTION="A free advanced MasterMind clone"
+inherit desktop qmake-utils
+
+DESCRIPTION="Free advanced MasterMind clone"
 HOMEPAGE="http://colorcode.laebisch.com/"
 SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
 
@@ -21,7 +22,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_PN}-${PV}
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_prepare() {
        default