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/icecc: icecc-2.9.ebuild ChangeLog
Date: Thu, 08 May 2008 12:24:43
Message-Id: E1Ju5Av-00050G-DO@stork.gentoo.org
1 phosphan 08/05/08 12:24:41
2
3 Modified: icecc-2.9.ebuild ChangeLog
4 Log:
5 QA fixes for bug #220094
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 x11-misc/icecc/icecc-2.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild?r1=1.7&r2=1.8
14
15 Index: icecc-2.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- icecc-2.9.ebuild 27 Feb 2006 06:56:19 -0000 1.7
22 +++ icecc-2.9.ebuild 8 May 2008 12:24:40 -0000 1.8
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/icecc/icecc-2.9.ebuild,v 1.7 2006/02/27 06:56:19 morfic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.8 2008/05/08 12:24:40 phosphan Exp $
29
30 inherit eutils
31
32 @@ -17,7 +17,7 @@
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 @@ -28,14 +28,10 @@
42 }
43
44 src_install() {
45 - make INSTALL_ROOT="${D}" install || die
46 -
47 - rm -rf ${D}/usr/doc
48 - dohtml ${PN}/docs/en/*.{html,sgml}
49 - dodoc AUTHORS ChangeLog README TODO
50 - dodir /usr/share/${PN}/themes
51 - cp -pPR theme/* ${D}/usr/share/${PN}/themes/
52 - chmod go-w ${D}/usr/share/${PN}/themes/
53 + make INSTALL_ROOT="${D}" install_themes install_help || die
54 + # avoid pre-stripping, see bug #220094
55 + dobin icecc icecchelp
56 + dodoc AUTHORS ChangeLog
57 }
58
59 pkg_postinst() {
60
61
62
63 1.28 x11-misc/icecc/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icecc/ChangeLog?rev=1.28&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icecc/ChangeLog?rev=1.28&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icecc/ChangeLog?r1=1.27&r2=1.28
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v
72 retrieving revision 1.27
73 retrieving revision 1.28
74 diff -u -r1.27 -r1.28
75 --- ChangeLog 21 Feb 2007 23:41:21 -0000 1.27
76 +++ ChangeLog 8 May 2008 12:24:40 -0000 1.28
77 @@ -1,6 +1,9 @@
78 # ChangeLog for x11-misc/icecc
79 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.27 2007/02/21 23:41:21 jokey Exp $
81 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.28 2008/05/08 12:24:40 phosphan Exp $
83 +
84 + 08 May 2008; Patrick Kursawe <phosphan@g.o> icecc-2.9.ebuild:
85 + QA fixes for bug #220094
86
87 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
88 Redigest for Manifest2
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list