summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-09-11 14:09:14 +0000
committerRémi Cardona <remi@gentoo.org>2009-09-11 14:09:14 +0000
commit833b0c71f82a03beb754a6f881b1f2c6b21a0faa (patch)
tree76403cea1167fd220aed7c1fa310d9135eb0c0f8 /x11-libs/libxcb
parentVersion bump, contains a core bugfix and corrects AS2->AS4 conversions. (diff)
downloadgentoo-2-833b0c71f82a03beb754a6f881b1f2c6b21a0faa.tar.gz
gentoo-2-833b0c71f82a03beb754a6f881b1f2c6b21a0faa.tar.bz2
gentoo-2-833b0c71f82a03beb754a6f881b1f2c6b21a0faa.zip
x11-libs/libxcb: drop old ebuilds
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r--x11-libs/libxcb/ChangeLog5
-rw-r--r--x11-libs/libxcb/libxcb-1.3.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog
index 38c3efdc8161..a031f193029f 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.34 2009/08/18 16:58:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.35 2009/09/11 14:09:14 remi Exp $
+
+ 11 Sep 2009; Rémi Cardona <remi@gentoo.org> -libxcb-1.3.ebuild:
+ drop old ebuilds
18 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> libxcb-1.4.ebuild:
Fix unrecognized options: --disable-xselinux.
diff --git a/x11-libs/libxcb/libxcb-1.3.ebuild b/x11-libs/libxcb/libxcb-1.3.ebuild
deleted file mode 100644
index 877209df17b1..000000000000
--- a/x11-libs/libxcb/libxcb-1.3.ebuild
+++ /dev/null
@@ -1,47 +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.3.ebuild,v 1.1 2009/06/07 21:06:29 remi Exp $
-
-EAPI="2"
-
-# 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.5
- >=dev-lang/python-2.5[xml]"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable doc build-docs)
- $(use_enable selinux xselinux)
- --enable-xinput"
-}
-
-src_install() {
- x-modular_src_install
- dobin "${FILESDIR}"/xcb-rebuilder.sh || die
-}
-
-pkg_postinst() {
- x-modular_pkg_postinst
-
- ewarn "libxcb-1.2 removed libxcb-xlib.so. Run xcb-rebuilder.sh to rebuild"
- ewarn "packages that broke. revdep-rebuild may also work."
- ebeep 5
- epause 5
-}