Gentoo Archives: gentoo-commits

From: "Rene Nussbaumer (killerfox)" <killerfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.05-r2.ebuild ChangeLog
Date: Sun, 05 Oct 2008 08:46:23
Message-Id: E1KmPFs-0007ei-8w@stork.gentoo.org
1 killerfox 08/10/05 08:46:20
2
3 Modified: rxvt-unicode-9.05-r2.ebuild ChangeLog
4 Log:
5 Various fixes to the ebuild
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: rxvt-unicode-9.05-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rxvt-unicode-9.05-r2.ebuild 4 Oct 2008 12:54:37 -0000 1.1
22 +++ rxvt-unicode-9.05-r2.ebuild 5 Oct 2008 08:46:19 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild,v 1.1 2008/10/04 12:54:37 killerfox Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild,v 1.2 2008/10/05 08:46:19 killerfox Exp $
28
29 inherit autotools flag-o-matic
30
31 @@ -56,17 +56,17 @@
32 }
33
34 src_compile() {
35 - myconf=''
36 + local myconf=''
37
38 use iso14755 || myconf='--disable-iso14755'
39 - use xterm-color || myconf="$myconf --enable-xterm-colors=256"
40 + use xterm-color && myconf="$myconf --enable-xterm-colors=256"
41
42 econf --enable-everything \
43 $(use_enable truetype xft) \
44 $(use_enable afterimage) \
45 $(use_enable perl) \
46 --disable-text-blink \
47 - ${myconf} || die
48 + ${myconf}
49
50 emake || die
51
52
53
54
55 1.125 x11-terms/rxvt-unicode/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.125&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.125&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.124&r2=1.125
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
64 retrieving revision 1.124
65 retrieving revision 1.125
66 diff -u -r1.124 -r1.125
67 --- ChangeLog 4 Oct 2008 18:05:49 -0000 1.124
68 +++ ChangeLog 5 Oct 2008 08:46:19 -0000 1.125
69 @@ -1,6 +1,10 @@
70 # ChangeLog for x11-terms/rxvt-unicode
71 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.124 2008/10/04 18:05:49 armin76 Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.125 2008/10/05 08:46:19 killerfox Exp $
74 +
75 + 05 Oct 2008; René Nussbaumer <killerfox@g.o>
76 + rxvt-unicode-9.05-r2.ebuild:
77 + Various fixes to the ebuild
78
79 04 Oct 2008; Raúl Porcel <armin76@g.o> rxvt-unicode-9.05.ebuild:
80 alpha/ia64/sparc stable wrt #232610