Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-9.15.ebuild
Date: Mon, 20 Feb 2012 20:57:53
Message-Id: 20120220205744.05ECE2004B@flycatcher.gentoo.org
1 jer 12/02/20 20:57:44
2
3 Modified: ChangeLog rxvt-unicode-9.15.ebuild
4 Log:
5 Replace USE=truetype with USE=xft and make x11-libs/libXft dependency optional upon USE=xft by Dmitry Dzhus (bug #363757).
6
7 (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.210 x11-terms/rxvt-unicode/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.210&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.210&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.209&r2=1.210
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
19 retrieving revision 1.209
20 retrieving revision 1.210
21 diff -u -r1.209 -r1.210
22 --- ChangeLog 11 Feb 2012 15:56:10 -0000 1.209
23 +++ ChangeLog 20 Feb 2012 20:57:43 -0000 1.210
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-terms/rxvt-unicode
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.209 2012/02/11 15:56:10 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.210 2012/02/20 20:57:43 jer Exp $
29 +
30 + 20 Feb 2012; Jeroen Roovers <jer@g.o> rxvt-unicode-9.15.ebuild:
31 + Replace USE=truetype with USE=xft and make x11-libs/libXft dependency
32 + optional upon USE=xft by Dmitry Dzhus (bug #363757).
33
34 11 Feb 2012; nixnut <nixnut@g.o> rxvt-unicode-9.12-r1.ebuild:
35 ppc stable #395703
36
37
38
39 1.7 x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild?r1=1.6&r2=1.7
44
45 Index: rxvt-unicode-9.15.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- rxvt-unicode-9.15.ebuild 6 Feb 2012 15:25:22 -0000 1.6
52 +++ rxvt-unicode-9.15.ebuild 20 Feb 2012 20:57:43 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v 1.6 2012/02/06 15:25:22 jlec Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v 1.7 2012/02/20 20:57:43 jer Exp $
58
59 EAPI="4"
60
61 @@ -16,7 +16,7 @@
62 IUSE="
63 256-color alt-font-width afterimage blink buffer-on-clear +focused-urgency
64 fading-colors +font-styles iso14755 +mousewheel +perl pixbuf secondary-wheel
65 - startup-notification truetype unicode3 +vanilla wcwidth
66 + startup-notification xft unicode3 +vanilla wcwidth
67 "
68
69 RDEPEND="
70 @@ -28,8 +28,8 @@
71 pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )
72 startup-notification? ( x11-libs/startup-notification )
73 x11-libs/libX11
74 - x11-libs/libXft
75 x11-libs/libXrender
76 + xft? ( x11-libs/libXft )
77 "
78 DEPEND="
79 ${RDEPEND}
80 @@ -92,7 +92,7 @@
81 $(use_enable perl) \
82 $(use_enable pixbuf) \
83 $(use_enable startup-notification) \
84 - $(use_enable truetype xft) \
85 + $(use_enable xft) \
86 $(use_enable unicode3) \
87 ${myconf}
88 }