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/xe: ChangeLog xe-2.14.0.ebuild
Date: Mon, 28 Apr 2008 23:52:00
Message-Id: E1Jqd8X-0002e0-BA@stork.gentoo.org
1 mr_bones_ 08/04/28 23:51:57
2
3 Modified: ChangeLog
4 Added: xe-2.14.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.8 games-emulation/xe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 7 Mar 2007 16:50:52 -0000 1.7
23 +++ ChangeLog 28 Apr 2008 23:51:56 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-emulation/xe
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.7 2007/03/07 16:50:52 wolf31o2 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.8 2008/04/28 23:51:56 mr_bones_ Exp $
30 +
31 +*xe-2.14.0 (28 Apr 2008)
32 +
33 + 28 Apr 2008; Michael Sterrett <mr_bones_@g.o> +files/xe-2.14.0,
34 + +xe-2.14.0.ebuild:
35 + version bump
36
37 07 Mar 2007; Chris Gianelloni <wolf31o2@g.o> files/xe-20060101:
38 Change all instances of [ to [[.
39
40
41
42 1.1 games-emulation/xe/xe-2.14.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/xe-2.14.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/xe-2.14.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xe-2.14.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.14.0.ebuild,v 1.1 2008/04/28 23:51:56 mr_bones_ Exp $
52
53 inherit games
54
55 DESCRIPTION="a multi system emulator for many console and handheld video game systems"
56 HOMEPAGE="http://www.xe-emulator.com/"
57 SRC_URI="http://www.xe-emulator.com/files/${PN}-x86-32-bin.${PV}.tar.bz2"
58
59 LICENSE="as-is"
60 SLOT="0"
61 KEYWORDS="-* ~x86"
62 IUSE=""
63 RESTRICT="strip"
64
65 RDEPEND="x11-libs/libXv
66 x11-libs/libXxf86vm
67 sys-libs/zlib
68 =x11-libs/gtk+-2*"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 S=${WORKDIR}/${PN}-x86
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 sed -i \
78 -e '/strip/d' \
79 -e '/^CC/d' \
80 Makefile \
81 || die "sed failed"
82 }
83
84 src_install() {
85 newgamesbin xe xe.bin || die "newgamesbin failed"
86 newgamesbin "${FILESDIR}"/xe-${PV} xe || die "newgamesbin failed"
87 sed -i \
88 -e "s:GENTOODIR:$(games_get_libdir)/${PN}:" "${D}/${GAMES_BINDIR}/xe" \
89 || die "sed failed"
90 insinto "$(games_get_libdir)"/${PN}
91 doins -r modules/ rc/ || die "doins failed"
92 keepdir "$(games_get_libdir)"/${PN}/bios
93 dodoc README.txt
94 dohtml manual.html
95 prepgamesdirs
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list