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/icemc: ChangeLog icemc-2.1-r1.ebuild
Date: Fri, 09 May 2008 13:05:36
Message-Id: E1JuSI1-0001Yx-CJ@stork.gentoo.org
1 phosphan 08/05/09 13:05:33
2
3 Modified: ChangeLog icemc-2.1-r1.ebuild
4 Log:
5 QA fixes for bug #220094
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.25 x11-misc/icemc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icemc/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icemc/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icemc/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 9 Feb 2007 06:20:30 -0000 1.24
22 +++ ChangeLog 9 May 2008 13:05:32 -0000 1.25
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-misc/icemc
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.24 2007/02/09 06:20:30 flameeyes Exp $
27 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.25 2008/05/09 13:05:32 phosphan Exp $
29 +
30 + 09 May 2008; Patrick Kursawe <phosphan@g.o> icemc-2.1-r1.ebuild:
31 + QA fixes for bug #220094
32
33 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
34 Regenerate digest in Manifest2 format.
35
36
37
38 1.6 x11-misc/icemc/icemc-2.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild?r1=1.5&r2=1.6
43
44 Index: icemc-2.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- icemc-2.1-r1.ebuild 27 Jul 2005 13:15:42 -0000 1.5
51 +++ icemc-2.1-r1.ebuild 9 May 2008 13:05:32 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2005 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.5 2005/07/27 13:15:42 blubb Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.6 2008/05/09 13:05:32 phosphan Exp $
58
59 DESCRIPTION="IceWM menu/toolbar editor"
60 HOMEPAGE="http://icecc.sourceforge.net/"
61 @@ -13,7 +13,7 @@
62
63 src_unpack() {
64 unpack ${A}
65 - cd ${S}
66 + cd "${S}"
67 sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed"
68 echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
69 }
70 @@ -25,6 +25,6 @@
71 }
72
73 src_install() {
74 - make INSTALL_ROOT="${D}" install || die
75 - dodoc AUTHORS ChangeLog README TODO
76 + dobin icemc
77 + dodoc AUTHORS ChangeLog
78 }
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list