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-proto/xextproto: xextproto-7.3.0.ebuild ChangeLog xextproto-7.2.99.901.ebuild
Date: Fri, 27 Dec 2013 18:36:22
Message-Id: 20131227183617.1A7F42004C@flycatcher.gentoo.org
1 mattst88 13/12/27 18:36:17
2
3 Modified: ChangeLog
4 Added: xextproto-7.3.0.ebuild
5 Removed: xextproto-7.2.99.901.ebuild
6 Log:
7 Version bump to 7.3.0.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
10
11 Revision Changes Path
12 1.101 x11-proto/xextproto/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.101&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.101&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.100&r2=1.101
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
21 retrieving revision 1.100
22 retrieving revision 1.101
23 diff -u -r1.100 -r1.101
24 --- ChangeLog 9 Nov 2013 05:23:31 -0000 1.100
25 +++ ChangeLog 27 Dec 2013 18:36:16 -0000 1.101
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-proto/xextproto
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.100 2013/11/09 05:23:31 mattst88 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.101 2013/12/27 18:36:16 mattst88 Exp $
31 +
32 +*xextproto-7.3.0 (27 Dec 2013)
33 +
34 + 27 Dec 2013; Matt Turner <mattst88@g.o> +xextproto-7.3.0.ebuild,
35 + -xextproto-7.2.99.901.ebuild:
36 + Version bump to 7.3.0.
37
38 *xextproto-7.2.99.901 (09 Nov 2013)
39
40
41
42
43 1.1 x11-proto/xextproto/xextproto-7.3.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.3.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.3.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xextproto-7.3.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.3.0.ebuild,v 1.1 2013/12/27 18:36:16 mattst88 Exp $
53
54 EAPI=5
55
56 XORG_DOC=doc
57 XORG_MULTILIB=yes
58 inherit xorg-2
59
60 DESCRIPTION="X.Org XExt protocol headers"
61
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
63 IUSE=""
64
65 RDEPEND="!<x11-libs/libXext-1.0.99"
66 DEPEND="${RDEPEND}"
67
68 pkg_setup() {
69 xorg-2_pkg_setup
70
71 XORG_CONFIGURE_OPTIONS=(
72 $(use_with doc xmlto)
73 --without-fop
74 )
75 }