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/icesndcfg: icesndcfg-1.3.ebuild ChangeLog
Date: Fri, 09 May 2008 13:14:21
Message-Id: E1JuSPs-0001h4-8v@stork.gentoo.org
1 phosphan 08/05/09 13:13:40
2
3 Modified: icesndcfg-1.3.ebuild ChangeLog
4 Log:
5 QA fixes for bug #220094
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.11 x11-misc/icesndcfg/icesndcfg-1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild?r1=1.10&r2=1.11
14
15 Index: icesndcfg-1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- icesndcfg-1.3.ebuild 27 Feb 2006 07:05:03 -0000 1.10
22 +++ icesndcfg-1.3.ebuild 9 May 2008 13:13:39 -0000 1.11
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/icesndcfg/icesndcfg-1.3.ebuild,v 1.10 2006/02/27 07:05:03 morfic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.11 2008/05/09 13:13:39 phosphan Exp $
29
30 IUSE=""
31
32 @@ -16,7 +16,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,6 +28,6 @@
42 }
43
44 src_install () {
45 - make INSTALL_ROOT="${D}" install || die
46 - dodoc AUTHORS COPYING TODO README ChangeLog
47 + dobin ${PN}
48 + dodoc AUTHORS ChangeLog
49 }
50
51
52
53 1.22 x11-misc/icesndcfg/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icesndcfg/ChangeLog?rev=1.22&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icesndcfg/ChangeLog?rev=1.22&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icesndcfg/ChangeLog?r1=1.21&r2=1.22
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v
62 retrieving revision 1.21
63 retrieving revision 1.22
64 diff -u -r1.21 -r1.22
65 --- ChangeLog 21 Feb 2007 23:44:17 -0000 1.21
66 +++ ChangeLog 9 May 2008 13:13:39 -0000 1.22
67 @@ -1,6 +1,9 @@
68 # ChangeLog for x11-misc/icesndcfg
69 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.21 2007/02/21 23:44:17 jokey Exp $
71 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.22 2008/05/09 13:13:39 phosphan Exp $
73 +
74 + 09 May 2008; Patrick Kursawe <phosphan@g.o> icesndcfg-1.3.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