Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-9.12.ebuild
Date: Sun, 03 Jul 2011 19:11:00
Message-Id: 20110703185324.4831D2004B@flycatcher.gentoo.org
1 wired 11/07/03 18:53:24
2
3 Modified: ChangeLog rxvt-unicode-9.12.ebuild
4 Log:
5 prefix support
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.189 x11-terms/rxvt-unicode/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.189&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.189&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.188&r2=1.189
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
19 retrieving revision 1.188
20 retrieving revision 1.189
21 diff -u -r1.188 -r1.189
22 --- ChangeLog 2 Jul 2011 06:30:45 -0000 1.188
23 +++ ChangeLog 3 Jul 2011 18:53:24 -0000 1.189
24 @@ -1,6 +1,11 @@
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.188 2011/07/02 06:30:45 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.189 2011/07/03 18:53:24 wired Exp $
29 +
30 + 03 Jul 2011; Alex Alexander <wired@g.o>
31 + +files/rxvt-unicode-9.06-case-insensitive-fs.patch, rxvt-unicode-9.12.ebuild,
32 + +files/macosx-clipboard:
33 + prefix support
34
35 *rxvt-unicode-9.12 (02 Jul 2011)
36
37
38
39
40 1.2 x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild?r1=1.1&r2=1.2
45
46 Index: rxvt-unicode-9.12.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- rxvt-unicode-9.12.ebuild 2 Jul 2011 06:30:45 -0000 1.1
53 +++ rxvt-unicode-9.12.ebuild 3 Jul 2011 18:53:24 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild,v 1.1 2011/07/02 06:30:45 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild,v 1.2 2011/07/03 18:53:24 wired Exp $
59
60 EAPI="4"
61
62 @@ -12,7 +12,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
68 IUSE="
69 256-color alt-font-width afterimage blink +focused-urgency fading-colors
70 +font-styles force-hints iso14755 +mousewheel perl pixbuf truetype unicode3
71 @@ -25,7 +25,8 @@
72 >=sys-libs/ncurses-5.7-r6
73 afterimage? ( || ( media-libs/libafterimage x11-wm/afterstep ) )
74 perl? ( dev-lang/perl )
75 - pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )"
76 + pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )
77 + kernel_Darwin? ( dev-perl/Mac-Pasteboard )"
78 DEPEND="${RDEPEND}
79 dev-util/pkgconfig
80 x11-proto/xproto"
81 @@ -33,6 +34,12 @@
82 REQUIRED_USE="vanilla? ( !alt-font-width focused-urgency !force-hints !wcwidth )"
83
84 src_prepare() {
85 + if use kernel_Darwin; then
86 + cp "${FILESDIR}"/macosx-clipboard src/perl/ || die
87 + fi
88 + # fix for prefix not installing properly
89 + epatch "${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch
90 +
91 if ! use afterimage && ! use pixbuf; then
92 einfo " + If you want transparency support, please enable either the *pixbuf*"
93 einfo " or the *afterimage* USE flag. Enabling both will default to pixbuf."