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/creox: creox-0.2.2_rc2.ebuild
Date: Fri, 05 Jun 2009 09:58:55
Message-Id: E1MCWCL-00046Q-O1@stork.gentoo.org
1 ssuominen 09/06/05 09:58:53
2
3 Modified: creox-0.2.2_rc2.ebuild
4 Log:
5 Fix repoman warnings
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 media-sound/creox/creox-0.2.2_rc2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild?r1=1.11&r2=1.12
14
15 Index: creox-0.2.2_rc2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- creox-0.2.2_rc2.ebuild 31 May 2006 11:07:42 -0000 1.11
22 +++ creox-0.2.2_rc2.ebuild 5 Jun 2009 09:58:53 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.11 2006/05/31 11:07:42 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.12 2009/06/05 09:58:53 ssuominen Exp $
29
30 ARTS_REQUIRED="yes"
31 inherit kde
32 @@ -20,4 +20,4 @@
33 DEPEND="media-sound/jack-audio-connection-kit"
34 need-kde 3
35
36 -PATCHES="${FILESDIR}/${P}-ebusy.patch"
37 +PATCHES=( "${FILESDIR}/${P}-ebusy.patch" )