Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: xextproto-7.2.0.ebuild ChangeLog
Date: Sun, 27 Feb 2011 15:27:07
Message-Id: 20110227152658.1CB6C20054@flycatcher.gentoo.org
1 scarabeus 11/02/27 15:26:58
2
3 Modified: ChangeLog
4 Added: xextproto-7.2.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.71 x11-proto/xextproto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 14 Feb 2011 13:51:39 -0000 1.70
24 +++ ChangeLog 27 Feb 2011 15:26:57 -0000 1.71
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-proto/xextproto
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.70 2011/02/14 13:51:39 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.71 2011/02/27 15:26:57 scarabeus Exp $
30 +
31 +*xextproto-7.2.0 (27 Feb 2011)
32 +
33 + 27 Feb 2011; Tomáš Chvátal <scarabeus@g.o> +xextproto-7.2.0.ebuild:
34 + Version bump
35
36 14 Feb 2011; Kacper Kowalik <xarthisius@g.o>
37 xextproto-7.1.2.ebuild:
38
39
40
41 1.1 x11-proto/xextproto/xextproto-7.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xextproto-7.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.2.0.ebuild,v 1.1 2011/02/27 15:26:57 scarabeus Exp $
51
52 EAPI=4
53 inherit xorg-2
54
55 DESCRIPTION="X.Org XExt protocol headers"
56
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
58 IUSE="doc"
59
60 RDEPEND="!<x11-libs/libXext-1.0.99"
61 DEPEND="${RDEPEND}"
62
63 pkg_setup() {
64 xorg-2_pkg_setup
65
66 CONFIGURE_OPTIONS="
67 $(use_with doc xmlto)
68 --without-fop
69 "
70 }