Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/intel2gas: intel2gas-1.3.3-r2.ebuild ChangeLog
Date: Mon, 26 Jan 2009 01:48:09
Message-Id: E1LRGa6-0003S3-S9@stork.gentoo.org
1 dragonheart 09/01/26 01:48:06
2
3 Modified: intel2gas-1.3.3-r2.ebuild ChangeLog
4 Log:
5 QA fixes as per bug #255837 thanks kevin.pyle
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.2 dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: intel2gas-1.3.3-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- intel2gas-1.3.3-r2.ebuild 29 Sep 2005 21:51:51 -0000 1.1
22 +++ intel2gas-1.3.3-r2.ebuild 26 Jan 2009 01:48:06 -0000 1.2
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild,v 1.1 2005/09/29 21:51:51 dragonheart Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild,v 1.2 2009/01/26 01:48:06 dragonheart Exp $
29
30 -inherit eutils
31 +inherit eutils autotools toolchain-funcs
32
33 DESCRIPTION="Converts assembler source from Intel (NASM), to AT&T (gas)"
34 HOMEPAGE="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/"
35 @@ -11,18 +11,25 @@
36 SLOT="0"
37 KEYWORDS="x86"
38 IUSE=""
39 -DEPEND="virtual/libc
40 - sys-devel/gcc"
41 -RDEPEND="virtual/libc"
42
43 src_unpack() {
44 unpack ${A}
45 - epatch ${FILESDIR}/${P}-segfault.patch
46 + epatch "${FILESDIR}"/${P}-segfault.patch
47 + epatch "${FILESDIR}"/${PN}-nostrip.patch
48 + epatch "${FILESDIR}"/${P}-cxx.patch
49 + epatch "${FILESDIR}"/${P}-constchar.patch
50 + eautomake
51 +}
52 +
53 +src_compile() {
54 + tc-export CXX
55 + econf
56 + emake
57 }
58
59 src_install() {
60 emake \
61 - prefix=${D}/usr \
62 + prefix="${D}"/usr \
63 install || die
64 fperms ugo+r /usr/share/intel2gas/i2g/main.syntax
65 dodoc README DATAFILES BUGS
66
67
68
69 1.8 dev-util/intel2gas/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intel2gas/ChangeLog?rev=1.8&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intel2gas/ChangeLog?rev=1.8&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intel2gas/ChangeLog?r1=1.7&r2=1.8
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v
78 retrieving revision 1.7
79 retrieving revision 1.8
80 diff -u -r1.7 -r1.8
81 --- ChangeLog 9 Feb 2007 03:12:30 -0000 1.7
82 +++ ChangeLog 26 Jan 2009 01:48:06 -0000 1.8
83 @@ -1,6 +1,11 @@
84 # ChangeLog for dev-util/intel2gas
85 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.7 2007/02/09 03:12:30 flameeyes Exp $
87 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.8 2009/01/26 01:48:06 dragonheart Exp $
89 +
90 + 26 Jan 2009; Daniel Black <dragonheart@g.o>
91 + +files/intel2gas-1.3.3-constchar.patch, +files/intel2gas-1.3.3-cxx.patch,
92 + +files/intel2gas-nostrip.patch, intel2gas-1.3.3-r2.ebuild:
93 + QA fixes as per bug #255837 thanks kevin.pyle
94
95 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
96 Regenerate digest in Manifest2 format.