public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/jumpnbump/
Date: Thu,  2 Dec 2021 05:13:09 +0000 (UTC)	[thread overview]
Message-ID: <1638421826.89497c53c16143b226ba1bb7efd6d1ffd045bbff.ionen@gentoo> (raw)

commit:     89497c53c16143b226ba1bb7efd6d1ffd045bbff
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 04:49:01 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 05:10:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89497c53

games-arcade/jumpnbump: drop 1.61

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/jumpnbump/Manifest              |  1 -
 games-arcade/jumpnbump/jumpnbump-1.61.ebuild | 56 ----------------------------
 games-arcade/jumpnbump/metadata.xml          |  3 --
 3 files changed, 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>


             reply	other threads:[~2021-12-02  5:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-02  5:13 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-05 23:44 [gentoo-commits] repo/gentoo:master commit in: games-arcade/jumpnbump/ Ionen Wolkens
2023-02-16  7:39 Ionen Wolkens
2023-02-16  7:39 Ionen Wolkens
2021-12-02  5:13 Ionen Wolkens
2021-11-18 19:11 Ionen Wolkens
2021-04-06 18:18 Sam James
2021-03-05 23:56 Sam James
2021-03-05 23:56 Sam James
2018-04-17 21:01 Pacho Ramos
2018-04-17 21:01 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1638421826.89497c53c16143b226ba1bb7efd6d1ffd045bbff.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox