From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C394F138A1F for ; Sun, 26 Jan 2014 19:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCA40E0B18; Sun, 26 Jan 2014 19:10:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58A93E0B18 for ; Sun, 26 Jan 2014 19:10:30 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75A7D33F6CB for ; Sun, 26 Jan 2014 19:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8B91718852 for ; Sun, 26 Jan 2014 19:10:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1390763478.3fffab480de0d7b8e63d399e1db0f8ba3a329ae1.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-proto/xcb-proto/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-proto/xcb-proto/xcb-proto-1.10.ebuild X-VCS-Directories: x11-proto/xcb-proto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3fffab480de0d7b8e63d399e1db0f8ba3a329ae1 X-VCS-Branch: master Date: Sun, 26 Jan 2014 19:10:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70bf9c8f-0a63-40b2-b21c-55c138b8961b X-Archives-Hash: 413c6663f1a3975566aae3bdf30f77a1 commit: 3fffab480de0d7b8e63d399e1db0f8ba3a329ae1 Author: Matt Turner gmail com> AuthorDate: Sun Jan 26 19:11:18 2014 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 26 19:11:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3fffab48 x11-proto/xcb-proto: Move 1.10 to the tree. --- x11-proto/xcb-proto/xcb-proto-1.10.ebuild | 49 ------------------------------- 1 file changed, 49 deletions(-) diff --git a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild deleted file mode 100644 index 32f6a40..0000000 --- a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -XORG_MULTILIB=yes - -inherit python-r1 xorg-2 - -DESCRIPTION="X C-language Bindings protocol headers" -HOMEPAGE="http://xcb.freedesktop.org/" -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto" -[[ ${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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - dev-libs/libxml2" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_configure() { - python_export_best - xorg-2_src_configure - #Note: multilib is not supported with python, therefore use only one ABI - python_parallel_foreach_impl autotools-utils_src_configure -} - -src_compile() { - xorg-2_src_compile - - python_foreach_impl autotools-utils_src_compile -C xcbgen \ - top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}" -} - -src_install() { - xorg-2_src_install - - python_foreach_impl autotools-utils_src_install -C xcbgen \ - top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}" - - sed -i -e '/pythondir/s:=.*$:=/dev/null:' \ - "${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die -}