Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/svxlink: svxlink-11.11.1.ebuild ChangeLog
Date: Tue, 31 Jul 2012 18:00:36
Message-Id: 20120731180025.7093E2004C@flycatcher.gentoo.org
1 tomjbe 12/07/31 18:00:25
2
3 Modified: svxlink-11.11.1.ebuild ChangeLog
4 Log:
5 Fix missing #includes for gcc-47 (bug 425690). Thanks Diego. Also add slot deps to qt-*:4
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-radio/svxlink/svxlink-11.11.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild?r1=1.3&r2=1.4
15
16 Index: svxlink-11.11.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- svxlink-11.11.1.ebuild 9 Jun 2012 00:30:51 -0000 1.3
23 +++ svxlink-11.11.1.ebuild 31 Jul 2012 18:00:25 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild,v 1.3 2012/06/09 00:30:51 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild,v 1.4 2012/07/31 18:00:25 tomjbe Exp $
29
30 EAPI=4
31 inherit eutils multilib qt4-r2 user
32 @@ -15,8 +15,8 @@
33 IUSE=""
34
35 RDEPEND="dev-lang/tcl
36 - x11-libs/qt-core
37 - x11-libs/qt-gui
38 + x11-libs/qt-core:4
39 + x11-libs/qt-gui:4
40 media-libs/alsa-lib
41 media-sound/gsm
42 dev-libs/libgcrypt
43 @@ -38,6 +38,8 @@
44 sed -i -e "s:/etc/udev:/lib/udev:" svxlink/scripts/Makefile.default || die
45 # fix underlinking
46 sed -i -e "s:lgsm:lgsm -lspeex:" qtel/Makefile.default || die
47 + # fix gcc-4.7 bug #425690
48 + epatch "${FILESDIR}/$P-gcc-47.patch"
49 }
50
51 src_install() {
52
53
54
55 1.21 media-radio/svxlink/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/ChangeLog?rev=1.21&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/ChangeLog?rev=1.21&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/ChangeLog?r1=1.20&r2=1.21
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v
64 retrieving revision 1.20
65 retrieving revision 1.21
66 diff -u -r1.20 -r1.21
67 --- ChangeLog 9 Jun 2012 00:30:51 -0000 1.20
68 +++ ChangeLog 31 Jul 2012 18:00:25 -0000 1.21
69 @@ -1,6 +1,11 @@
70 # ChangeLog for media-radio/svxlink
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.20 2012/06/09 00:30:51 zmedico Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.21 2012/07/31 18:00:25 tomjbe Exp $
74 +
75 + 31 Jul 2012; Thomas Beierlein <tomjbe@g.o> svxlink-11.11.1.ebuild,
76 + +files/svxlink-11.11.1-gcc-47.patch:
77 + Fix missing #includes for gcc-47 (bug 425690). Thanks Diego. Also add slot
78 + deps to qt-*:4
79
80 09 Jun 2012; Zac Medico <zmedico@g.o> svxlink-11.11.1.ebuild:
81 inherit user for enewgroup and enewuser