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/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
Date: Tue, 21 May 2013 12:03:28
Message-Id: 20130521120323.448B92171D@flycatcher.gentoo.org
1 chithanh 13/05/21 12:03:22
2
3 Modified: ChangeLog
4 Added: xdpyinfo-1.3.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.79 x11-apps/xdpyinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 11 Jun 2012 12:58:14 -0000 1.78
24 +++ ChangeLog 21 May 2013 12:03:22 -0000 1.79
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/xdpyinfo
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.78 2012/06/11 12:58:14 scarabeus Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.79 2013/05/21 12:03:22 chithanh Exp $
31 +
32 +*xdpyinfo-1.3.1 (21 May 2013)
33 +
34 + 21 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +xdpyinfo-1.3.1.ebuild:
36 + Version bump.
37
38 *xdpyinfo-1.3.0-r1 (11 Jun 2012)
39
40 @@ -289,4 +295,3 @@
41 08 Aug 2005; Donnie Berkholz <spyderous@g.o>;
42 +xdpyinfo-0.99.0.ebuild:
43 Initial commit for modular X.
44 -
45
46
47
48 1.1 x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: xdpyinfo-1.3.1.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.1 2013/05/21 12:03:22 chithanh Exp $
58
59 EAPI=5
60 inherit xorg-2
61
62 DESCRIPTION="Display information utility for X"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
64 IUSE="dga dmx xinerama"
65
66 RDEPEND="
67 x11-libs/libX11
68 x11-libs/libXcomposite
69 x11-libs/libXext
70 x11-libs/libXi
71 x11-libs/libXrender
72 x11-libs/libXtst
73 x11-libs/libXxf86vm
74 x11-libs/libxcb
75 dga? ( x11-libs/libXxf86dga )
76 dmx? ( x11-libs/libdmx )
77 xinerama? ( x11-libs/libXinerama )
78 "
79 DEPEND="${RDEPEND}
80 x11-proto/compositeproto
81 x11-proto/inputproto
82 x11-proto/kbproto
83 x11-proto/renderproto
84 x11-proto/xf86vidmodeproto
85 x11-proto/xextproto
86 x11-proto/xproto
87 dga? ( x11-proto/xf86dgaproto )
88 dmx? ( x11-proto/dmxproto )
89 xinerama? ( x11-proto/xineramaproto )
90 "
91
92 pkg_setup() {
93 XORG_CONFIGURE_OPTIONS=(
94 "--without-xf86misc"
95 $(use_with dga)
96 $(use_with dmx)
97 $(use_with xinerama)
98 )
99
100 }