Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/arc: ChangeLog arc-5.21o.ebuild
Date: Wed, 17 Feb 2010 06:50:52
Message-Id: E1NhdkI-0006lU-2z@stork.gentoo.org
1 abcd 10/02/17 06:50:50
2
3 Modified: ChangeLog arc-5.21o.ebuild
4 Log:
5 Add prefix patches, keywords (from overlay)
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.35 app-arch/arc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/arc/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 13 May 2008 14:12:31 -0000 1.34
22 +++ ChangeLog 17 Feb 2010 06:50:49 -0000 1.35
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-arch/arc
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/ChangeLog,v 1.34 2008/05/13 14:12:31 jer Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/ChangeLog,v 1.35 2010/02/17 06:50:49 abcd Exp $
29 +
30 + 17 Feb 2010; Jonathan Callen <abcd@g.o>
31 + +files/arc-5.21m-darwin.patch, arc-5.21o.ebuild,
32 + +files/arc-5.21o-interix.patch:
33 + Add prefix patches, keywords (from overlay)
34
35 13 May 2008; Jeroen Roovers <jer@g.o> arc-5.21o.ebuild:
36 Stable for HPPA (LuckyLuke).
37
38
39
40 1.7 app-arch/arc/arc-5.21o.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/arc-5.21o.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/arc-5.21o.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/arc-5.21o.ebuild?r1=1.6&r2=1.7
45
46 Index: arc-5.21o.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-arch/arc/arc-5.21o.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- arc-5.21o.ebuild 13 May 2008 14:12:31 -0000 1.6
53 +++ arc-5.21o.ebuild 17 Feb 2010 06:50:49 -0000 1.7
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/arc-5.21o.ebuild,v 1.6 2008/05/13 14:12:31 jer Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/arc-5.21o.ebuild,v 1.7 2010/02/17 06:50:49 abcd Exp $
60
61 inherit eutils toolchain-funcs
62
63 @@ -10,7 +10,7 @@
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
68 +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
69 IUSE=""
70
71 DEPEND=""
72 @@ -18,7 +18,9 @@
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 + epatch "${FILESDIR}"/${P/o/m}-darwin.patch
77 epatch "${FILESDIR}"/${P/o/m}-gentoo-fbsd.patch
78 + epatch "${FILESDIR}"/${P}-interix.patch
79 sed -i -e 's/CFLAGS = $(OPT) $(SYSTEM)/CFLAGS += $(SYSTEM)/' Makefile
80 }