diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 12:46:24 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:29 +0200 |
commit | be6197be3896d7accd075334271e1ff6f8e34b91 (patch) | |
tree | 7c94d6ec794e113c143bcee085493fe929efce45 /games-action | |
parent | games-action/gltron: use HTTPS (diff) | |
download | gentoo-be6197be3896d7accd075334271e1ff6f8e34b91.tar.gz gentoo-be6197be3896d7accd075334271e1ff6f8e34b91.tar.bz2 gentoo-be6197be3896d7accd075334271e1ff6f8e34b91.zip |
games-action/guacamelee: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/guacamelee/guacamelee-20140222.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-action/guacamelee/guacamelee-20140222.ebuild b/games-action/guacamelee/guacamelee-20140222.ebuild index 4774a553e4eb..97a81b5b4146 100644 --- a/games-action/guacamelee/guacamelee-20140222.ebuild +++ b/games-action/guacamelee/guacamelee-20140222.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop unpacker xdg-utils -DESCRIPTION="A Metroidvania-style action-platformer set in a magical Mexican-inspired world" -HOMEPAGE="http://guacamelee.com" +DESCRIPTION="Metroidvania-style action-platformer set in a magical Mexican-inspired world" +HOMEPAGE="https://guacamelee.com" SRC_URI="Guacamelee_linux_1393037377.sh" +S="${WORKDIR}/data" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -18,8 +20,6 @@ RDEPEND=" virtual/opengl[abi_x86_32] " -S="${WORKDIR}/data" - DIR="/opt/${PN}" QA_PREBUILT="${DIR}/*" |