Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xedit: ChangeLog xedit-1.1.2.ebuild
Date: Wed, 14 Jan 2009 13:49:10
Message-Id: E1LN67G-0000rE-OO@stork.gentoo.org
1 remi 09/01/14 13:49:06
2
3 Modified: ChangeLog xedit-1.1.2.ebuild
4 Log:
5 x11-apps/xedit: remove xprint support (see bug #254874)
6 (Portage version: 2.2_rc21/cvs/Linux 2.6.27-gentoo-r2 x86_64)
7
8 Revision Changes Path
9 1.23 x11-apps/xedit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xedit/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xedit/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xedit/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 13 Jan 2009 02:47:48 -0000 1.22
22 +++ ChangeLog 14 Jan 2009 13:49:06 -0000 1.23
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-apps/xedit
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.22 2009/01/13 02:47:48 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.23 2009/01/14 13:49:06 remi Exp $
28 +
29 + 14 Jan 2009; RĂ©mi Cardona <remi@g.o> xedit-1.1.2.ebuild:
30 + remove xprint support (see bug #254874)
31
32 *xedit-1.1.2 (13 Jan 2009)
33
34
35
36
37 1.2 x11-apps/xedit/xedit-1.1.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild?r1=1.1&r2=1.2
42
43 Index: xedit-1.1.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- xedit-1.1.2.ebuild 13 Jan 2009 02:47:48 -0000 1.1
50 +++ xedit-1.1.2.ebuild 14 Jan 2009 13:49:06 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild,v 1.1 2009/01/13 02:47:48 dberkholz Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild,v 1.2 2009/01/14 13:49:06 remi Exp $
56
57 # Must be before x-modular eclass is inherited
58 #SNAPSHOT="yes"
59 @@ -9,21 +9,8 @@
60
61 DESCRIPTION="simple text editor for X"
62 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
63 -IUSE="xprint"
64 -RDEPEND="x11-libs/libXprintUtil
65 - x11-libs/libXaw
66 - xprint? ( x11-libs/libXprintUtil )"
67 +IUSE=""
68 +RDEPEND="x11-libs/libXaw"
69 DEPEND="${RDEPEND}"
70
71 -CONFIGURE_OPTIONS="$(use_enable xprint)"
72 -
73 -pkg_setup() {
74 - if use xprint && ! built_with_use x11-libs/libXaw xprint; then
75 - die "Build x11-libs/libXaw with USE=xprint."
76 - fi
77 -}
78 -
79 -#src_compile() {
80 -# x-modular_src_configure
81 -# emake -j1 || die "emake failed"
82 -#}
83 +CONFIGURE_OPTIONS="--disable-xprint"