Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/radiomixer: radiomixer-1.1_rc1-r1.ebuild ChangeLog
Date: Mon, 28 Dec 2009 16:42:20
Message-Id: E1NPIfh-0006oP-GO@stork.gentoo.org
1 ssuominen 09/12/28 16:42:17
2
3 Modified: radiomixer-1.1_rc1-r1.ebuild ChangeLog
4 Log:
5 Stop using deprecated kde-functions.eclass.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: radiomixer-1.1_rc1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- radiomixer-1.1_rc1-r1.ebuild 31 Jan 2009 20:10:51 -0000 1.5
22 +++ radiomixer-1.1_rc1-r1.ebuild 28 Dec 2009 16:42:17 -0000 1.6
23 @@ -1,10 +1,9 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild,v 1.5 2009/01/31 20:10:51 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild,v 1.6 2009/12/28 16:42:17 ssuominen Exp $
28
29 EAPI=2
30 -
31 -inherit kde-functions eutils
32 +inherit eutils qt3
33
34 DESCRIPTION="Live Radio production software written by and used for open-radio.org"
35 HOMEPAGE="http://sourceforge.net/projects/radiomixer"
36 @@ -15,14 +14,13 @@
37 KEYWORDS="amd64 x86"
38 IUSE="alsa debug hwmixer +jack +mad vorbis"
39
40 -DEPEND="media-libs/libsamplerate
41 +DEPEND="x11-libs/qt:3
42 + media-libs/libsamplerate
43 alsa? ( media-libs/alsa-lib )
44 jack? ( media-sound/jack-audio-connection-kit )
45 mad? ( media-libs/libmad )
46 vorbis? ( media-libs/libvorbis )"
47
48 -need-qt 3.3
49 -
50 S=${WORKDIR}/${PN}-1.1RC1
51
52 pkg_setup() {
53
54
55
56 1.15 media-sound/radiomixer/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/ChangeLog?rev=1.15&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/ChangeLog?rev=1.15&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/ChangeLog?r1=1.14&r2=1.15
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v
65 retrieving revision 1.14
66 retrieving revision 1.15
67 diff -u -r1.14 -r1.15
68 --- ChangeLog 31 Jan 2009 20:10:51 -0000 1.14
69 +++ ChangeLog 28 Dec 2009 16:42:17 -0000 1.15
70 @@ -1,6 +1,10 @@
71 # ChangeLog for media-sound/radiomixer
72 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.14 2009/01/31 20:10:51 jokey Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.15 2009/12/28 16:42:17 ssuominen Exp $
75 +
76 + 28 Dec 2009; Samuli Suominen <ssuominen@g.o>
77 + radiomixer-1.1_rc1-r1.ebuild:
78 + Stop using deprecated kde-functions.eclass.
79
80 31 Jan 2009; <jokey@g.o> +files/radiomixer-1.1_rc1-gcc43.patch,
81 radiomixer-1.1_rc1-r1.ebuild: