Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: yasm-1.2.0.ebuild ChangeLog
Date: Tue, 03 Apr 2012 23:33:27
Message-Id: 20120403233317.161B72004C@flycatcher.gentoo.org
1 floppym 12/04/03 23:33:17
2
3 Modified: yasm-1.2.0.ebuild ChangeLog
4 Log:
5 Add patch to improve cython detection. Requested by Arfrever.
6
7 (Portage version: 2.2.0_alpha98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-lang/yasm/yasm-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild?r1=1.5&r2=1.6
15
16 Index: yasm-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- yasm-1.2.0.ebuild 23 Dec 2011 21:01:49 -0000 1.5
23 +++ yasm-1.2.0.ebuild 3 Apr 2012 23:33:16 -0000 1.6
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.5 2011/12/23 21:01:49 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.6 2012/04/03 23:33:16 floppym Exp $
30
31 EAPI=4
32 PYTHON_DEPEND="python? 2:2.7"
33 -inherit python
34 +inherit autotools eutils python
35
36 DESCRIPTION="An assembler for x86 and x86_64 instruction sets"
37 HOMEPAGE="http://www.tortall.net/projects/yasm/"
38 @@ -28,6 +28,11 @@
39 fi
40 }
41
42 +src_prepare() {
43 + epatch "${FILESDIR}/${P}-fix_cython_check.patch"
44 + eautoreconf
45 +}
46 +
47 src_configure() {
48 econf \
49 $(use_enable python) \
50
51
52
53 1.53 dev-lang/yasm/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.53&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.53&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.52&r2=1.53
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
62 retrieving revision 1.52
63 retrieving revision 1.53
64 diff -u -r1.52 -r1.53
65 --- ChangeLog 26 Jan 2012 13:13:46 -0000 1.52
66 +++ ChangeLog 3 Apr 2012 23:33:17 -0000 1.53
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-lang/yasm
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.52 2012/01/26 13:13:46 ssuominen Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.53 2012/04/03 23:33:17 floppym Exp $
72 +
73 + 03 Apr 2012; Mike Gilbert <floppym@g.o>
74 + +files/yasm-1.2.0-fix_cython_check.patch, yasm-1.2.0.ebuild:
75 + Add patch to improve cython detection. Requested by Arfrever.
76
77 26 Jan 2012; Samuli Suominen <ssuominen@g.o> -yasm-1.1.0-r1.ebuild,
78 -files/yasm-1.1.0-cython-0.14.patch,