public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/jumpnbump/
Date: Tue, 17 Apr 2018 21:01:04 +0000 (UTC)	[thread overview]
Message-ID: <1523998847.5ad18daf984626afd8c07ec5d03ecd804c8c1b9c.pacho@gentoo> (raw)

commit:     5ad18daf984626afd8c07ec5d03ecd804c8c1b9c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 20:50:36 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 21:00:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad18daf

games-arcade/jumpnbump: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/jumpnbump/jumpnbump-1.50-r2.ebuild | 53 +++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/games-arcade/jumpnbump/jumpnbump-1.50-r2.ebuild b/games-arcade/jumpnbump/jumpnbump-1.50-r2.ebuild
new file mode 100644
index 00000000000..476381cf475
--- /dev/null
+++ b/games-arcade/jumpnbump/jumpnbump-1.50-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools desktop
+
+DESCRIPTION="A funny multiplayer game about cute little fluffy bunnies"
+HOMEPAGE="http://www.jumpbump.mine.nu/"
+SRC_URI="
+	http://www.jumpbump.mine.nu/port/${P}.tar.gz
+	mirror://gentoo/${P}-autotool.patch.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X fbcon kde svga tk +music"
+
+DEPEND="
+	media-libs/sdl-mixer
+	media-libs/libsdl[sound,joystick,video]
+	media-libs/sdl-net
+	X? ( x11-libs/libXext )
+	kde? ( kde-apps/kdialog )
+	music? ( media-libs/sdl-mixer[mod] )
+"
+RDEPEND="${DEPEND}
+	tk? (
+		dev-lang/tcl:0=
+		dev-lang/tk:0=
+	)
+"
+
+src_prepare() {
+	default
+	eapply ../${P}-autotool.patch
+	rm -f configure
+	eautoreconf
+	sed -i \
+		-e "/PREFIX/ s:PREFIX.*:\"/usr/share/${PN}/jumpbump.dat\":" \
+		globals.h \
+		|| die "sed failed"
+}
+
+src_install() {
+	default
+	# clean up a bit.  It leaves a dep on Xdialog but ignore that.
+	use fbcon || rm -f "${D}${GAMES_BINDIR}/jumpnbump.fbcon"
+	use kde || rm -f "${D}${GAMES_BINDIR}/jumpnbump-kdialog"
+	use svga || rm -f "${D}${GAMES_BINDIR}/jumpnbump.svgalib"
+	use tk || rm -f "${D}${GAMES_BINDIR}/jnbmenu.tcl"
+	newicon sdl/jumpnbump64.xpm ${PN}.xpm
+	make_desktop_entry ${PN} "Jump n Bump"
+}


             reply	other threads:[~2018-04-17 21:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-17 21:01 Pacho Ramos [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-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

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=1523998847.5ad18daf984626afd8c07ec5d03ecd804c8c1b9c.pacho@gentoo \
    --to=pacho@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