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/icets: icets-1.4.ebuild ChangeLog
Date: Fri, 09 May 2008 13:01:54
Message-Id: E1JuSER-0001TZ-5h@stork.gentoo.org
1 phosphan 08/05/09 13:01:51
2
3 Modified: icets-1.4.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/icets/icets-1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icets/icets-1.4.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icets/icets-1.4.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icets/icets-1.4.ebuild?r1=1.7&r2=1.8
14
15 Index: icets-1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.4.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- icets-1.4.ebuild 27 Feb 2006 06:53:13 -0000 1.7
22 +++ icets-1.4.ebuild 9 May 2008 13:01:50 -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/icets/icets-1.4.ebuild,v 1.7 2006/02/27 06:53:13 morfic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.4.ebuild,v 1.8 2008/05/09 13:01:50 phosphan Exp $
29
30 DESCRIPTION="IceWM Theme Editor"
31 SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
32 @@ -17,7 +17,7 @@
33 src_unpack() {
34
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38 sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed"
39 sed -e 's:/usr/local:/usr:g' -i ${PN}.cpp || die "sed failed"
40 echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
41 @@ -29,9 +29,6 @@
42 }
43
44 src_install () {
45 - make INSTALL_ROOT="${D}" install || die
46 -
47 - rm -rf ${D}/usr/doc
48 - dohtml icets/docs/en/*.{html,sgml}
49 - dodoc AUTHORS COPYING ChangeLog README TODO
50 + dobin icets
51 + dodoc README AUTHORS
52 }
53
54
55
56 1.23 x11-misc/icets/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icets/ChangeLog?rev=1.23&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icets/ChangeLog?rev=1.23&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icets/ChangeLog?r1=1.22&r2=1.23
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v
65 retrieving revision 1.22
66 retrieving revision 1.23
67 diff -u -r1.22 -r1.23
68 --- ChangeLog 21 Feb 2007 23:44:46 -0000 1.22
69 +++ ChangeLog 9 May 2008 13:01:50 -0000 1.23
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-misc/icets
72 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.22 2007/02/21 23:44:46 jokey Exp $
74 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.23 2008/05/09 13:01:50 phosphan Exp $
76 +
77 + 09 May 2008; Patrick Kursawe <phosphan@g.o> icets-1.4.ebuild:
78 + QA fixes for 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