diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-01 23:49:01 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-02 00:10:26 -0500 |
commit | 89497c53c16143b226ba1bb7efd6d1ffd045bbff (patch) | |
tree | 2695d9b67d4b936dee593d9b9f4a2acd7f1ec15f /games-arcade | |
parent | media-libs/osl: try again to force ilmbase (diff) | |
download | gentoo-89497c53c16143b226ba1bb7efd6d1ffd045bbff.tar.gz gentoo-89497c53c16143b226ba1bb7efd6d1ffd045bbff.tar.bz2 gentoo-89497c53c16143b226ba1bb7efd6d1ffd045bbff.zip |
games-arcade/jumpnbump: drop 1.61
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/jumpnbump/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/jumpnbump/jumpnbump-1.61.ebuild | 56 | ||||
-rw-r--r-- | games-arcade/jumpnbump/metadata.xml | 3 |
3 files changed, 0 insertions, 60 deletions
diff --git a/games-arcade/jumpnbump/Manifest b/games-arcade/jumpnbump/Manifest index 5da33430f393..df0b9559f2d0 100644 --- a/games-arcade/jumpnbump/Manifest +++ b/games-arcade/jumpnbump/Manifest @@ -1,2 +1 @@ -DIST jumpnbump-1.61.tar.xz 309072 BLAKE2B 057f597aedfcacb5c45e2980d670109c6ed1d9508a17ff467f44e10190d84d19609fded416c30512a59385a6c59221da98af90069adc993f0cc4c9332d248321 SHA512 1c5999c6d0d00770416a61803e5dac4742e23d787ba6bec3742517e3eab006efe9448e59f3e84278e224e184a8ac8444c7c766b74374761b1aec7cffdc1708c1 DIST jumpnbump-1.61_p20210421.tar.gz 436105 BLAKE2B 3546c3c1d625b2560acbd39cf4a1a0b1fc022254c8b99913ead856d90a9354426220c2cae57ea991e4133287bc9e10d2b7b8d621f70eaa8c0baf93ee3d419a30 SHA512 ae5a7173fe43c3674ab6883d5daf3758680e53b4b33ada4c998831fcd52b6769683e72b484d01e976e3358dc1992a46e764b75d7cbe1632c48b00b570a03e03b diff --git a/games-arcade/jumpnbump/jumpnbump-1.61.ebuild b/games-arcade/jumpnbump/jumpnbump-1.61.ebuild deleted file mode 100644 index 0532117705f4..000000000000 --- a/games-arcade/jumpnbump/jumpnbump-1.61.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit python-single-r1 flag-o-matic toolchain-funcs - -DESCRIPTION="A funny multiplayer game about cute little fluffy bunnies" -HOMEPAGE="https://libregames.gitlab.io/jumpnbump" -SRC_URI="https://gitlab.com/LibreGames/${PN}/uploads/95acdae2a232513f068e260977371dcf/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk" - -REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )" - -DEPEND=" - media-libs/sdl2-mixer[mod] - media-libs/libsdl2 - media-libs/sdl2-net -" -RDEPEND=" - ${DEPEND} - gtk? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pygobject[${PYTHON_USEDEP}] - ') - x11-libs/gdk-pixbuf:2[introspection] - x11-libs/gtk+:3[introspection] - ) -" - -PATCHES=( - "${FILESDIR}"/${P}-ranlib.patch -) - -src_compile() { - tc-export AR CC RANLIB - - append-flags -fcommon - - emake PREFIX="${EPREFIX}/usr" - use gtk && emake PREFIX="${EPREFIX}/usr" jnbmenu -} - -src_install() { - emake PREFIX="${ED}/usr" install - if use gtk; then - emake -C menu PREFIX="${ED}/usr" install - python_doscript "${ED}/usr/bin/jumpnbump-menu" - fi -} diff --git a/games-arcade/jumpnbump/metadata.xml b/games-arcade/jumpnbump/metadata.xml index ce13a43dc82a..7c730d47817a 100644 --- a/games-arcade/jumpnbump/metadata.xml +++ b/games-arcade/jumpnbump/metadata.xml @@ -5,7 +5,4 @@ <email>games@gentoo.org</email> <name>Gentoo Games Project</name> </maintainer> - <use> - <flag name="gtk">Install Python-based GTK menu</flag> - </use> </pkgmetadata> |