Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37.ebuild ChangeLog
Date: Tue, 30 Dec 2008 20:56:27
Message-Id: E1LHldZ-0006QX-La@stork.gentoo.org
1 angelos 08/12/30 20:56:25
2
3 Modified: antiword-0.37.ebuild ChangeLog
4 Log:
5 QA: Respect CC (bug 243708), respect LDFLAGS
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.10 app-text/antiword/antiword-0.37.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/antiword/antiword-0.37.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/antiword/antiword-0.37.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/antiword/antiword-0.37.ebuild?r1=1.9&r2=1.10
14
15 Index: antiword-0.37.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- antiword-0.37.ebuild 25 Oct 2007 20:22:19 -0000 1.9
22 +++ antiword-0.37.ebuild 30 Dec 2008 20:56:25 -0000 1.10
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/app-text/antiword/antiword-0.37.ebuild,v 1.9 2007/10/25 20:22:19 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37.ebuild,v 1.10 2008/12/30 20:56:25 angelos Exp $
29
30 inherit eutils
31
32 @@ -18,19 +18,21 @@
33 PATCHDIR=${WORKDIR}/gentoo-antiword/patches
34
35 src_unpack() {
36 - unpack ${A} ; cd ${S}
37 + unpack ${A}
38 + cd "${S}"
39 EPATCH_SUFFIX="diff" \
40 epatch ${PATCHDIR}
41 }
42
43 src_compile() {
44 - emake OPT="${CFLAGS}" || die
45 + emake OPT="${CFLAGS}" CC="$(tc-getCC)" LD="$(tc-getCC)" \
46 + LDFLAGS="${LDFLAGS}" || die "emake failed"
47 }
48
49 src_install() {
50 - make DESTDIR=${D} global_install || die
51 + make DESTDIR="${D}" global_install || die
52
53 - use kde || rm -f ${D}/usr/bin/kantiword
54 + use kde || rm -f "${D}"/usr/bin/kantiword
55
56 insinto /usr/share/${PN}/examples
57 doins Docs/testdoc.doc Docs/antiword.php
58
59
60
61 1.39 app-text/antiword/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/antiword/ChangeLog?rev=1.39&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/antiword/ChangeLog?rev=1.39&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/antiword/ChangeLog?r1=1.38&r2=1.39
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
70 retrieving revision 1.38
71 retrieving revision 1.39
72 diff -u -r1.38 -r1.39
73 --- ChangeLog 16 Aug 2008 17:03:07 -0000 1.38
74 +++ ChangeLog 30 Dec 2008 20:56:25 -0000 1.39
75 @@ -1,6 +1,9 @@
76 # ChangeLog for app-text/antiword
77 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.38 2008/08/16 17:03:07 tove Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.39 2008/12/30 20:56:25 angelos Exp $
80 +
81 + 30 Dec 2008; Christoph Mende <angelos@g.o> antiword-0.37.ebuild:
82 + QA: Respect CC (bug 243708), respect LDFLAGS
83
84 16 Aug 2008; Torsten Veller <tove@g.o> metadata.xml:
85 Remove pclouds from metadata.xml (#49680)