Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/svxlink: svxlink-090426.ebuild ChangeLog
Date: Tue, 08 Sep 2009 23:25:12
Message-Id: E1MlA3i-0002qk-Ay@stork.gentoo.org
1 vostorga 09/09/08 23:25:10
2
3 Modified: ChangeLog
4 Added: svxlink-090426.ebuild
5 Log:
6 Version bump to 090426 , patch thanks to Thomas Beierlein <tb@××××××××.de> bug 279699
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 media-radio/svxlink/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 24 Jul 2009 09:58:39 -0000 1.9
23 +++ ChangeLog 8 Sep 2009 23:25:10 -0000 1.10
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-radio/svxlink
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.9 2009/07/24 09:58:39 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.10 2009/09/08 23:25:10 vostorga Exp $
29 +
30 +*svxlink-090426 (08 Sep 2009)
31 +
32 + 08 Sep 2009; Víctor Ostorga <vostorga@g.o> +svxlink-090426.ebuild,
33 + +files/svxlink-090426-gcc44.patch:
34 + Version bump to 090426 , patch thanks to Thomas Beierlein <tb@××××××××.de>
35 + bug 279699
36
37 24 Jul 2009; Mounir Lamouri <volkmar@g.o>
38 -svxlink-080102-r1.ebuild:
39
40
41
42 1.1 media-radio/svxlink/svxlink-090426.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild?rev=1.1&content-type=text/plain
46
47 Index: svxlink-090426.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild,v 1.1 2009/09/08 23:25:10 vostorga Exp $
52
53 EAPI=1
54
55 inherit kde-functions
56
57 DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
58 HOMEPAGE="http://svxlink.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/svxlink/${P}.tar.gz"
60
61 LICENSE="GPL-2 LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~x86"
64 IUSE=""
65
66 RDEPEND="dev-lang/tcl
67 media-sound/gsm
68 x11-libs/qt:3
69 dev-libs/libgcrypt
70 media-libs/speex
71 dev-libs/libsigc++:1.2
72 dev-libs/popt"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79 epatch "${FILESDIR}/${PN}-080730--as-needed.patch"
80 epatch "${FILESDIR}/${P}-gcc44.patch"
81 }
82
83 src_compile() {
84 set-kdedir
85 emake -j1 || die "emake failed"
86 }
87
88 src_install() {
89 emake -j1 \
90 INSTALL_ROOT="${D}" \
91 install || die "emake install failed"
92 }