summaryrefslogtreecommitdiff
path: root/games-arcade/jumpnbump
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-06 15:04:48 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-06 15:04:48 +0000
commit923126477e8d71f672b1dcda7eb08833760ff202 (patch)
treef28e3e4ab1ff7eae4766d2ad11234400707af714 /games-arcade/jumpnbump
parent4e0fdaed4cdd6acc8a8b436e10f21c732a0bcf01 (diff)
downloadbaldeagleos-repo-923126477e8d71f672b1dcda7eb08833760ff202.tar.gz
baldeagleos-repo-923126477e8d71f672b1dcda7eb08833760ff202.tar.xz
baldeagleos-repo-923126477e8d71f672b1dcda7eb08833760ff202.zip
Adding metadata
Diffstat (limited to 'games-arcade/jumpnbump')
-rw-r--r--games-arcade/jumpnbump/jumpnbump-1.61_p20210421.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-arcade/jumpnbump/jumpnbump-1.61_p20210421.ebuild b/games-arcade/jumpnbump/jumpnbump-1.61_p20210421.ebuild
index 2d0dc541d5b2..47a0aa702db1 100644
--- a/games-arcade/jumpnbump/jumpnbump-1.61_p20210421.ebuild
+++ b/games-arcade/jumpnbump/jumpnbump-1.61_p20210421.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ MY_COMMIT="73c5fe86fd831dec45a22077e8d63dd2b6a6349e"
DESCRIPTION="Funny multiplayer game about cute little fluffy bunnies"
HOMEPAGE="https://libregames.gitlab.io/jumpnbump"
SRC_URI="https://gitlab.com/LibreGames/jumpnbump/-/archive/${MY_COMMIT}/${P}.tar.bz2"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
+S=${WORKDIR}/${PN}-${MY_COMMIT}
LICENSE="GPL-2+"
SLOT="0"
@@ -24,7 +24,8 @@ DEPEND="
media-libs/libsdl2[joystick,sound,video]
media-libs/sdl2-mixer[mod]
media-libs/sdl2-net
- sys-libs/zlib:="
+ sys-libs/zlib:=
+"
RDEPEND="
${DEPEND}
gui? (
@@ -63,7 +64,7 @@ src_install() {
use gui && emake -C menu PREFIX="${ED}"/usr install
doicon dist/${PN}.png
- rm "${ED}"/usr/share/icons/${PN}.png || die
+ rm -- "${ED}"/usr/share/icons/${PN}.png || die
einstalldocs
}