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-proto/xproto: ChangeLog xproto-7.0.22.ebuild
Date: Wed, 29 Jun 2011 12:47:34
Message-Id: 20110629124724.9FCA420054@flycatcher.gentoo.org
1 chithanh 11/06/29 12:47:24
2
3 Modified: ChangeLog
4 Added: xproto-7.0.22.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.125 x11-proto/xproto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.125&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.125&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?r1=1.124&r2=1.125
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v
20 retrieving revision 1.124
21 retrieving revision 1.125
22 diff -u -r1.124 -r1.125
23 --- ChangeLog 28 Jun 2011 20:08:56 -0000 1.124
24 +++ ChangeLog 29 Jun 2011 12:47:24 -0000 1.125
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-proto/xproto
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.124 2011/06/28 20:08:56 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.125 2011/06/29 12:47:24 chithanh Exp $
30 +
31 +*xproto-7.0.22 (29 Jun 2011)
32 +
33 + 29 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xproto-7.0.22.ebuild:
35 + Version bump.
36
37 28 Jun 2011; Brent Baude <ranger@g.o> xproto-7.0.21.ebuild:
38 Marking xproto-7.0.21 ppc stable for bug 363965
39
40
41
42 1.1 x11-proto/xproto/xproto-7.0.22.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.22.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.22.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xproto-7.0.22.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-proto/xproto/xproto-7.0.22.ebuild,v 1.1 2011/06/29 12:47:24 chithanh Exp $
52
53 EAPI=4
54
55 XORG_DOC=doc
56 inherit xorg-2
57
58 DESCRIPTION="X.Org xproto protocol headers"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
60 IUSE=""
61
62 RDEPEND=""
63 DEPEND="${RDEPEND}"
64
65 pkg_setup() {
66 xorg-2_pkg_setup
67
68 XORG_CONFIGURE_OPTIONS=(
69 $(use_enable doc specs)
70 $(use_with doc xmlto)
71 --without-fop
72 )
73 }