Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/uade: ChangeLog uade-2.12.ebuild uade-2.09.ebuild uade-2.02.ebuild uade-2.03.ebuild uade-2.07.ebuild
Date: Sun, 30 Nov 2008 19:32:13
Message-Id: E1L6s1a-000673-VS@stork.gentoo.org
1 spock 08/11/30 19:32:10
2
3 Modified: ChangeLog uade-2.12.ebuild
4 Removed: uade-2.09.ebuild uade-2.02.ebuild uade-2.03.ebuild
5 uade-2.07.ebuild
6 Log:
7 Add a fix for bug #249239. Remove old ebuilds.
8 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27 x86_64)
9
10 Revision Changes Path
11 1.53 app-emulation/uade/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.53&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.53&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?r1=1.52&r2=1.53
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v
20 retrieving revision 1.52
21 retrieving revision 1.53
22 diff -u -r1.52 -r1.53
23 --- ChangeLog 1 Nov 2008 18:37:48 -0000 1.52
24 +++ ChangeLog 30 Nov 2008 19:32:10 -0000 1.53
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emulation/uade
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.52 2008/11/01 18:37:48 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.53 2008/11/30 19:32:10 spock Exp $
30 +
31 + 30 Nov 2008; Michał Januszewski <spock@g.o>
32 + +files/uade-2.12-asneeded.patch, -uade-2.02.ebuild, -uade-2.03.ebuild,
33 + -uade-2.07.ebuild, -uade-2.09.ebuild, uade-2.12.ebuild:
34 + Add a fix for bug #249239. Remove old ebuilds.
35
36 01 Nov 2008; nixnut <nixnut@g.o> uade-2.12.ebuild:
37 Stable on ppc wrt bug 242592
38 @@ -8,6 +13,10 @@
39 19 Oct 2008; Markus Meier <maekke@g.o> uade-2.12.ebuild:
40 amd64/x86 stable, bug #242592
41
42 + 30 Nov 2008; Michał Januszewski <spock@g.o>
43 + +files/uade-2.12-asneeded.patch, uade-2.12.ebuild:
44 + Add a fix for bug #249239.
45 +
46 *uade-2.12 (07 Sep 2008)
47
48 07 Sep 2008; Michał Januszewski <spock@g.o> +uade-2.12.ebuild:
49
50
51
52 1.4 app-emulation/uade/uade-2.12.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.4&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.4&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?r1=1.3&r2=1.4
57
58 Index: uade-2.12.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v
61 retrieving revision 1.3
62 retrieving revision 1.4
63 diff -u -r1.3 -r1.4
64 --- uade-2.12.ebuild 1 Nov 2008 18:37:48 -0000 1.3
65 +++ uade-2.12.ebuild 30 Nov 2008 19:32:10 -0000 1.4
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2008 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v 1.3 2008/11/01 18:37:48 nixnut Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v 1.4 2008/11/30 19:32:10 spock Exp $
71
72 inherit eutils
73
74 @@ -19,6 +19,12 @@
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig"
77
78 +src_unpack() {
79 + unpack ${A}
80 + cd "${S}"
81 + epatch "${FILESDIR}"/uade-2.12-asneeded.patch
82 +}
83 +
84 src_compile() {
85 ./configure \
86 --prefix=/usr \