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.14.ebuild
Date: Fri, 23 Dec 2011 17:37:30
Message-Id: 20111223173718.4D27F2004B@flycatcher.gentoo.org
1 jer 11/12/23 17:37:18
2
3 Modified: ChangeLog rxvt-unicode-9.14.ebuild
4 Log:
5 Remove force-hints patching thanks to kini and Brunera on #gentoo.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.195 x11-terms/rxvt-unicode/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.195&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.195&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.194&r2=1.195
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
19 retrieving revision 1.194
20 retrieving revision 1.195
21 diff -u -r1.194 -r1.195
22 --- ChangeLog 22 Dec 2011 18:51:22 -0000 1.194
23 +++ ChangeLog 23 Dec 2011 17:37:18 -0000 1.195
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-terms/rxvt-unicode
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.194 2011/12/22 18:51:22 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.195 2011/12/23 17:37:18 jer Exp $
29 +
30 + 23 Dec 2011; Jeroen Roovers <jer@g.o> rxvt-unicode-9.14.ebuild:
31 + Remove force-hints patching thanks to kini and Brunera on #gentoo.
32
33 22 Dec 2011; Jeroen Roovers <jer@g.o> rxvt-unicode-9.10.ebuild:
34 Fix older SRC_URI.
35
36
37
38 1.2 x11-terms/rxvt-unicode/rxvt-unicode-9.14.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.14.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.14.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.14.ebuild?r1=1.1&r2=1.2
43
44 Index: rxvt-unicode-9.14.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.14.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- rxvt-unicode-9.14.ebuild 22 Dec 2011 14:56:58 -0000 1.1
51 +++ rxvt-unicode-9.14.ebuild 23 Dec 2011 17:37:18 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.14.ebuild,v 1.1 2011/12/22 14:56:58 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.14.ebuild,v 1.2 2011/12/23 17:37:18 jer Exp $
57
58 EAPI="4"
59
60 @@ -15,8 +15,8 @@
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
62 IUSE="
63 256-color alt-font-width afterimage blink +focused-urgency fading-colors
64 - +font-styles force-hints iso14755 +mousewheel +perl pixbuf
65 - startup-notification truetype unicode3 +vanilla wcwidth
66 + +font-styles iso14755 +mousewheel +perl pixbuf startup-notification truetype
67 + unicode3 +vanilla wcwidth
68 "
69
70 RDEPEND="
71 @@ -37,7 +37,7 @@
72 x11-proto/xproto
73 "
74
75 -REQUIRED_USE="vanilla? ( !alt-font-width focused-urgency !force-hints !wcwidth )"
76 +REQUIRED_USE="vanilla? ( !alt-font-width focused-urgency !wcwidth )"
77
78 src_prepare() {
79 # fix for prefix not installing properly
80 @@ -59,9 +59,6 @@
81 # bug #263638
82 epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
83
84 - # bug #346553
85 - use force-hints && epatch "${FILESDIR}"/${PN}-9.10-force-hints.patch
86 -
87 # bug #237271
88 epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch