summaryrefslogtreecommitdiff
path: root/gnustep-apps/lapispuzzle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /gnustep-apps/lapispuzzle
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'gnustep-apps/lapispuzzle')
-rw-r--r--gnustep-apps/lapispuzzle/Manifest2
-rw-r--r--gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild14
2 files changed, 6 insertions, 10 deletions
diff --git a/gnustep-apps/lapispuzzle/Manifest b/gnustep-apps/lapispuzzle/Manifest
index 4a677a8d1273..6d2bf6f0526f 100644
--- a/gnustep-apps/lapispuzzle/Manifest
+++ b/gnustep-apps/lapispuzzle/Manifest
@@ -1,3 +1,3 @@
DIST LapisPuzzle-1.2.tar.gz 30188 BLAKE2B 75f5a0c0b748c7be91ac11fd1d3d6b6b44e46d3c446508cc8f54ac7d810b0427b7305868e5045b2e23b1b0f643c6aea9a9ba318d9651b473dcbc7c8c2b2a0b50 SHA512 d7fc846ad2e771a0adace983d4d6c07a71680ab8164e9ca459e2be44774df393602338d125a4c4dac8c8c0d8315a861118e4fa56c59139d964bba64aa7bb443b
-EBUILD lapispuzzle-1.2.ebuild 467 BLAKE2B e52b6a6e9d763cd2e47a4403fa1d6c74ae638074d397862cdab036ccf2215d7d96f5955bbc5b60625ff1b9254b993255f80b3bff50de2080870abc7645b7bf68 SHA512 e1f13f242bc8a270f360e1728c87d8b6329c8a3a52aa848580a13c9b724feb2f5268c12a8a6d846b3ff8d8f5559796eb12f300c3403e4825702d77bac4e721f6
+EBUILD lapispuzzle-1.2.ebuild 430 BLAKE2B c3f096bd5009643bc6070bf8038f015614c6f2cc1128e9502108f6ccb35b7350f0c768e2c7792bb449fa4ff154016c5b000583fd162479e4b76661c075a2a5eb SHA512 a6d946627d202a06be7e53372bdd14c79fa87847e86f1525492e25e8ed465fbcf366618a1ed40c19ed9f8d8ff0ffda731a9ebfeda548a655bbb997765ccda2f6
MISC metadata.xml 427 BLAKE2B b94984b58a33447d1a947a17df89b9112b87c425ba6a89ccd2a8c2f4f664c9e6b75100272ed9c4c94a24144f1e3616b07cad4824d3e496b791b9f9cd5150b116 SHA512 cd109c7f9cf95dc765849ae3780b977e5e7de40cfd909fc064e4bf29cf4ca50e3cfefd022861eaac65c79f31ad5f863b5c7d82255b5254373b459e8c343a1495
diff --git a/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild b/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild
index 628a8ba5a0bd..d488f677560b 100644
--- a/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild
+++ b/gnustep-apps/lapispuzzle/lapispuzzle-1.2.ebuild
@@ -1,21 +1,17 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit gnustep-2
-MY_P=LapisPuzzle-${PV}
+MY_P="LapisPuzzle-${PV}"
DESCRIPTION="a Tetris-like game where each player is effected by the others game play"
HOMEPAGE="http://gap.nongnu.org/lapispuzzle/"
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"