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/xcb-proto: xcb-proto-1.7.ebuild ChangeLog
Date: Wed, 11 Jan 2012 20:35:03
Message-Id: 20120111203451.69F682004B@flycatcher.gentoo.org
1 mattst88 12/01/11 20:34:51
2
3 Modified: ChangeLog
4 Added: xcb-proto-1.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.68 x11-proto/xcb-proto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 27 Dec 2011 21:13:20 -0000 1.67
24 +++ ChangeLog 11 Jan 2012 20:34:51 -0000 1.68
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-proto/xcb-proto
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.67 2011/12/27 21:13:20 maekke Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.68 2012/01/11 20:34:51 mattst88 Exp $
31 +
32 +*xcb-proto-1.7 (11 Jan 2012)
33 +
34 + 11 Jan 2012; Matt Turner <mattst88@g.o> +xcb-proto-1.7.ebuild:
35 + Version bump.
36
37 27 Dec 2011; Markus Meier <maekke@g.o> xcb-proto-1.6-r2.ebuild:
38 x86 stable, bug #394393
39
40
41
42 1.1 x11-proto/xcb-proto/xcb-proto-1.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcb-proto-1.7.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.ebuild,v 1.1 2012/01/11 20:34:51 mattst88 Exp $
52
53 EAPI=3
54 PYTHON_DEPEND="2:2.5"
55
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 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-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 pkg_setup() {
72 python_set_active_version 2
73 }
74
75 src_install() {
76 xorg-2_src_install
77 python_clean_installation_image
78 }
79
80 pkg_postinst() {
81 python_mod_optimize xcbgen
82 ewarn "Please rebuild both libxcb and xcb-util if you are upgrading from version 1.6"
83 }
84
85 pkg_postrm() {
86 python_mod_cleanup xcbgen
87 }