Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/cutecom: cutecom-0.14.1.ebuild ChangeLog
Date: Mon, 01 Oct 2007 12:12:45
Message-Id: E1IcJop-000594-QA@stork.gentoo.org
1 mrness 07/10/01 11:52:11
2
3 Modified: cutecom-0.14.1.ebuild ChangeLog
4 Log:
5 Fix compilation failure when qt4 is present.
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.4 net-dialup/cutecom/cutecom-0.14.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild?r1=1.3&r2=1.4
14
15 Index: cutecom-0.14.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- cutecom-0.14.1.ebuild 26 Jun 2007 17:23:19 -0000 1.3
22 +++ cutecom-0.14.1.ebuild 1 Oct 2007 11:52:11 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild,v 1.3 2007/06/26 17:23:19 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild,v 1.4 2007/10/01 11:52:11 mrness Exp $
28
29 inherit eutils qt3
30
31 @@ -18,9 +18,10 @@
32 net-dialup/lrzsz"
33
34 src_compile() {
35 - addwrite "${QTDIR}/etc/settings"
36 - econf && emake || die "compile failed"
37 + eqmake3 || die "eqmake3 failed"
38 + emake || die "emake failed"
39
40 + # clean qt lock file
41 local f
42 for f in "${QTDIR}"/etc/settings/.qt_plugins*.lock; do
43 rm -f "${f}"
44 @@ -28,7 +29,7 @@
45 }
46
47 src_install() {
48 - dobin "cutecom"
49 + dobin cutecom || die "failed to install cutecom bin"
50 dodoc README Changelog README
51
52 make_desktop_entry cutecom "CuteCom" openterm
53
54
55
56 1.15 net-dialup/cutecom/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/ChangeLog?rev=1.15&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/ChangeLog?rev=1.15&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/ChangeLog?r1=1.14&r2=1.15
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v
65 retrieving revision 1.14
66 retrieving revision 1.15
67 diff -u -r1.14 -r1.15
68 --- ChangeLog 26 Jun 2007 17:23:19 -0000 1.14
69 +++ ChangeLog 1 Oct 2007 11:52:11 -0000 1.15
70 @@ -1,6 +1,9 @@
71 # ChangeLog for net-dialup/cutecom
72 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.14 2007/06/26 17:23:19 josejx Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.15 2007/10/01 11:52:11 mrness Exp $
75 +
76 + 01 Oct 2007; Alin Năstac <mrness@g.o> cutecom-0.14.1.ebuild:
77 + Fix compilation failure when qt4 is present.
78
79 26 Jun 2007; Joseph Jezak <josejx@g.o> cutecom-0.14.1.ebuild:
80 Marked ppc stable for bug #182819.
81
82
83
84 --
85 gentoo-commits@g.o mailing list