Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/k3guitune: k3guitune-1.0.ebuild ChangeLog k3guitune-0.4.1.ebuild k3guitune-0.5.ebuild
Date: Wed, 06 Aug 2008 22:57:55
Message-Id: E1KQrx2-0003RO-Ib@stork.gentoo.org
1 aballier 08/08/06 22:57:52
2
3 Modified: k3guitune-1.0.ebuild ChangeLog
4 Removed: k3guitune-0.4.1.ebuild k3guitune-0.5.ebuild
5 Log:
6 remove old and fix build with gcc 4.3 for latest version
7 (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.4 media-sound/k3guitune/k3guitune-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild?r1=1.3&r2=1.4
15
16 Index: k3guitune-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- k3guitune-1.0.ebuild 21 Jun 2008 09:28:51 -0000 1.3
23 +++ k3guitune-1.0.ebuild 6 Aug 2008 22:57:52 -0000 1.4
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild,v 1.3 2008/06/21 09:28:51 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild,v 1.4 2008/08/06 22:57:52 aballier Exp $
29
30 -inherit kde
31 +inherit kde eutils
32
33 DESCRIPTION="A program for KDE that lets you tune musical instruments."
34 HOMEPAGE="http://home.planet.nl/~lamer024/k3guitune.html"
35 @@ -30,6 +30,7 @@
36
37 src_unpack() {
38 kde_src_unpack
39 + epatch "${FILESDIR}/${P}-gcc43.patch"
40
41 for X in ${LANGS} ; do
42 use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}.po"
43
44
45
46 1.18 media-sound/k3guitune/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.18&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.18&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?r1=1.17&r2=1.18
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v
55 retrieving revision 1.17
56 retrieving revision 1.18
57 diff -u -r1.17 -r1.18
58 --- ChangeLog 21 Jun 2008 09:28:51 -0000 1.17
59 +++ ChangeLog 6 Aug 2008 22:57:52 -0000 1.18
60 @@ -1,6 +1,12 @@
61 # ChangeLog for media-sound/k3guitune
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.17 2008/06/21 09:28:51 opfer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.18 2008/08/06 22:57:52 aballier Exp $
65 +
66 + 06 Aug 2008; Alexis Ballier <aballier@g.o>
67 + -files/k3guitune-0.4.1-configure.patch,
68 + -files/k3guitune-0.5-configure.patch, +files/k3guitune-1.0-gcc43.patch,
69 + -k3guitune-0.4.1.ebuild, -k3guitune-0.5.ebuild, k3guitune-1.0.ebuild:
70 + remove old and fix build with gcc 4.3 for latest version
71
72 21 Jun 2008; Christian Faulhammer <opfer@g.o> k3guitune-1.0.ebuild:
73 stable x86, bug 226769