Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/italc: italc-1.0.3.ebuild ChangeLog
Date: Sat, 03 Nov 2007 17:20:05
Message-Id: E1IoMf2-00081A-9G@stork.gentoo.org
1 drac 07/11/03 17:19:52
2
3 Modified: italc-1.0.3.ebuild ChangeLog
4 Log:
5 Fix to add -fPIC to EXTRAFLAGS from upstream Subversion. Fix also building with --as-needed, and mark it stable on amd64 wrt #185055 and #191573. There are more problems in build system, not fixed here today.
6 (Portage version: 2.1.3.17)
7
8 Revision Changes Path
9 1.4 net-misc/italc/italc-1.0.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/italc-1.0.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/italc-1.0.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/italc-1.0.3.ebuild?r1=1.3&r2=1.4
14
15 Index: italc-1.0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/italc/italc-1.0.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- italc-1.0.3.ebuild 22 Oct 2007 21:32:22 -0000 1.3
22 +++ italc-1.0.3.ebuild 3 Nov 2007 17:19:51 -0000 1.4
23 @@ -1,8 +1,8 @@
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-misc/italc/italc-1.0.3.ebuild,v 1.3 2007/10/22 21:32:22 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/italc-1.0.3.ebuild,v 1.4 2007/11/03 17:19:51 drac Exp $
28
29 -inherit qt4 eutils autotools
30 +inherit autotools qt4 eutils autotools
31
32 DESCRIPTION="Intelligent Teaching And Learning with Computers (iTALC) supports working with computers in school"
33 HOMEPAGE="http://italc.sourceforge.net/"
34 @@ -10,7 +10,7 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~amd64 x86"
39 +KEYWORDS="amd64 x86"
40
41 IUSE="X v4l crypt xinerama threads fbcon"
42
43 @@ -35,6 +35,16 @@
44 enewgroup italc
45 }
46
47 +src_unpack() {
48 + unpack ${A}
49 + cd "${S}"
50 + # From upstream subversion with extra modification for asneeded,
51 + # both working but very likely incorrect solutions.
52 + # http://italc.svn.sourceforge.net/viewvc/italc/branches/STABLE_1-0/configure.in?r1=217&r2=219
53 + epatch "${FILESDIR}"/${P}-fpic-asneeded.patch
54 + eautoreconf
55 +}
56 +
57 src_compile() {
58 econf \
59 "--with-qtdir=${ROOT}/usr" \
60
61
62
63 1.7 net-misc/italc/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/ChangeLog?rev=1.7&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/ChangeLog?rev=1.7&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/ChangeLog?r1=1.6&r2=1.7
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v
72 retrieving revision 1.6
73 retrieving revision 1.7
74 diff -u -r1.6 -r1.7
75 --- ChangeLog 22 Oct 2007 21:32:22 -0000 1.6
76 +++ ChangeLog 3 Nov 2007 17:19:51 -0000 1.7
77 @@ -1,6 +1,12 @@
78 # ChangeLog for net-misc/italc
79 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.6 2007/10/22 21:32:22 jokey Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.7 2007/11/03 17:19:51 drac Exp $
82 +
83 + 03 Nov 2007; Samuli Suominen <drac@g.o>
84 + +files/italc-1.0.3-fpic-asneeded.patch, italc-1.0.3.ebuild:
85 + Fix to add -fPIC to EXTRAFLAGS from upstream Subversion. Fix also building
86 + with --as-needed, and mark it stable on amd64 wrt #185055 and #191573. There
87 + are more problems in build system, not fixed here today.
88
89 22 Oct 2007; Markus Ullmann <jokey@g.o> italc-1.0.3.ebuild:
90 Remove bogus wx dependency as mentioned in bug #195720
91
92
93
94 --
95 gentoo-commits@g.o mailing list