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-libs/xcb-util-wm: xcb-util-wm-0.4.0.ebuild ChangeLog
Date: Tue, 04 Feb 2014 15:28:57
Message-Id: 20140204152853.AB16B2004C@flycatcher.gentoo.org
1 chithanh 14/02/04 15:28:53
2
3 Modified: ChangeLog
4 Added: xcb-util-wm-0.4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.19 x11-libs/xcb-util-wm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 26 Aug 2012 19:15:50 -0000 1.18
24 +++ ChangeLog 4 Feb 2014 15:28:53 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/xcb-util-wm
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.18 2012/08/26 19:15:50 armin76 Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.19 2014/02/04 15:28:53 chithanh Exp $
31 +
32 +*xcb-util-wm-0.4.0 (04 Feb 2014)
33 +
34 + 04 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +xcb-util-wm-0.4.0.ebuild:
36 + Version bump.
37
38 26 Aug 2012; Raúl Porcel <armin76@g.o> xcb-util-wm-0.3.9.ebuild:
39 alpha/ia64/s390/sh/sparc stable wrt #419473
40 @@ -62,4 +68,3 @@
41 26 Apr 2011; Tomáš Chvátal <scarabeus@g.o>
42 +xcb-util-wm-0.3.8.ebuild, +metadata.xml:
43 Version bump to 0.3.8. This is first split release.
44 -
45
46
47
48 1.1 x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: xcb-util-wm-0.4.0.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild,v 1.1 2014/02/04 15:28:53 chithanh Exp $
58
59 EAPI=5
60
61 XORG_MODULE=/
62 XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist
63 XORG_DOC=doc
64 inherit xorg-2
65
66 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm"
67 EGIT_HAS_SUBMODULES=yes
68
69 DESCRIPTION="X C-language Bindings sample implementations"
70 HOMEPAGE="http://xcb.freedesktop.org/"
71
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
73 IUSE="test"
74
75 RDEPEND=">=x11-libs/xcb-util-0.3.9
76 x11-proto/xproto"
77 DEPEND="${RDEPEND}
78 >=dev-util/gperf-3.0.1
79 test? ( >=dev-libs/check-0.9.4 )"
80
81 src_configure() {
82 XORG_CONFIGURE_OPTIONS=(
83 $(use_with doc doxygen)
84 )
85 xorg-2_src_configure
86 }