Gentoo Archives: gentoo-commits

From: Marcel Unbehaun <frostworks@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: app-emulation/fs-uae/
Date: Sun, 08 Dec 2013 06:29:59
Message-Id: 1386484247.7b6e12d5d029c15e05725abfe820ad7e2e34f5e5.frostwork@gentoo
1 commit: 7b6e12d5d029c15e05725abfe820ad7e2e34f5e5
2 Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
3 AuthorDate: Sun Dec 8 06:30:47 2013 +0000
4 Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
5 CommitDate: Sun Dec 8 06:30:47 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=7b6e12d5
7
8 [app-emulation/fs-uae] updated to fs-uae-2.3.11.ebuild
9
10 ---
11 .../{fs-uae-2.3.9.ebuild => fs-uae-2.3.11.ebuild} | 18 ++++--------------
12 1 file changed, 4 insertions(+), 14 deletions(-)
13
14 diff --git a/app-emulation/fs-uae/fs-uae-2.3.9.ebuild b/app-emulation/fs-uae/fs-uae-2.3.11.ebuild
15 similarity index 53%
16 rename from app-emulation/fs-uae/fs-uae-2.3.9.ebuild
17 rename to app-emulation/fs-uae/fs-uae-2.3.11.ebuild
18 index e7c598d..762707b 100644
19 --- a/app-emulation/fs-uae/fs-uae-2.3.9.ebuild
20 +++ b/app-emulation/fs-uae/fs-uae-2.3.11.ebuild
21 @@ -1,6 +1,6 @@
22 # Copyright 1999-2013 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v3
24 -# $Header: app-emulation/e-uae/fs-uae,v 1.0 2013/10/21 08:37:09 frostwork Exp $
25 +# $Header: app-emulation/e-uae/fs-uae,v 1.0 2013/12/08 07:19:41 frostwork Exp $
26
27 EAPI="2"
28
29 @@ -16,22 +16,12 @@ KEYWORDS="~amd64 ~x86"
30 IUSE="launcher"
31
32 RDEPEND="virtual/opengl
33 + media-libs/freetype:2
34 media-libs/openal
35 media-libs/libpng
36 - media-libs/libsdl
37 - sys-libs/zlib[minizip]"
38 + >=media-libs/libsdl-1.2[joystick,opengl,X]
39 + sys-libs/zlib"
40
41 DEPEND="$RDEPEND"
42
43 S="${WORKDIR}/${P}dev"
44 -
45 -src_prepare() {
46 - sed -i '1i#define OF(x) x' src/archivers/zip/*.h
47 -}
48 -
49 -pkg_postinst() {
50 - games_pkg_postinst
51 - ewarn "Before you launch fs-uae for the first time you need to create and configure"
52 - ewarn "~/.config/fs-uae/fs-uae.conf"
53 - ewarn "for an example see ${GAMES_DATADIR}/${PN}/example.conf"
54 -}