Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xwininfo: xwininfo-1.1.2.ebuild ChangeLog xwininfo-1.1.1.ebuild
Date: Sun, 25 Sep 2011 23:05:18
Message-Id: 20110925230508.3AD4720036@flycatcher.gentoo.org
1 mattst88 11/09/25 23:05:08
2
3 Modified: xwininfo-1.1.2.ebuild ChangeLog
4 xwininfo-1.1.1.ebuild
5 Log:
6 Move libX11 from RDEPEND to DEPEND. It's not linked against, and xwininfo only needs a single header from libX11.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 x11-apps/xwininfo/xwininfo-1.1.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild?r1=1.5&r2=1.6
16
17 Index: xwininfo-1.1.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- xwininfo-1.1.2.ebuild 21 Sep 2011 00:34:43 -0000 1.5
24 +++ xwininfo-1.1.2.ebuild 25 Sep 2011 23:05:07 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild,v 1.5 2011/09/21 00:34:43 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild,v 1.6 2011/09/25 23:05:07 mattst88 Exp $
30
31 EAPI=4
32
33 @@ -11,9 +11,9 @@
34 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"
35 IUSE=""
36
37 -RDEPEND=">=x11-libs/libxcb-1.6
38 - x11-libs/libX11"
39 +RDEPEND=">=x11-libs/libxcb-1.6"
40 DEPEND="${RDEPEND}
41 + x11-libs/libX11
42 >=x11-proto/xproto-7.0.17"
43
44 pkg_setup() {
45
46
47
48 1.67 x11-apps/xwininfo/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.67&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?rev=1.67&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/ChangeLog?r1=1.66&r2=1.67
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v
57 retrieving revision 1.66
58 retrieving revision 1.67
59 diff -u -r1.66 -r1.67
60 --- ChangeLog 21 Sep 2011 00:34:43 -0000 1.66
61 +++ ChangeLog 25 Sep 2011 23:05:07 -0000 1.67
62 @@ -1,6 +1,11 @@
63 # ChangeLog for x11-apps/xwininfo
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.66 2011/09/21 00:34:43 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.67 2011/09/25 23:05:07 mattst88 Exp $
67 +
68 + 25 Sep 2011; Matt Turner <mattst88@g.o> xwininfo-1.1.1.ebuild,
69 + xwininfo-1.1.2.ebuild:
70 + Move libX11 from RDEPEND to DEPEND. It's not linked against, and xwininfo
71 + only needs a single header from libX11.
72
73 21 Sep 2011; Jeroen Roovers <jer@g.o> xwininfo-1.1.2.ebuild:
74 Stable for HPPA (bug #380421).
75
76
77
78 1.11 x11-apps/xwininfo/xwininfo-1.1.1.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild?rev=1.11&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild?rev=1.11&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild?r1=1.10&r2=1.11
83
84 Index: xwininfo-1.1.1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild,v
87 retrieving revision 1.10
88 retrieving revision 1.11
89 diff -u -r1.10 -r1.11
90 --- xwininfo-1.1.1.ebuild 15 Jun 2011 11:46:32 -0000 1.10
91 +++ xwininfo-1.1.1.ebuild 25 Sep 2011 23:05:08 -0000 1.11
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2011 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild,v 1.10 2011/06/15 11:46:32 mduft Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild,v 1.11 2011/09/25 23:05:08 mattst88 Exp $
97
98 EAPI=3
99
100 @@ -11,9 +11,9 @@
101 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"
102 IUSE=""
103
104 -RDEPEND=">=x11-libs/libxcb-1.6
105 - x11-libs/libX11"
106 +RDEPEND=">=x11-libs/libxcb-1.6"
107 DEPEND="${RDEPEND}
108 + x11-libs/libX11
109 >=x11-proto/xproto-7.0.17"
110
111 pkg_setup() {