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/gcube/
Date: Sun, 29 Apr 2018 11:26:51
Message-Id: 1525001139.4abbff29745055ca130e6d3ba03c57133255ca2c.pacho@gentoo
1 commit: 4abbff29745055ca130e6d3ba03c57133255ca2c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 09:38:30 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 11:25:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abbff29
7
8 games-emulation/gcube: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-emulation/gcube/gcube-0.4-r1.ebuild | 43 -------------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/games-emulation/gcube/gcube-0.4-r1.ebuild b/games-emulation/gcube/gcube-0.4-r1.ebuild
16 deleted file mode 100644
17 index e55675696db..00000000000
18 --- a/games-emulation/gcube/gcube-0.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2016 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="Gamecube emulator"
28 -HOMEPAGE="http://gcube.exemu.net/"
29 -SRC_URI="http://gcube.exemu.net/downloads/${P}-src.tar.bz2"
30 -
31 -LICENSE="GPL-2+"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND="virtual/opengl
37 - media-libs/libsdl[joystick,opengl,sound,video]
38 - virtual/jpeg:0
39 - sys-libs/ncurses:0
40 - sys-libs/zlib"
41 -RDEPEND=${DEPEND}
42 -
43 -S=${WORKDIR}/${PV}
44 -
45 -src_prepare() {
46 - sed -i -e '/^CFLAGS=-g/d' Makefile.rules || die
47 - epatch "${FILESDIR}"/${P}-ldflags.patch \
48 - "${FILESDIR}"/${P}-underlink.patch \
49 - "${FILESDIR}"/${P}-gcc47.patch
50 - sed -i -e '/^CC=/d' Makefile || die
51 - append-cflags -std=gnu89 # build with gcc5 (bug #570504)
52 -}
53 -
54 -src_install() {
55 - local x
56 -
57 - dogamesbin gcmap gcube
58 - for x in bin2dol isopack thpview tplx ; do
59 - newgamesbin ${x} ${PN}-${x}
60 - done
61 - dodoc ChangeLog README
62 - prepgamesdirs
63 -}