Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libx86: libx86-0.99.ebuild ChangeLog
Date: Sat, 10 Nov 2007 06:01:50
Message-Id: E1IqjPb-0003n5-Pj@stork.gentoo.org
1 drac 07/11/10 06:01:43
2
3 Modified: libx86-0.99.ebuild ChangeLog
4 Log:
5 Keyword ~amd64 wrt #197687.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.4 dev-libs/libx86/libx86-0.99.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild?r1=1.3&r2=1.4
14
15 Index: libx86-0.99.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- libx86-0.99.ebuild 10 Oct 2007 19:10:30 -0000 1.3
22 +++ libx86-0.99.ebuild 10 Nov 2007 06:01:43 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild,v 1.3 2007/10/10 19:10:30 alonbl Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/libx86-0.99.ebuild,v 1.4 2007/11/10 06:01:43 drac Exp $
28
29 inherit eutils multilib
30
31 @@ -10,7 +10,7 @@
32
33 LICENSE="BSD"
34 SLOT="0"
35 -KEYWORDS="~x86"
36 +KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 DEPEND=""
40 @@ -19,7 +19,7 @@
41 src_unpack() {
42 unpack ${A}
43 cd "${S}"
44 - epatch "${FILESDIR}/${P}-build.patch"
45 + epatch "${FILESDIR}"/${P}-build.patch
46 }
47
48 src_compile() {
49
50
51
52 1.4 dev-libs/libx86/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libx86/ChangeLog?rev=1.4&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libx86/ChangeLog?rev=1.4&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libx86/ChangeLog?r1=1.3&r2=1.4
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libx86/ChangeLog,v
61 retrieving revision 1.3
62 retrieving revision 1.4
63 diff -u -r1.3 -r1.4
64 --- ChangeLog 10 Oct 2007 19:10:30 -0000 1.3
65 +++ ChangeLog 10 Nov 2007 06:01:43 -0000 1.4
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-libs/libx86
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/ChangeLog,v 1.3 2007/10/10 19:10:30 alonbl Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/ChangeLog,v 1.4 2007/11/10 06:01:43 drac Exp $
71 +
72 + 10 Nov 2007; Samuli Suominen <drac@g.o> libx86-0.99.ebuild:
73 + Keyword ~amd64 wrt #197687.
74
75 10 Oct 2007; Alon Bar-Lev <alonbl@g.o>
76 files/libx86-0.99-build.patch, libx86-0.99.ebuild:
77
78
79
80 --
81 gentoo-commits@g.o mailing list