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/k3guitune: ChangeLog k3guitune-1.01.ebuild
Date: Tue, 02 Jun 2009 22:59:50
Message-Id: E1MBcxQ-000583-Db@stork.gentoo.org
1 ssuominen 09/06/02 22:59:48
2
3 Modified: ChangeLog k3guitune-1.01.ebuild
4 Log:
5 Move slot to 3.5.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.25 media-sound/k3guitune/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 21 May 2009 16:27:07 -0000 1.24
22 +++ ChangeLog 2 Jun 2009 22:59:48 -0000 1.25
23 @@ -1,6 +1,6 @@
24 # ChangeLog for media-sound/k3guitune
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.24 2009/05/21 16:27:07 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.25 2009/06/02 22:59:48 ssuominen Exp $
28
29 21 May 2009; Samuli Suominen <ssuominen@g.o> k3guitune-1.01.ebuild,
30 +files/k3guitune-1.01-desktop-entry.patch, +files/k3guitune.xpm:
31 @@ -25,10 +25,8 @@
32 Szczesiak for reporting.
33
34 06 Aug 2008; Alexis Ballier <aballier@g.o>
35 - -files/k3guitune-0.4.1-configure.patch,
36 - -files/k3guitune-0.5-configure.patch, +files/k3guitune-1.0-gcc43.patch,
37 - -k3guitune-0.4.1.ebuild, -k3guitune-0.5.ebuild, k3guitune-1.0.ebuild:
38 - remove old and fix build with gcc 4.3 for latest version
39 + +files/k3guitune-1.01-gcc43.patch, k3guitune-1.0.ebuild:
40 + Fix compile with GCC 4.3.
41
42 21 Jun 2008; Christian Faulhammer <opfer@g.o> k3guitune-1.0.ebuild:
43 stable x86, bug 226769
44
45
46
47 1.9 media-sound/k3guitune/k3guitune-1.01.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?r1=1.8&r2=1.9
52
53 Index: k3guitune-1.01.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- k3guitune-1.01.ebuild 21 May 2009 16:27:07 -0000 1.8
60 +++ k3guitune-1.01.ebuild 2 Jun 2009 22:59:48 -0000 1.9
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.8 2009/05/21 16:27:07 ssuominen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.9 2009/06/02 22:59:48 ssuominen Exp $
66
67 EAPI=2
68 ARTS_REQUIRED=never
69 @@ -12,14 +12,14 @@
70 mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
71
72 LICENSE="GPL-2"
73 -SLOT="0"
74 +SLOT="3.5"
75 KEYWORDS="amd64 ~ppc x86"
76 IUSE="+alsa oss jack"
77
78 -DEPEND="=sci-libs/fftw-3*
79 +RDEPEND="sci-libs/fftw:3.0
80 alsa? ( media-libs/alsa-lib )
81 jack? ( media-libs/bio2jack )"
82 -RDEPEND="${DEPEND}"
83 +DEPEND="${DEPEND}"
84
85 need-kde 3.5
86
87 @@ -32,7 +32,7 @@
88
89 src_prepare() {
90 kde_src_prepare
91 - epatch "${FILESDIR}"/${PN}-1.0-gcc43.patch \
92 + epatch "${FILESDIR}"/${P}-gcc43.patch \
93 "${FILESDIR}"/${P}-fftw.patch \
94 "${FILESDIR}"/${P}-desktop-entry.patch
95
96 @@ -48,7 +48,7 @@
97 sed -i -e "s:^SUBDIRS =.*:SUBDIRS = ${MAKE_DOC} :" \
98 "${KDE_S}/doc/Makefile.am" || die "sed for docs locale failed"
99
100 - rm -f "${S}/configure"
101 + rm -f "${S}"/configure
102 }
103
104 src_configure() {