Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/aften: aften-0.0.8.ebuild ChangeLog
Date: Sun, 06 Jan 2008 01:33:06
Message-Id: E1JBKNo-0005jG-GD@stork.gentoo.org
1 josejx 08/01/06 01:33:00
2
3 Modified: aften-0.0.8.ebuild ChangeLog
4 Log:
5 Added patch to fix compilation on ppc, bug #200866.
6 (Portage version: 2.1.4_rc13)
7
8 Revision Changes Path
9 1.2 media-libs/aften/aften-0.0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?r1=1.1&r2=1.2
14
15 Index: aften-0.0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- aften-0.0.8.ebuild 23 Nov 2007 20:56:49 -0000 1.1
22 +++ aften-0.0.8.ebuild 6 Jan 2008 01:32:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.1 2007/11/23 20:56:49 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.2 2008/01/06 01:32:59 josejx Exp $
29
30 inherit eutils cmake-utils
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="LGPL-2.1 BSD"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="~amd64 ~x86 ~ppc"
38 IUSE="cxx"
39 DEPEND=""
40
41 @@ -18,6 +18,7 @@
42 unpack ${A}
43 cd "${S}"
44 epatch "${FILESDIR}/${P}-multilib.patch"
45 + epatch "${FILESDIR}/${P}-ppc.patch"
46 }
47
48 src_compile() {
49
50
51
52 1.2 media-libs/aften/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?r1=1.1&r2=1.2
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- ChangeLog 23 Nov 2007 20:56:49 -0000 1.1
65 +++ ChangeLog 6 Jan 2008 01:32:59 -0000 1.2
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-libs/aften
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.1 2007/11/23 20:56:49 aballier Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.2 2008/01/06 01:32:59 josejx Exp $
72 +
73 + 06 Jan 2008; Joseph Jezak <josejx@g.o>
74 + +files/aften-0.0.8-ppc.patch, aften-0.0.8.ebuild:
75 + Added patch to fix compilation on ppc, bug #200866.
76
77 *aften-0.0.8 (23 Nov 2007)
78
79
80
81
82 --
83 gentoo-commits@g.o mailing list