Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-2.4.2.ebuild
Date: Fri, 02 Nov 2007 22:43:25
Message-Id: E1Io5EW-00026b-Dv@stork.gentoo.org
1 tupone 07/11/02 22:43:20
2
3 Modified: ChangeLog
4 Added: stella-2.4.2.ebuild
5 Log:
6 Version bump to 2.4.2
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.25 games-emulation/stella/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 21 Aug 2007 03:20:52 -0000 1.24
23 +++ ChangeLog 2 Nov 2007 22:43:19 -0000 1.25
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-emulation/stella
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.24 2007/08/21 03:20:52 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.25 2007/11/02 22:43:19 tupone Exp $
29 +
30 +*stella-2.4.2 (02 Nov 2007)
31 +
32 + 02 Nov 2007; Tupone Alfredo <tupone@g.o> +stella-2.4.2.ebuild:
33 + Version bump
34
35 *stella-2.4 (21 Aug 2007)
36
37
38
39
40 1.1 games-emulation/stella/stella-2.4.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: stella-2.4.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild,v 1.1 2007/11/02 22:43:19 tupone Exp $
50
51 inherit eutils games
52
53 DESCRIPTION="Stella Atari 2600 VCS Emulator"
54 HOMEPAGE="http://stella.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="opengl"
61
62 DEPEND="media-libs/libsdl
63 media-libs/libpng
64 opengl? ( virtual/opengl )"
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69 sed -i \
70 -e '/INSTALL/s/-s //' \
71 -e '/strip/d' \
72 -e "/icons/d" \
73 Makefile \
74 || die "sed failed"
75 }
76
77 src_compile() {
78 # not an autoconf script
79 ./configure \
80 --prefix="/usr" \
81 --bindir="${GAMES_BINDIR}" \
82 --docdir="/usr/share/doc/${PF}" \
83 --datadir="${GAMES_DATADIR}" \
84 $(use_enable opengl) \
85 || die
86 emake || die "emake failed"
87 }
88
89 src_install() {
90 emake DESTDIR="${D}" install || die "emake install failed"
91 doicon src/common/stella.xpm
92 make_desktop_entry stella Stella stella.xpm
93 prepgamesdirs
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list