Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/xfce4-icon-theme: xfce4-icon-theme-4.4.3.ebuild
Date: Sun, 30 Jan 2011 20:36:34
Message-Id: 20110130203623.3810420054@flycatcher.gentoo.org
1 ssuominen 11/01/30 20:36:23
2
3 Modified: xfce4-icon-theme-4.4.3.ebuild
4 Log:
5 Fix typo
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild?r1=1.8&r2=1.9
15
16 Index: xfce4-icon-theme-4.4.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- xfce4-icon-theme-4.4.3.ebuild 30 Jan 2011 18:32:43 -0000 1.8
23 +++ xfce4-icon-theme-4.4.3.ebuild 30 Jan 2011 20:36:23 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild,v 1.8 2011/01/30 18:32:43 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild,v 1.9 2011/01/30 20:36:23 ssuominen Exp $
29
30 EAPI=3
31 inherit gnome2-utils
32 @@ -15,7 +15,7 @@
33 IUSE="minimal"
34
35 RDEPEND="x11-themes/hicolor-icon-theme
36 - minimal? ( || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme ) )"
37 + !minimal? ( || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme ) )"
38 DEPEND="dev-util/pkgconfig
39 dev-util/intltool
40 sys-devel/gettext"