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/pcsx: pcsx-1.5-r1.ebuild ChangeLog
Date: Tue, 22 Feb 2011 20:57:55
Message-Id: 20110222205727.6783E20054@flycatcher.gentoo.org
1 mr_bones_ 11/02/22 20:57:27
2
3 Modified: pcsx-1.5-r1.ebuild ChangeLog
4 Log:
5 EAPI=2; tidy
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.12 games-emulation/pcsx/pcsx-1.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild?r1=1.11&r2=1.12
15
16 Index: pcsx-1.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- pcsx-1.5-r1.ebuild 6 Apr 2007 05:47:54 -0000 1.11
23 +++ pcsx-1.5-r1.ebuild 22 Feb 2011 20:57:27 -0000 1.12
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.11 2007/04/06 05:47:54 nyhm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.12 2011/02/22 20:57:27 mr_bones_ Exp $
30
31 +EAPI=2
32 inherit eutils games
33
34 DESCRIPTION="PlayStation emulator"
35 @@ -13,7 +14,7 @@
36 KEYWORDS="-ppc x86"
37 IUSE="opengl"
38
39 -DEPEND=">=x11-libs/gtk+-2
40 +DEPEND="x11-libs/gtk+:2
41 gnome-base/libglade"
42 RDEPEND="${DEPEND}
43 games-emulation/psemu-cdr
44 @@ -26,10 +27,7 @@
45
46 S=${WORKDIR}/PcsxSrc-${PV}
47
48 -src_unpack() {
49 - unpack ${A}
50 - cd "${S}"
51 -
52 +src_prepare() {
53 edos2unix $(find -regex '.*\.[ch]')
54
55 epatch \
56 @@ -49,10 +47,13 @@
57 || die "sed failed"
58 }
59
60 -src_compile() {
61 +src_configure() {
62 cd Linux
63 - egamesconf || die
64 - emake OPTIMIZE="${CFLAGS}" STRIP=true || die "emake failed"
65 + egamesconf
66 +}
67 +
68 +src_compile() {
69 + emake -C Linux OPTIMIZE="${CFLAGS}" STRIP=true || die "emake failed"
70 }
71
72 src_install() {
73
74
75
76 1.11 games-emulation/pcsx/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsx/ChangeLog?rev=1.11&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsx/ChangeLog?rev=1.11&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsx/ChangeLog?r1=1.10&r2=1.11
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/games-emulation/pcsx/ChangeLog,v
85 retrieving revision 1.10
86 retrieving revision 1.11
87 diff -u -r1.10 -r1.11
88 --- ChangeLog 24 Feb 2007 00:53:40 -0000 1.10
89 +++ ChangeLog 22 Feb 2011 20:57:27 -0000 1.11
90 @@ -1,6 +1,9 @@
91 # ChangeLog for games-emulation/pcsx
92 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/ChangeLog,v 1.10 2007/02/24 00:53:40 nyhm Exp $
94 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
95 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/ChangeLog,v 1.11 2011/02/22 20:57:27 mr_bones_ Exp $
96 +
97 + 22 Feb 2011; Michael Sterrett <mr_bones_@g.o> pcsx-1.5-r1.ebuild:
98 + EAPI=2; tidy
99
100 24 Feb 2007; Tristan Heaven <nyhm@g.o> files/pcsx,
101 pcsx-1.5-r1.ebuild: