diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-09-17 22:54:34 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-09-17 22:54:34 +0000 |
commit | 8046159c4b64539c9a37e6b1f02eed7b76b5ca10 (patch) | |
tree | eb66797df859350cf10ce4ce8e50c33f43ae8b93 /x11-libs/xcb-util | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-8046159c4b64539c9a37e6b1f02eed7b76b5ca10.tar.gz gentoo-2-8046159c4b64539c9a37e6b1f02eed7b76b5ca10.tar.bz2 gentoo-2-8046159c4b64539c9a37e6b1f02eed7b76b5ca10.zip |
Version bumped.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 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.0.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index 1c066f657a04..4436cdb6d278 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.24 2008/08/09 16:03:58 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.25 2008/09/17 22:54:34 matsuu Exp $ + +*xcb-util-0.3.0 (17 Sep 2008) + + 17 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> +xcb-util-0.3.0.ebuild: + Version bumped. *xcb-util-0.2.1 (09 Aug 2008) diff --git a/x11-libs/xcb-util/xcb-util-0.3.0.ebuild b/x11-libs/xcb-util/xcb-util-0.3.0.ebuild new file mode 100644 index 000000000000..6b0eb38eac7d --- /dev/null +++ b/x11-libs/xcb-util/xcb-util-0.3.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 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.0.ebuild,v 1.1 2008/09/17 22:54:34 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 ~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 +} |