From 0c3790478e87fe308019dbbd3c58633b8ebfb2f3 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Tue, 22 Dec 2015 17:43:55 +0100 Subject: x11-libs/xcb-util: Remove old Package-Manager: portage-2.2.26 --- x11-libs/xcb-util/Manifest | 1 - x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild | 41 ------------------------------ x11-libs/xcb-util/xcb-util-0.3.9.ebuild | 40 ----------------------------- 3 files changed, 82 deletions(-) delete mode 100644 x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild delete mode 100644 x11-libs/xcb-util/xcb-util-0.3.9.ebuild diff --git a/x11-libs/xcb-util/Manifest b/x11-libs/xcb-util/Manifest index 7b239b48e6e8..024b1ccc59c6 100644 --- a/x11-libs/xcb-util/Manifest +++ b/x11-libs/xcb-util/Manifest @@ -1,2 +1 @@ -DIST xcb-util-0.3.9.tar.bz2 287855 SHA256 c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 SHA512 3cf2e1da2c8099e66e7200e074f31d0c5913533382bceeedb663aab3ef2571533271218a17ad638db26b8ab9be41743e4665e1db8f85c85b1a42890329e1254a WHIRLPOOL 75dbd708103fc775f9bbd21f8e408a205d298389f6232b810e026a87a75580c90529a88a54d6453b79b21b7aa7c17c00473870fd7721d7337af3b262ca83a13c DIST xcb-util-0.4.0.tar.bz2 297412 SHA256 46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9 SHA512 e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e WHIRLPOOL b8aa70c9bbdbc4b1faaf93cca7b82ccd23ae1075283b6ca4e06f07add3b353f2ae04b7880551e447d5bdae2c4a9ce162339a18ba46ff14af767fd543da8d0e10 diff --git a/x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild b/x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild deleted file mode 100644 index 54108ddac60e..000000000000 --- a/x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" - -PDEPEND=" - >=x11-libs/xcb-util-image-${PV}[${MULTILIB_USEDEP}] - >=x11-libs/xcb-util-keysyms-${PV}[${MULTILIB_USEDEP}] - >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}] - >=x11-libs/xcb-util-wm-${PV}[${MULTILIB_USEDEP}] -" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_src_configure -} diff --git a/x11-libs/xcb-util/xcb-util-0.3.9.ebuild b/x11-libs/xcb-util/xcb-util-0.3.9.ebuild deleted file mode 100644 index d668edd41aad..000000000000 --- a/x11-libs/xcb-util/xcb-util-0.3.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/libxcb-1.7 - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -PDEPEND=" - >=x11-libs/xcb-util-image-${PV} - >=x11-libs/xcb-util-keysyms-${PV} - >=x11-libs/xcb-util-renderutil-0.3.8 - >=x11-libs/xcb-util-wm-${PV} -" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -} -- cgit v1.2.3-65-gdbad