Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/xdx: xdx-2.4.ebuild
Date: Mon, 05 Jul 2010 22:01:22
Message-Id: 20100705220120.C879C2CE14@corvid.gentoo.org
1 mr_bones_ 10/07/05 22:01:20
2
3 Modified: xdx-2.4.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 media-radio/xdx/xdx-2.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild?r1=1.5&r2=1.6
14
15 Index: xdx-2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- xdx-2.4.ebuild 3 Jul 2010 12:11:48 -0000 1.5
22 +++ xdx-2.4.ebuild 5 Jul 2010 22:01:20 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild,v 1.5 2010/07/03 12:11:48 tomjbe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild,v 1.6 2010/07/05 22:01:20 mr_bones_ Exp $
28
29 inherit eutils
30
31 @@ -23,7 +23,7 @@
32 cd "${S}"
33 # fix for deprecated macro in GTK+-2.14 and later
34 epatch "${FILESDIR}"/xdx-2.4-gtk.patch
35 - # fix for bug #326627 - deprecated macro in gtk+ from 2.20 on
36 + # fix for bug #326627 - deprecated macro in gtk+ from 2.20 on
37 if has_version ">=x11-libs/gtk+-2.20" ; then
38 epatch "${FILESDIR}"/${PN}-gtk-2.20.patch
39 fi