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/iceked: iceked-1.5.ebuild ChangeLog
Date: Fri, 09 May 2008 12:54:55
Message-Id: E1JuS7g-0001OS-W4@stork.gentoo.org
1 phosphan 08/05/09 12:54:52
2
3 Modified: iceked-1.5.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/iceked/iceked-1.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild?r1=1.7&r2=1.8
14
15 Index: iceked-1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- iceked-1.5.ebuild 13 Jul 2007 05:09:41 -0000 1.7
22 +++ iceked-1.5.ebuild 9 May 2008 12:54:52 -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/iceked/iceked-1.5.ebuild,v 1.7 2007/07/13 05:09:41 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild,v 1.8 2008/05/09 12:54:52 phosphan Exp $
29
30 DESCRIPTION="IceWM keys editor"
31 SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
32 @@ -14,7 +14,7 @@
33 SLOT="0"
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 @@ -26,6 +26,6 @@
42 }
43
44 src_install () {
45 - make INSTALL_ROOT="${D}" install || die
46 - dodoc AUTHORS ChangeLog README TODO
47 + dobin iceked
48 + dodoc AUTHORS ChangeLog
49 }
50
51
52
53 1.17 x11-misc/iceked/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/iceked/ChangeLog?rev=1.17&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/iceked/ChangeLog?rev=1.17&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/iceked/ChangeLog?r1=1.16&r2=1.17
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v
62 retrieving revision 1.16
63 retrieving revision 1.17
64 diff -u -r1.16 -r1.17
65 --- ChangeLog 21 Feb 2007 23:42:50 -0000 1.16
66 +++ ChangeLog 9 May 2008 12:54:52 -0000 1.17
67 @@ -1,6 +1,9 @@
68 # ChangeLog for x11-misc/iceked
69 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.16 2007/02/21 23:42:50 jokey Exp $
71 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.17 2008/05/09 12:54:52 phosphan Exp $
73 +
74 + 09 May 2008; Patrick Kursawe <phosphan@g.o> iceked-1.5.ebuild:
75 + QA fixes for bug #220094
76
77 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
78 Redigest for Manifest2
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list