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.3.ebuild ChangeLog xwininfo-1.1.1.ebuild
Date: Mon, 20 May 2013 23:43:44
Message-Id: 20130520234341.36F072171D@flycatcher.gentoo.org
1 chithanh 13/05/20 23:43:41
2
3 Modified: ChangeLog
4 Added: xwininfo-1.1.3.ebuild
5 Removed: xwininfo-1.1.1.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.72 x11-apps/xwininfo/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.72&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.72&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?r1=1.71&r2=1.72
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v
21 retrieving revision 1.71
22 retrieving revision 1.72
23 diff -u -r1.71 -r1.72
24 --- ChangeLog 16 Jun 2012 11:11:49 -0000 1.71
25 +++ ChangeLog 20 May 2013 23:43:41 -0000 1.72
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-apps/xwininfo
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.71 2012/06/16 11:11:49 grobian Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.72 2013/05/20 23:43:41 chithanh Exp $
32 +
33 +*xwininfo-1.1.3 (20 May 2013)
34 +
35 + 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +xwininfo-1.1.3.ebuild, -xwininfo-1.1.1.ebuild:
37 + Version bump.
38
39 16 Jun 2012; Fabian Groffen <grobian@g.o> xwininfo-1.1.2.ebuild:
40 Fix compilation on Solaris
41 @@ -269,4 +275,3 @@
42 08 Aug 2005; Donnie Berkholz <spyderous@g.o>;
43 +xwininfo-0.99.0.ebuild:
44 Initial commit for modular X.
45 -
46
47
48
49 1.1 x11-apps/xwininfo/xwininfo-1.1.3.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.3.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.3.ebuild?rev=1.1&content-type=text/plain
53
54 Index: xwininfo-1.1.3.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.3.ebuild,v 1.1 2013/05/20 23:43:41 chithanh Exp $
59
60 EAPI=5
61
62 inherit xorg-2 flag-o-matic
63
64 DESCRIPTION="window information utility for X"
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
67 IUSE=""
68
69 RDEPEND=">=x11-libs/libxcb-1.6"
70 DEPEND="${RDEPEND}
71 x11-libs/libX11
72 >=x11-proto/xproto-7.0.17"
73
74 pkg_setup() {
75 # interix has a _very_ old iconv in libc, however, including
76 # iconv.h redefines those symbols to libiconv_*, which then
77 # are unresolved, as the configure check is old and dumb.
78 [[ ${CHOST} == *-interix* || ${CHOST} == *-solaris* ]] &&
79 append-libs -liconv
80 }