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/xdbedizzy: ChangeLog xdbedizzy-1.0.2.ebuild
Date: Thu, 30 Apr 2009 23:07:48
Message-Id: E1LzfM2-0001lx-2r@stork.gentoo.org
1 ssuominen 09/04/30 23:07:46
2
3 Modified: ChangeLog xdbedizzy-1.0.2.ebuild
4 Log:
5 Remove USE xprint since it works now, correct patch went upstream after 1.0.1. Keyword ~amd64.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 x11-apps/xdbedizzy/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdbedizzy/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdbedizzy/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdbedizzy/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 20 Dec 2007 00:03:25 -0000 1.16
22 +++ ChangeLog 30 Apr 2009 23:07:45 -0000 1.17
23 @@ -1,6 +1,11 @@
24 # ChangeLog for x11-apps/xdbedizzy
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v 1.16 2007/12/20 00:03:25 cla Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v 1.17 2009/04/30 23:07:45 ssuominen Exp $
29 +
30 + 01 May 2009; Samuli Suominen <ssuominen@g.o>
31 + xdbedizzy-1.0.2.ebuild:
32 + Remove USE xprint since it works now, correct patch went upstream after
33 + 1.0.1. Keyword ~amd64.
34
35 19 Dec 2007; Dawid Węgliński <cla@g.o> xdbedizzy-1.0.2.ebuild:
36 Stable on x86 (bug #202087)
37
38
39
40 1.4 x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild?r1=1.3&r2=1.4
45
46 Index: xdbedizzy-1.0.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- xdbedizzy-1.0.2.ebuild 13 Jan 2008 09:35:38 -0000 1.3
53 +++ xdbedizzy-1.0.2.ebuild 30 Apr 2009 23:07:46 -0000 1.4
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild,v 1.3 2008/01/13 09:35:38 vapier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild,v 1.4 2009/04/30 23:07:46 ssuominen Exp $
60
61 # Must be before x-modular eclass is inherited
62 #SNAPSHOT="yes"
63 @@ -8,15 +8,8 @@
64 inherit x-modular
65
66 DESCRIPTION="X.Org xdbedizzy application"
67 -KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
68 -
69 -# xprint support isn't optional, despite what configure says.
70 -#IUSE="xprint"
71 -RDEPEND="x11-libs/libXext
72 - x11-libs/libXprintUtil
73 - x11-libs/libXp"
74 -# xprint? ( x11-libs/libXprintUtil
75 -# x11-libs/libXp )"
76 +KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
77 +IUSE=""
78 +RDEPEND="x11-libs/libXext"
79 DEPEND="${RDEPEND}"
80 -
81 -#CONFIGURE_OPTIONS="$(use_enable xprint)"
82 +CONFIGURE_OPTIONS="--disable-xprint"