Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xwininfo: xwininfo-1.1.2.ebuild ChangeLog
Date: Fri, 01 Jul 2011 23:53:57
Message-Id: 20110701235348.5567D2004B@flycatcher.gentoo.org
1 chithanh 11/07/01 23:53:48
2
3 Modified: ChangeLog
4 Added: xwininfo-1.1.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.62 x11-apps/xwininfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 15 Jun 2011 11:46:32 -0000 1.61
24 +++ ChangeLog 1 Jul 2011 23:53:48 -0000 1.62
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/xwininfo
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.61 2011/06/15 11:46:32 mduft Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.62 2011/07/01 23:53:48 chithanh Exp $
30 +
31 +*xwininfo-1.1.2 (01 Jul 2011)
32 +
33 + 01 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xwininfo-1.1.2.ebuild:
35 + Version bump.
36
37 14 Jun 2011; Markus Duft <mduft@g.o> xwininfo-1.1.1.ebuild:
38 fixed build for interix with broken iconv in libc
39
40
41
42 1.1 x11-apps/xwininfo/xwininfo-1.1.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xwininfo-1.1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild,v 1.1 2011/07/01 23:53:48 chithanh Exp $
52
53 EAPI=4
54
55 inherit xorg-2 flag-o-matic
56
57 DESCRIPTION="window information utility for X"
58
59 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"
60 IUSE=""
61
62 RDEPEND=">=x11-libs/libxcb-1.6
63 x11-libs/libX11"
64 DEPEND="${RDEPEND}
65 >=x11-proto/xproto-7.0.17"
66
67 pkg_setup() {
68 # interix has a _very_ old iconv in libc, however, including
69 # iconv.h redefines those symbols to libiconv_*, which then
70 # are unresolved, as the configure check is old and dumb.
71 [[ ${CHOST} == *-interix* ]] &&
72 append-libs -liconv
73 }