Gentoo Archives: gentoo-commits

From: "Patrick Kursawe (phosphan)" <phosphan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/icewoed: icewoed-1.8.ebuild ChangeLog
Date: Thu, 08 May 2008 13:07:31
Message-Id: E1Ju5qJ-0005Fr-RS@stork.gentoo.org
1 phosphan 08/05/08 13:07:27
2
3 Modified: icewoed-1.8.ebuild ChangeLog
4 Log:
5 Avoiding pre-stripping of the binary, bug #220094
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 x11-misc/icewoed/icewoed-1.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild?r1=1.6&r2=1.7
14
15 Index: icewoed-1.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- icewoed-1.8.ebuild 27 Feb 2006 07:09:30 -0000 1.6
22 +++ icewoed-1.8.ebuild 8 May 2008 13:07:27 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 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/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.6 2006/02/27 07:09:30 morfic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.7 2008/05/08 13:07:27 phosphan Exp $
29
30 DESCRIPTION="IceWM winoptions editor."
31 SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
32 @@ -15,16 +15,17 @@
33
34 src_unpack () {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38 sed -e 's:/usr/local:/usr:' -i ${PN}.pro || die 'sed failed'
39 echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
40 }
41
42 src_compile () {
43 - ${QTDIR}/bin/qmake || die
44 + ${QTDIR}/bin/qmake || die "qmake failed"
45 + emake || die "emake failed"
46 }
47
48 src_install () {
49 - make INSTALL_ROOT="${D}" install || die
50 + dobin icewoed
51 dodoc AUTHORS README TODO ChangeLog
52 }
53
54
55
56 1.20 x11-misc/icewoed/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/ChangeLog?rev=1.20&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/ChangeLog?rev=1.20&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/ChangeLog?r1=1.19&r2=1.20
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v
65 retrieving revision 1.19
66 retrieving revision 1.20
67 diff -u -r1.19 -r1.20
68 --- ChangeLog 21 Feb 2007 23:46:13 -0000 1.19
69 +++ ChangeLog 8 May 2008 13:07:27 -0000 1.20
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-misc/icewoed
72 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.19 2007/02/21 23:46:13 jokey Exp $
74 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.20 2008/05/08 13:07:27 phosphan Exp $
76 +
77 + 08 May 2008; Patrick Kursawe <phosphan@g.o> icewoed-1.8.ebuild:
78 + Avoiding pre-stripping of the binary, bug #220094
79
80 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
81 Redigest for Manifest2
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list