Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xproto: xproto-7.0.28.ebuild ChangeLog xproto-7.0.25.ebuild xproto-7.0.26.ebuild
Date: Thu, 02 Jul 2015 01:14:21
Message-Id: 20150702011408.4631574C@oystercatcher.gentoo.org
1 mrueg 15/07/02 01:14:08
2
3 Modified: ChangeLog
4 Added: xproto-7.0.28.ebuild
5 Removed: xproto-7.0.25.ebuild xproto-7.0.26.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.180 x11-proto/xproto/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.180&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.180&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?r1=1.179&r2=1.180
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v
21 retrieving revision 1.179
22 retrieving revision 1.180
23 diff -u -r1.179 -r1.180
24 --- ChangeLog 14 Mar 2015 13:43:35 -0000 1.179
25 +++ ChangeLog 2 Jul 2015 01:14:08 -0000 1.180
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-proto/xproto
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.179 2015/03/14 13:43:35 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.180 2015/07/02 01:14:08 mrueg Exp $
31 +
32 +*xproto-7.0.28 (02 Jul 2015)
33 +
34 + 02 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +xproto-7.0.28.ebuild,
35 + -xproto-7.0.25.ebuild, -xproto-7.0.26.ebuild:
36 + Version bump. Remove old.
37
38 14 Mar 2015; Markus Meier <maekke@g.o> xproto-7.0.27.ebuild:
39 arm stable, bug #530652
40
41
42
43 1.1 x11-proto/xproto/xproto-7.0.28.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.28.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.28.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xproto-7.0.28.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.28.ebuild,v 1.1 2015/07/02 01:14:08 mrueg Exp $
53
54 EAPI=5
55
56 XORG_DOC=doc
57 XORG_MULTILIB=yes
58 inherit xorg-2
59
60 DESCRIPTION="X.Org xproto protocol headers"
61 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
62 IUSE=""
63
64 RDEPEND=""
65 DEPEND="${RDEPEND}"
66
67 src_configure() {
68 XORG_CONFIGURE_OPTIONS=(
69 $(use_enable doc specs)
70 $(use_with doc xmlto)
71 --without-fop
72 )
73 xorg-2_src_configure
74 }