diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:04:15 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:04:15 +0000 |
commit | e54c388b46863103287f9757a3fd993dd032ca00 (patch) | |
tree | 52443f89b675be33cedbf345c75a0ed4a71ec494 /x11-libs/libxcb | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-e54c388b46863103287f9757a3fd993dd032ca00.tar.gz gentoo-2-e54c388b46863103287f9757a3fd993dd032ca00.tar.bz2 gentoo-2-e54c388b46863103287f9757a3fd993dd032ca00.zip |
rm
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.1.ebuild | 35 |
2 files changed, 5 insertions, 37 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index 11922a63d2e4..5275e1bb7d07 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # 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.51 2009/12/15 19:52:48 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.52 2010/01/23 21:04:15 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -libxcb-1.1.ebuild: + rm 15 Dec 2009; Brent Baude <ranger@gentoo.org> libxcb-1.4-r1.ebuild: Marking libxcb-1.4-r1 ppc64 stable for bug 294958 diff --git a/x11-libs/libxcb/libxcb-1.1.ebuild b/x11-libs/libxcb/libxcb-1.1.ebuild deleted file mode 100644 index a682ea7e9776..000000000000 --- a/x11-libs/libxcb/libxcb-1.1.ebuild +++ /dev/null @@ -1,35 +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.ebuild,v 1.12 2009/12/14 10:13:44 remi 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" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="doc" -RDEPEND="x11-libs/libXau - x11-libs/libXdmcp - dev-libs/libpthread-stubs" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - dev-libs/libxslt - ~x11-proto/xcb-proto-${PV}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable doc build-docs)" -} - -pkg_postinst() { - x-modular_pkg_postinst - - elog "libxcb-1.1 adds 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)." -} |