summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 11:52:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 11:52:23 +0200
commit95ebc467624cd50e9eb811ee3c503218aa0159ef (patch)
tree0b28487ebfe50921687cb7ad3356d4d1a4a026dd /games-puzzle/colorcode/colorcode-0.8.5.ebuild
parentgames-puzzle/hexalate: Drop 1.1.3 (diff)
downloadgentoo-95ebc467624cd50e9eb811ee3c503218aa0159ef.tar.gz
gentoo-95ebc467624cd50e9eb811ee3c503218aa0159ef.tar.bz2
gentoo-95ebc467624cd50e9eb811ee3c503218aa0159ef.zip
games-puzzle/colorcode: EAPI-7 bump, eutils -> desktop.eclass
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-puzzle/colorcode/colorcode-0.8.5.ebuild')
-rw-r--r--games-puzzle/colorcode/colorcode-0.8.5.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/games-puzzle/colorcode/colorcode-0.8.5.ebuild b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
index c304b720483c..170203bdf025 100644
--- a/games-puzzle/colorcode/colorcode-0.8.5.ebuild
+++ b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
@@ -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