Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/xe: ChangeLog xe-2.16.2.ebuild
Date: Sun, 30 Aug 2009 05:56:41
Message-Id: E1MhiE7-000782-M2@stork.gentoo.org
1 nyhm 09/08/30 11:05:39
2
3 Modified: ChangeLog xe-2.16.2.ebuild
4 Log:
5 Add ~amd64 keyword
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 games-emulation/xe/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 14 Jul 2009 06:29:20 -0000 1.11
22 +++ ChangeLog 30 Aug 2009 11:05:39 -0000 1.12
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-emulation/xe
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.11 2009/07/14 06:29:20 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.12 2009/08/30 11:05:39 nyhm Exp $
28 +
29 + 30 Aug 2009; Tristan Heaven <nyhm@g.o> xe-2.16.2.ebuild:
30 + Add ~amd64 keyword
31
32 *xe-2.16.2 (14 Jul 2009)
33
34
35
36
37 1.2 games-emulation/xe/xe-2.16.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild?r1=1.1&r2=1.2
42
43 Index: xe-2.16.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- xe-2.16.2.ebuild 14 Jul 2009 06:29:20 -0000 1.1
50 +++ xe-2.16.2.ebuild 30 Aug 2009 11:05:39 -0000 1.2
51 @@ -1,17 +1,18 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild,v 1.1 2009/07/14 06:29:20 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild,v 1.2 2009/08/30 11:05:39 nyhm Exp $
56
57 EAPI=2
58 inherit games
59
60 DESCRIPTION="a multi system emulator for many console and handheld video game systems"
61 HOMEPAGE="http://www.xe-emulator.com/"
62 -SRC_URI="http://www.xe-emulator.com/files/${PN}-x86-32-bin.${PV}.tar.bz2"
63 +SRC_URI="amd64? ( http://www.xe-emulator.com/files/${PN}-x86-64-bin.${PV}.tar.bz2 )
64 + x86? ( http://www.xe-emulator.com/files/${PN}-x86-32-bin.${PV}.tar.bz2 )"
65
66 LICENSE="as-is"
67 SLOT="0"
68 -KEYWORDS="-* ~x86"
69 +KEYWORDS="-* ~amd64 ~x86"
70 IUSE=""
71 RESTRICT="strip"
72
73 @@ -24,7 +25,10 @@
74 DEPEND="${RDEPEND}
75 dev-util/pkgconfig"
76
77 -S=${WORKDIR}/${PN}-x86
78 +src_unpack() {
79 + unpack ${A}
80 + mv -v * ${P} || die
81 +}
82
83 src_prepare() {
84 sed -i \