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/lxdream/
Date: Sun, 29 Apr 2018 11:26:59
Message-Id: 1525001171.1cd2b658c4a363450abe75be41eb0ad9b93b652c.pacho@gentoo
1 commit: 1cd2b658c4a363450abe75be41eb0ad9b93b652c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 11:03:03 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 11:26:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd2b658
7
8 games-emulation/lxdream: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 63 -------------------------
13 1 file changed, 63 deletions(-)
14
15 diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
16 deleted file mode 100644
17 index 38a59d36d6a..00000000000
18 --- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
19 +++ /dev/null
20 @@ -1,63 +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="An emulator for the Sega Dreamcast system"
28 -HOMEPAGE="http://www.lxdream.org/"
29 -SRC_URI="http://www.lxdream.org/count.php?file=${P}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE="debug lirc profile pulseaudio sdl"
35 -
36 -RDEPEND="lirc? ( app-misc/lirc )
37 - media-libs/alsa-lib
38 - media-libs/libpng:0
39 - pulseaudio? ( media-sound/pulseaudio )
40 - sdl? ( media-libs/libsdl[sound] )
41 - virtual/opengl
42 - x11-libs/gtk+:2"
43 -
44 -DEPEND="${RDEPEND}
45 - virtual/pkgconfig
46 - sys-devel/gettext
47 - virtual/os-headers
48 - !!gnustep-base/gnustep-gui" #377635
49 -
50 -src_prepare() {
51 - epatch "${FILESDIR}/${PN}-0.9.1-glib-single-include.patch"
52 -
53 - # Make .desktop file pass desktop-file-validate
54 - sed -i \
55 - -e '/Encoding/d' \
56 - -e '/FilePattern/d' \
57 - -e '/Categories/s|$|;|' \
58 - ${PN}.desktop || die
59 - # Do not override user-specified CFLAGS
60 - sed -i \
61 - -e s/'CFLAGS=\"-g -fexceptions\"'/'CFLAGS=\"${CFLAGS} -g -fexceptions\"'/ \
62 - -e '/CCOPT/d' \
63 - -e '/OBJCOPT/d' \
64 - configure || die
65 - append-libs -lX11 -lm
66 -}
67 -
68 -src_configure() {
69 - egamesconf \
70 - --datadir="${GAMES_DATADIR_BASE}" \
71 - $(use_enable debug trace) \
72 - $(use_enable debug watch) \
73 - $(use_enable profile profiled) \
74 - $(use_with lirc) \
75 - $(use_with pulseaudio pulse) \
76 - $(use_with sdl) \
77 - --without-esd
78 -}
79 -
80 -src_install() {
81 - default
82 - prepgamesdirs
83 -}