Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/k3guitune: ChangeLog k3guitune-1.01.ebuild
Date: Fri, 11 Sep 2009 11:31:10
Message-Id: E1Mm4LL-0007uG-Qt@stork.gentoo.org
1 flameeyes 09/09/11 11:31:07
2
3 Modified: ChangeLog k3guitune-1.01.ebuild
4 Log:
5 Fix DEPEND/RDEPEND assignment.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.26 media-sound/k3guitune/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 2 Jun 2009 22:59:48 -0000 1.25
22 +++ ChangeLog 11 Sep 2009 11:31:07 -0000 1.26
23 @@ -1,6 +1,10 @@
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.25 2009/06/02 22:59:48 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.26 2009/09/11 11:31:07 flameeyes Exp $
28 +
29 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o>
30 + k3guitune-1.01.ebuild:
31 + Fix DEPEND/RDEPEND assignment.
32
33 21 May 2009; Samuli Suominen <ssuominen@g.o> k3guitune-1.01.ebuild,
34 +files/k3guitune-1.01-desktop-entry.patch, +files/k3guitune.xpm:
35
36
37
38 1.10 media-sound/k3guitune/k3guitune-1.01.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?r1=1.9&r2=1.10
43
44 Index: k3guitune-1.01.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- k3guitune-1.01.ebuild 2 Jun 2009 22:59:48 -0000 1.9
51 +++ k3guitune-1.01.ebuild 11 Sep 2009 11:31:07 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.9 2009/06/02 22:59:48 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.10 2009/09/11 11:31:07 flameeyes Exp $
57
58 EAPI=2
59 ARTS_REQUIRED=never
60 @@ -19,7 +19,7 @@
61 RDEPEND="sci-libs/fftw:3.0
62 alsa? ( media-libs/alsa-lib )
63 jack? ( media-libs/bio2jack )"
64 -DEPEND="${DEPEND}"
65 +DEPEND="${RDEPEND}"
66
67 need-kde 3.5