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-apps/xmore: ChangeLog xmore-1.0.1-r1.ebuild xmore-1.0.1.ebuild
Date: Tue, 28 Apr 2009 07:20:48
Message-Id: E1LyhcT-00025L-Gw@stork.gentoo.org
1 ssuominen 09/04/28 07:20:45
2
3 Modified: ChangeLog xmore-1.0.1-r1.ebuild
4 Removed: xmore-1.0.1.ebuild
5 Log:
6 Deprecate xprint.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 x11-apps/xmore/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xmore/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xmore/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xmore/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 11 Oct 2008 22:28:08 -0000 1.18
23 +++ ChangeLog 28 Apr 2009 07:20:45 -0000 1.19
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-apps/xmore
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.18 2008/10/11 22:28:08 flameeyes Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.19 2009/04/28 07:20:45 ssuominen Exp $
30 +
31 + 28 Apr 2009; Samuli Suominen <ssuominen@g.o> -xmore-1.0.1.ebuild,
32 + xmore-1.0.1-r1.ebuild:
33 + Deprecate xprint.
34
35 11 Oct 2008; Diego Pettenò <flameeyes@g.o> xmore-1.0.1-r1.ebuild:
36 Fix dependencies.
37 @@ -10,13 +14,10 @@
38
39 *xmore-1.0.1-r1 (21 Jan 2008)
40
41 - 21 Jan 2008; Samuli Suominen <drac@g.o>
42 + 21 Jan 2008; Samuli Suominen <ssuominen@g.o>
43 +files/xmore-1.0.1-ifdef-xprint.patch, +xmore-1.0.1-r1.ebuild:
44 Insert missing ifdef's for building without xprint, segmentation faults
45 - without it. Debian bug report #365292.
46 -
47 - 21 Jan 2008; Samuli Suominen <drac@g.o> xmore-1.0.1.ebuild:
48 - Keyword ~amd64.
49 + without it. Debian bug report #365292. Keyword ~amd64.
50
51 19 Dec 2007; Dawid Węgliński <cla@g.o> xmore-1.0.1.ebuild:
52 Stable on x86 (bug #202087)
53
54
55
56 1.3 x11-apps/xmore/xmore-1.0.1-r1.ebuild
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild?rev=1.3&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild?rev=1.3&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild?r1=1.2&r2=1.3
61
62 Index: xmore-1.0.1-r1.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v
65 retrieving revision 1.2
66 retrieving revision 1.3
67 diff -u -r1.2 -r1.3
68 --- xmore-1.0.1-r1.ebuild 11 Oct 2008 22:28:08 -0000 1.2
69 +++ xmore-1.0.1-r1.ebuild 28 Apr 2009 07:20:45 -0000 1.3
70 @@ -1,6 +1,6 @@
71 -# Copyright 1999-2008 Gentoo Foundation
72 +# Copyright 1999-2009 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v 1.2 2008/10/11 22:28:08 flameeyes Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v 1.3 2009/04/28 07:20:45 ssuominen Exp $
76
77 # Must be before x-modular eclass is inherited
78 #SNAPSHOT="yes"
79 @@ -8,12 +8,9 @@
80 inherit x-modular
81
82 DESCRIPTION="plain text display program for the X Window System"
83 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
84 -# Broken without xprint
85 -IUSE="xprint"
86 -RDEPEND="xprint? ( x11-libs/libXprintUtil )
87 - x11-libs/libXaw"
88 -#x11-libs/libXprintUtil"
89 +KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
90 +IUSE=""
91 +RDEPEND="x11-libs/libXaw"
92 DEPEND="${RDEPEND}"
93 PATCHES="${FILESDIR}/${P}-ifdef-xprint.patch"
94 -CONFIGURE_OPTIONS="$(use_enable xprint)"
95 +CONFIGURE_OPTIONS="--disable-xprint"