diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-04-20 15:11:24 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-04-20 15:11:24 +0000 |
commit | 7bf9051ebac75803125a95822f77866a3e63c022 (patch) | |
tree | 47aedfd114db5d6275a63ec2296a2d9c39a3bddb /x11-libs/xcb-util | |
parent | Version Bump (diff) | |
download | gentoo-2-7bf9051ebac75803125a95822f77866a3e63c022.tar.gz gentoo-2-7bf9051ebac75803125a95822f77866a3e63c022.tar.bz2 gentoo-2-7bf9051ebac75803125a95822f77866a3e63c022.zip |
Version bumped.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r-- | x11-libs/xcb-util/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.3.4.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index ed5fc9e40e1a..4dfb02310253 100644 --- a/x11-libs/xcb-util/ChangeLog +++ b/x11-libs/xcb-util/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/xcb-util # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.28 2009/03/27 17:05:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.29 2009/04/20 15:11:24 matsuu Exp $ + +*xcb-util-0.3.4 (20 Apr 2009) + + 20 Apr 2009; MATSUU Takuto <matsuu@gentoo.org> +xcb-util-0.3.4.ebuild: + Version bumped. 27 Mar 2009; Raúl Porcel <armin76@gentoo.org> xcb-util-0.2.ebuild, xcb-util-0.2.1.ebuild: diff --git a/x11-libs/xcb-util/xcb-util-0.3.4.ebuild b/x11-libs/xcb-util/xcb-util-0.3.4.ebuild new file mode 100644 index 000000000000..8ee1901c1c83 --- /dev/null +++ b/x11-libs/xcb-util/xcb-util-0.3.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 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.3.4.ebuild,v 1.1 2009/04/20 15:11:24 matsuu Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X C-language Bindings sample implementations" +HOMEPAGE="http://xcb.freedesktop.org/" +SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" + +LICENSE="X11" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=">=x11-libs/libxcb-1" +DEPEND="${RDEPEND} + >=dev-util/gperf-3.0.1 + dev-util/pkgconfig + x11-proto/xproto + test? ( >=dev-libs/check-0.9.4 )" + +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.3.0." + einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly" + einfo "recommended." + epause 5 +} |