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: xproto-7.0.27.ebuild ChangeLog xproto-7.0.24.ebuild
Date: Wed, 04 Feb 2015 18:03:28
Message-Id: 20150204180323.D9BB7110C9@oystercatcher.gentoo.org
1 chithanh 15/02/04 18:03:23
2
3 Modified: ChangeLog
4 Added: xproto-7.0.27.ebuild
5 Removed: xproto-7.0.24.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
10
11 Revision Changes Path
12 1.170 x11-proto/xproto/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.170&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.170&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?r1=1.169&r2=1.170
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v
21 retrieving revision 1.169
22 retrieving revision 1.170
23 diff -u -r1.169 -r1.170
24 --- ChangeLog 8 Jun 2014 09:16:28 -0000 1.169
25 +++ ChangeLog 4 Feb 2015 18:03:23 -0000 1.170
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-proto/xproto
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.169 2014/06/08 09:16:28 ago Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.170 2015/02/04 18:03:23 chithanh Exp $
32 +
33 +*xproto-7.0.27 (04 Feb 2015)
34 +
35 + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +xproto-7.0.27.ebuild, -xproto-7.0.24.ebuild:
37 + Version bump. Remove old.
38
39 08 Jun 2014; Agostino Sarubbo <ago@g.o> xproto-7.0.25.ebuild:
40 Stable for arm, wrt bug #500368
41
42
43
44 1.1 x11-proto/xproto/xproto-7.0.27.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.27.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.27.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xproto-7.0.27.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.27.ebuild,v 1.1 2015/02/04 18:03:23 chithanh Exp $
54
55 EAPI=5
56
57 XORG_DOC=doc
58 XORG_MULTILIB=yes
59 inherit xorg-2
60
61 DESCRIPTION="X.Org xproto protocol headers"
62 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"
63 IUSE=""
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}"
67
68 src_configure() {
69 XORG_CONFIGURE_OPTIONS=(
70 $(use_enable doc specs)
71 $(use_with doc xmlto)
72 --without-fop
73 )
74 xorg-2_src_configure
75 }