Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/atari800: ChangeLog atari800-2.1.0.ebuild
Date: Sat, 25 Apr 2009 16:51:41
Message-Id: E1Lxl6J-0006p2-OA@stork.gentoo.org
1 mr_bones_ 09/04/25 16:51:39
2
3 Modified: ChangeLog atari800-2.1.0.ebuild
4 Log:
5 add readline use flag; tidy
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.26 games-emulation/atari800/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/atari800/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/atari800/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/atari800/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 25 Apr 2009 01:43:06 -0000 1.25
22 +++ ChangeLog 25 Apr 2009 16:51:39 -0000 1.26
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-emulation/atari800
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.25 2009/04/25 01:43:06 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.26 2009/04/25 16:51:39 mr_bones_ Exp $
28 +
29 + 25 Apr 2009; Michael Sterrett <mr_bones_@g.o>
30 + atari800-2.1.0.ebuild:
31 + add readline use flag; tidy
32
33 *atari800-2.1.0 (25 Apr 2009)
34
35
36
37
38 1.2 games-emulation/atari800/atari800-2.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/atari800/atari800-2.1.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/atari800/atari800-2.1.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/atari800/atari800-2.1.0.ebuild?r1=1.1&r2=1.2
43
44 Index: atari800-2.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-2.1.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- atari800-2.1.0.ebuild 25 Apr 2009 01:43:06 -0000 1.1
51 +++ atari800-2.1.0.ebuild 25 Apr 2009 16:51:39 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-2.1.0.ebuild,v 1.1 2009/04/25 01:43:06 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-2.1.0.ebuild,v 1.2 2009/04/25 16:51:39 mr_bones_ Exp $
57
58 EAPI=2
59 inherit games
60 @@ -13,10 +13,12 @@
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
64 -IUSE="sdl"
65 +IUSE="readline sdl"
66
67 RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 )
68 - !sdl? ( x11-libs/libX11 )"
69 + !sdl? ( x11-libs/libX11 )
70 + media-libs/libpng
71 + readline? ( sys-libs/readline )"
72 DEPEND="${RDEPEND}
73 !sdl? (
74 x11-libs/libXt
75 @@ -37,6 +39,9 @@
76 -e 's/-ltermcap//' \
77 src/configure \
78 || die "sed failed"
79 + sed "s:/usr/share/games:${GAMES_DATADIR}:" \
80 + "${FILESDIR}"/atari800.cfg > "${T}"/atari800.cfg \
81 + || die "sed failed"
82 }
83
84 src_configure() {
85 @@ -45,6 +50,7 @@
86
87 cd src && \
88 egamesconf \
89 + $(use_enable readline) \
90 --enable-crashmenu \
91 --enable-break \
92 --enable-hints \
93 @@ -68,9 +74,6 @@
94 dodoc README.1ST DOC/*
95 insinto "${GAMES_DATADIR}/${PN}"
96 doins "${WORKDIR}/"*.ROM || die "doins failed (ROM)"
97 - sed "s:/usr/share/games:${GAMES_DATADIR}:" \
98 - "${FILESDIR}"/atari800.cfg > "${T}"/atari800.cfg \
99 - || die "sed failed"
100 insinto "${GAMES_SYSCONFDIR}"
101 doins "${T}"/atari800.cfg || die "doins failed (cfg)"
102 prepgamesdirs