Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8-r1.ebuild ChangeLog
Date: Mon, 25 Feb 2013 23:08:44
Message-Id: 20130225230840.D139C2171D@flycatcher.gentoo.org
1 mgorny 13/02/25 23:08:40
2
3 Modified: ChangeLog
4 Added: xcb-proto-1.8-r1.ebuild
5 Log:
6 Enable multilib.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
9
10 Revision Changes Path
11 1.95 x11-proto/xcb-proto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.95&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.95&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.94&r2=1.95
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
20 retrieving revision 1.94
21 retrieving revision 1.95
22 diff -u -r1.94 -r1.95
23 --- ChangeLog 21 Feb 2013 18:22:28 -0000 1.94
24 +++ ChangeLog 25 Feb 2013 23:08:40 -0000 1.95
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-proto/xcb-proto
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.94 2013/02/21 18:22:28 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.95 2013/02/25 23:08:40 mgorny Exp $
30 +
31 +*xcb-proto-1.8-r1 (25 Feb 2013)
32 +
33 + 25 Feb 2013; Michał Górny <mgorny@g.o> +xcb-proto-1.8-r1.ebuild:
34 + Enable multilib.
35
36 21 Feb 2013; Zac Medico <zmedico@g.o> xcb-proto-1.8.ebuild:
37 Add ~arm-linux keyword.
38
39
40
41 1.1 x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xcb-proto-1.8-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild,v 1.1 2013/02/25 23:08:40 mgorny Exp $
51
52 EAPI=5
53
54 PYTHON_DEPEND="*"
55 XORG_MULTILIB=yes
56 inherit python xorg-2
57
58 DESCRIPTION="X C-language Bindings protocol headers"
59 HOMEPAGE="http://xcb.freedesktop.org/"
60 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
61 [[ ${PV} != 9999* ]] && \
62 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
63
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 IUSE=""
66
67 RDEPEND=""
68 DEPEND="${RDEPEND}
69 dev-libs/libxml2"
70
71 src_prepare() {
72 python_clean_py-compile_files
73 xorg-2_src_prepare
74 }
75
76 pkg_postinst() {
77 python_mod_optimize xcbgen
78 ewarn "Please rebuild both libxcb and xcb-util if you are upgrading from version 1.6"
79 }
80
81 pkg_postrm() {
82 python_mod_cleanup xcbgen
83 }