diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-09 17:50:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-09 17:50:25 +0000 |
| commit | 8499c4bc1cfa10d5c39adb1fee9f4fbe8a716ad6 (patch) | |
| tree | 760382ad4d72bd7037d2bd71d580811b3fd5f5c0 /games-rpg | |
| parent | cd8a01ce210c8db2a284fb37e097f7e493b638a4 (diff) | |
| download | baldeagleos-repo-8499c4bc1cfa10d5c39adb1fee9f4fbe8a716ad6.tar.gz baldeagleos-repo-8499c4bc1cfa10d5c39adb1fee9f4fbe8a716ad6.tar.xz baldeagleos-repo-8499c4bc1cfa10d5c39adb1fee9f4fbe8a716ad6.zip | |
Adding metadata
Diffstat (limited to 'games-rpg')
| -rw-r--r-- | games-rpg/comi/comi-1-r1.ebuild (renamed from games-rpg/comi/comi-1.ebuild) | 8 | ||||
| -rw-r--r-- | games-rpg/queen/queen-1-r2.ebuild (renamed from games-rpg/queen/queen-1-r1.ebuild) | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1-r1.ebuild index ca497f09ce4a..bd971f07ce5d 100644 --- a/games-rpg/comi/comi-1.ebuild +++ b/games-rpg/comi/comi-1-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cdrom estack desktop wrapper xdg DESCRIPTION="The Curse of Monkey Island, the third game in the series" HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island" SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${PN}.jpg" - +S="${WORKDIR}" LICENSE="comi" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -17,8 +17,6 @@ RESTRICT="bindist" RDEPEND=">=games-engines/scummvm-0.4.0" -S="${WORKDIR}" - dotar() { cd "${CDROM_ABSMATCH%/*}" || die eshopts_push -s nocaseglob nullglob diff --git a/games-rpg/queen/queen-1-r1.ebuild b/games-rpg/queen/queen-1-r2.ebuild index a13b61394691..5734a5d7c8e9 100644 --- a/games-rpg/queen/queen-1-r1.ebuild +++ b/games-rpg/queen/queen-1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop wrapper @@ -34,7 +34,7 @@ SRC_URI=" l10n_it? ( ${SF_BASE_URL}${FILE_IT} ) https://www.scummvm.org/images/cat-queen.png " - +S="${WORKDIR}" LICENSE="queen" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" @@ -56,8 +56,6 @@ DEPEND="${RDEPEND} l10n_it? ( app-arch/unzip ) " -S=${WORKDIR} - src_unpack() { if use l10n_de ; then mkdir de |
