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