summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r--x11-libs/libxcb/ChangeLog5
-rw-r--r--x11-libs/libxcb/libxcb-1.5.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog
index fb900864b43e..ae924da3f342 100644
--- a/x11-libs/libxcb/ChangeLog
+++ b/x11-libs/libxcb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libxcb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.70 2010/10/21 01:20:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.71 2010/10/21 14:05:27 scarabeus Exp $
+
+ 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> -libxcb-1.5.ebuild:
+ old
21 Oct 2010; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking libxcb-1.6 ppc stable for bug 239063
diff --git a/x11-libs/libxcb/libxcb-1.5.ebuild b/x11-libs/libxcb/libxcb-1.5.ebuild
deleted file mode 100644
index 274f104924b7..000000000000
--- a/x11-libs/libxcb/libxcb-1.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.5.ebuild,v 1.9 2010/08/02 18:30:51 armin76 Exp $
-
-EAPI="2"
-
-inherit x-modular
-
-DESCRIPTION="X C-language Bindings library"
-HOMEPAGE="http://xcb.freedesktop.org/"
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
-[[ ${PV} != 9999* ]] && \
- SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~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.6
- >=dev-lang/python-2.5[xml]"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable doc build-docs)
- $(use_enable selinux)
- --enable-xinput"
-}