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-emulation/gnuboy/
Date: Sun, 29 Apr 2018 11:26:48 +0000 (UTC)	[thread overview]
Message-ID: <1525001164.fbd8c44fbeb0ab4ba0b8eabe91b55a13aecd9089.pacho@gentoo> (raw)

commit:     fbd8c44fbeb0ab4ba0b8eabe91b55a13aecd9089
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 10:12:37 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:26:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd8c44f

games-emulation/gnuboy: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild | 57 ---------------------------
 1 file changed, 57 deletions(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
deleted file mode 100644
index 86111def6f7..00000000000
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="Gameboy emulator with multiple renderers"
-HOMEPAGE="https://sourceforge.net/projects/gnuboy/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X sdl"
-
-RDEPEND="sdl? ( media-libs/libsdl )
-	!X? ( media-libs/libsdl )
-	X? ( x11-libs/libXext )"
-DEPEND="${RDEPEND}
-	X? ( x11-proto/xextproto
-		x11-proto/xproto )"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-exec-stack.patch \
-		"${FILESDIR}"/${P}-linux-headers.patch \
-		"${FILESDIR}"/${P}-include.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-
-	if ! use X ; then
-		myconf="--with-sdl"
-	fi
-
-	egamesconf \
-		$(use_with X x) \
-		$(use_with sdl) \
-		$(use_enable x86 asm) \
-		${myconf} \
-		--disable-arch \
-		--disable-optimize
-}
-
-src_install() {
-	for f in sdlgnuboy xgnuboy
-	do
-		if [[ -f ${f} ]] ; then
-			dogamesbin ${f}
-		fi
-	done
-	dodoc README docs/{CHANGES,CONFIG,CREDITS,FAQ,HACKING,WHATSNEW}
-	prepgamesdirs
-}


             reply	other threads:[~2018-04-29 11:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-29 11:26 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-13  4:46 [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/ Sam James
2021-08-19  7:48 Ionen Wolkens
2021-08-19  0:48 Sam James
2021-08-19  0:48 Sam James
2021-08-19  0:39 Sam James
2015-09-01 19:43 Tobias Klausmann

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=1525001164.fbd8c44fbeb0ab4ba0b8eabe91b55a13aecd9089.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