diff options
author | 2008-08-09 16:03:58 +0000 | |
---|---|---|
committer | 2008-08-09 16:03:58 +0000 | |
commit | 946ee245c95c4c604f7e57e96cfdb8600cc8377d (patch) | |
tree | 05460eda1b7d518480ebc4f462624ce7de4d42ea /x11-libs/xcb-util | |
parent | Marked ~hppa too. (diff) | |
download | gentoo-2-946ee245c95c4c604f7e57e96cfdb8600cc8377d.tar.gz gentoo-2-946ee245c95c4c604f7e57e96cfdb8600cc8377d.tar.bz2 gentoo-2-946ee245c95c4c604f7e57e96cfdb8600cc8377d.zip |
Version bumped, bug #234276.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r-- | x11-libs/xcb-util/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.2.1.ebuild | 33 |
2 files changed, 40 insertions, 2 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index 5409edcefee3..1c066f657a04 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.23 2007/06/24 06:04:09 kumba Exp $ +# 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 $ + +*xcb-util-0.2.1 (09 Aug 2008) + + 09 Aug 2008; MATSUU Takuto <matsuu@gentoo.org> +xcb-util-0.2.1.ebuild: + Version bumped, bug #234276. 24 Jun 2007; Joshua Kinard <kumba@gentoo.org> xcb-util-0.2.ebuild: Stable on mips, per #175465. diff --git a/x11-libs/xcb-util/xcb-util-0.2.1.ebuild b/x11-libs/xcb-util/xcb-util-0.2.1.ebuild new file mode 100644 index 000000000000..3cc223c73207 --- /dev/null +++ b/x11-libs/xcb-util/xcb-util-0.2.1.ebuild @@ -0,0 +1,33 @@ +# 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.2.1.ebuild,v 1.1 2008/08/09 16:03:58 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 + 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.2." + einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly" + einfo "recommended." + epause 5 +} |