Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gens/
Date: Sun, 29 Apr 2018 11:26:55
Message-Id: 1525001148.0eeae19ad1a5981c08aca3b5b50bbe7ca6e2e245.pacho@gentoo
1 commit: 0eeae19ad1a5981c08aca3b5b50bbe7ca6e2e245
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 09:50:24 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 11:25:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eeae19a
7
8 games-emulation/gens: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-emulation/gens/gens-2.15.5.ebuild | 44 ---------------------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/games-emulation/gens/gens-2.15.5.ebuild b/games-emulation/gens/gens-2.15.5.ebuild
16 deleted file mode 100644
17 index 9d936ba15a3..00000000000
18 --- a/games-emulation/gens/gens-2.15.5.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils flag-o-matic games
26 -
27 -DESCRIPTION="A Sega Genesis/CD/32X emulator"
28 -HOMEPAGE="https://sourceforge.net/projects/gens/"
29 -SRC_URI="mirror://sourceforge/gens/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~x86"
34 -IUSE=""
35 -
36 -RDEPEND="virtual/opengl
37 - >=media-libs/libsdl-1.2[joystick,video]
38 - x11-libs/gtk+:2"
39 -DEPEND="${RDEPEND}
40 - >=dev-lang/nasm-0.98"
41 -
42 -src_prepare() {
43 - epatch \
44 - "${FILESDIR}"/${P}-romsdir.patch \
45 - "${FILESDIR}"/${P}-as-needed.patch \
46 - "${FILESDIR}"/${P}-ovflfix.patch \
47 - "${FILESDIR}"/${P}-gcc34.patch
48 - sed -i -e '1i#define OF(x) x' src/gens/util/file/unzip.h || die
49 - append-ldflags -Wl,-z,noexecstack
50 -}
51 -
52 -src_configure() {
53 - egamesconf \
54 - --disable-gtktest \
55 - --disable-sdltest
56 -}
57 -
58 -src_install() {
59 - DOCS="AUTHORS BUGS README gens.txt history.txt" \
60 - default
61 - newicon pixmaps/gens_small.png ${PN}.png
62 - make_desktop_entry "${PN}" "Gens"
63 - prepgamesdirs
64 -}