summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-03-04 16:01:28 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-03-04 16:01:28 +0000
commit32ef46029b38ec0e64fb7159119e102a466ad329 (patch)
tree9599c77be0277aba5cbd6d5001fd00584243e390 /x11-libs
parentVersion bump with layman sync support. (diff)
downloadgentoo-2-32ef46029b38ec0e64fb7159119e102a466ad329.tar.gz
gentoo-2-32ef46029b38ec0e64fb7159119e102a466ad329.tar.bz2
gentoo-2-32ef46029b38ec0e64fb7159119e102a466ad329.zip
Version bump from upstream.
The libraries built by this packages have changed names since the last version, so this update caused quite a lot of link breakage on my system. 'revdep-rebuild' fixed it up nicely. (Portage version: 2.1.2.1)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/xcb-util/ChangeLog12
-rw-r--r--x11-libs/xcb-util/files/digest-xcb-util-0.23
-rw-r--r--x11-libs/xcb-util/xcb-util-0.2.ebuild30
3 files changed, 44 insertions, 1 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog
index 67c6c1d79145..3284b9d45f4e 100644
--- a/x11-libs/xcb-util/ChangeLog
+++ b/x11-libs/xcb-util/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for x11-libs/xcb-util
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.10 2007/01/16 02:49:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.11 2007/03/04 16:01:28 joshuabaergen Exp $
+
+*xcb-util-0.2 (04 Mar 2007)
+
+ 04 Mar 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xcb-util-0.2.ebuild:
+ Version bump from upstream.
+
+ The libraries built by this packages have changed names since the last
+ version, so this update caused quite a lot of link breakage on my system.
+ 'revdep-rebuild' fixed it up nicely.
16 Jan 2007; Jeroen Roovers <jer@gentoo.org>
xcb-util-0.1_p20061216.ebuild:
diff --git a/x11-libs/xcb-util/files/digest-xcb-util-0.2 b/x11-libs/xcb-util/files/digest-xcb-util-0.2
new file mode 100644
index 000000000000..631ed080f5fe
--- /dev/null
+++ b/x11-libs/xcb-util/files/digest-xcb-util-0.2
@@ -0,0 +1,3 @@
+MD5 b09bdebad50638709de22d8eb2dc3bf5 xcb-util-0.2.tar.bz2 255781
+RMD160 30534cc349bbc3a1bfea3d7abf672ad55e763415 xcb-util-0.2.tar.bz2 255781
+SHA256 a0d6a15ac4dcbcea832f2f9b2dbcf575b02cf69aa92f0ba90bd35b61cd75b01a xcb-util-0.2.tar.bz2 255781
diff --git a/x11-libs/xcb-util/xcb-util-0.2.ebuild b/x11-libs/xcb-util/xcb-util-0.2.ebuild
new file mode 100644
index 000000000000..5afe10f96224
--- /dev/null
+++ b/x11-libs/xcb-util/xcb-util-0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.2.ebuild,v 1.1 2007/03/04 16:01:28 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X C-language Bindings sample implementations"
+SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
+
+LICENSE="X11"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND=">=x11-libs/libxcb-1"
+DEPEND="${RDEPEND}
+ dev-util/gperf
+ x11-proto/xproto"
+
+pkg_postinst() {
+ x-modular_pkg_postinst
+
+ echo
+ ewarn "Library names have changed since earlier versions of xcb-util;"
+ ewarn "you must rebuild packages that have linked against <xcb-util-0.2."
+ einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly"
+ einfo "recommended."
+ epause 5
+}