Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xcb-util: ChangeLog xcb-util-0.3.4.ebuild
Date: Mon, 20 Apr 2009 15:11:27
Message-Id: E1Lvv9Y-0004dK-SN@stork.gentoo.org
1 matsuu 09/04/20 15:11:24
2
3 Modified: ChangeLog
4 Added: xcb-util-0.3.4.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 x11-libs/xcb-util/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xcb-util/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xcb-util/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xcb-util/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 27 Mar 2009 17:05:28 -0000 1.28
23 +++ ChangeLog 20 Apr 2009 15:11:24 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/xcb-util
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.28 2009/03/27 17:05:28 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.29 2009/04/20 15:11:24 matsuu Exp $
29 +
30 +*xcb-util-0.3.4 (20 Apr 2009)
31 +
32 + 20 Apr 2009; MATSUU Takuto <matsuu@g.o> +xcb-util-0.3.4.ebuild:
33 + Version bumped.
34
35 27 Mar 2009; Raúl Porcel <armin76@g.o> xcb-util-0.2.ebuild,
36 xcb-util-0.2.1.ebuild:
37
38
39
40 1.1 x11-libs/xcb-util/xcb-util-0.3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xcb-util-0.3.4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.4.ebuild,v 1.1 2009/04/20 15:11:24 matsuu Exp $
50
51 # Must be before x-modular eclass is inherited
52 #SNAPSHOT="yes"
53
54 inherit x-modular
55
56 DESCRIPTION="X C-language Bindings sample implementations"
57 HOMEPAGE="http://xcb.freedesktop.org/"
58 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
59
60 LICENSE="X11"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="test"
63
64 RDEPEND=">=x11-libs/libxcb-1"
65 DEPEND="${RDEPEND}
66 >=dev-util/gperf-3.0.1
67 dev-util/pkgconfig
68 x11-proto/xproto
69 test? ( >=dev-libs/check-0.9.4 )"
70
71 pkg_postinst() {
72 x-modular_pkg_postinst
73
74 echo
75 ewarn "Library names have changed since earlier versions of xcb-util;"
76 ewarn "you must rebuild packages that have linked against <xcb-util-0.3.0."
77 einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly"
78 einfo "recommended."
79 epause 5
80 }