diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-13 21:36:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-13 21:36:17 +0000 |
commit | a3cd0000febe44d195f41d97b345627d519b33ab (patch) | |
tree | fe3f868d57f9138e3ecbb4ef64582862be9ea29a /x11-libs/libxcb | |
parent | Version bump. (diff) | |
download | gentoo-2-a3cd0000febe44d195f41d97b345627d519b33ab.tar.gz gentoo-2-a3cd0000febe44d195f41d97b345627d519b33ab.tar.bz2 gentoo-2-a3cd0000febe44d195f41d97b345627d519b33ab.zip |
rm
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.1.90.1.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index 19bd49962582..e4549a82724f 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.47 2009/12/04 21:18:36 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.48 2009/12/13 21:36:17 scarabeus Exp $ + + 13 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -libxcb-1.1.90.1.ebuild: + rm 04 Dec 2009; Rémi Cardona <remi@gentoo.org> libxcb-1.5.ebuild: up dep on xcb-proto (fixes bug #295692) diff --git a/x11-libs/libxcb/libxcb-1.1.90.1.ebuild b/x11-libs/libxcb/libxcb-1.1.90.1.ebuild deleted file mode 100644 index 526e997db854..000000000000 --- a/x11-libs/libxcb/libxcb-1.1.90.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.90.1.ebuild,v 1.2 2009/05/04 17:06:59 ssuominen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X C-language Bindings library" -HOMEPAGE="http://xcb.freedesktop.org/" -SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -LICENSE="X11" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc selinux" -RDEPEND="x11-libs/libXau - x11-libs/libXdmcp - dev-libs/libpthread-stubs" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - dev-libs/libxslt - >=x11-proto/xcb-proto-1.2" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable doc build-docs) - $(use_enable selinux xselinux) - --enable-xinput" -} - -pkg_postinst() { - x-modular_pkg_postinst - - elog "libxcb-1.1 added the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow" - elog "broken applications to keep running instead of being aborted." - elog "Set this variable if you need to use broken packages such as Java" - elog "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local" - elog "and run env-update)." -} |