Gentoo Archives: gentoo-commits

From: "Michal GArny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xwininfo: xwininfo-1.1.0-r1.ebuild ChangeLog xwininfo-1.1.0.ebuild
Date: Fri, 01 Oct 2010 20:50:45
Message-Id: 20101001205041.243E220051@flycatcher.gentoo.org
1 mgorny 10/10/01 20:50:41
2
3 Modified: ChangeLog
4 Added: xwininfo-1.1.0-r1.ebuild
5 Removed: xwininfo-1.1.0.ebuild
6 Log:
7 Drop --with-xcb-icccm as it is known to be broken (bug #339266), clean up the dependencies.
8
9 (Portage version: 2.2_rc88_p61/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.52 x11-apps/xwininfo/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.52&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.52&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?r1=1.51&r2=1.52
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v
21 retrieving revision 1.51
22 retrieving revision 1.52
23 diff -u -r1.51 -r1.52
24 --- ChangeLog 27 Sep 2010 12:59:32 -0000 1.51
25 +++ ChangeLog 1 Oct 2010 20:50:41 -0000 1.52
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-apps/xwininfo
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.51 2010/09/27 12:59:32 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.52 2010/10/01 20:50:41 mgorny Exp $
31 +
32 +*xwininfo-1.1.0-r1 (01 Oct 2010)
33 +
34 + 01 Oct 2010; Michał Górny <mgorny@g.o> -xwininfo-1.1.0.ebuild,
35 + +xwininfo-1.1.0-r1.ebuild:
36 + Drop --with-xcb-icccm as it is known to be broken (bug #339266), clean up
37 + the dependencies.
38
39 *xwininfo-1.1.0 (27 Sep 2010)
40
41
42
43
44 1.1 x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xwininfo-1.1.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild,v 1.1 2010/10/01 20:50:41 mgorny Exp $
54
55 EAPI=3
56 XORG_STATIC=no
57 inherit xorg-2
58
59 DESCRIPTION="window information utility for X"
60
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
62 IUSE=""
63
64 RDEPEND=">=x11-libs/libxcb-1.6
65 x11-libs/libX11"
66 DEPEND="${RDEPEND}
67 >=x11-proto/xproto-7.0.17"
68
69 PATCHES=( "${FILESDIR}/${PV}-build.patch" )