From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 008F0139694 for ; Thu, 4 May 2017 16:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBDFFE0C78; Thu, 4 May 2017 16:38:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 993E4E0C78 for ; Thu, 4 May 2017 16:38:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A4513416BD for ; Thu, 4 May 2017 16:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C6607436 for ; Thu, 4 May 2017 16:38:41 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1493915915.6b3e0584645b1947d2e3db95fd15fd4799aed6e6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xpyb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xpyb/xpyb-1.3.1-r2.ebuild X-VCS-Directories: x11-libs/xpyb/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6b3e0584645b1947d2e3db95fd15fd4799aed6e6 X-VCS-Branch: master Date: Thu, 4 May 2017 16:38:41 +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: 3c0252b6-7de1-43d8-9516-634cb682f4c4 X-Archives-Hash: 2a1b8ef403aac97caf73c7dd3c4615f6 commit: 6b3e0584645b1947d2e3db95fd15fd4799aed6e6 Author: Lars Wendler gentoo org> AuthorDate: Thu May 4 16:38:35 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 4 16:38:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3e0584 x11-libs/xpyb: Removed old. Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-libs/xpyb/xpyb-1.3.1-r2.ebuild | 47 -------------------------------------- 1 file changed, 47 deletions(-) diff --git a/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild deleted file mode 100644 index 5f34f21b552..00000000000 --- a/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -AUTOTOOLS_AUTORECONF=1 - -inherit flag-o-matic xorg-2 python-r1 - -#EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb" -SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" -DESCRIPTION="XCB-based Python bindings for the X Window System" -HOMEPAGE="https://xcb.freedesktop.org/" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="selinux" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=">=x11-libs/libxcb-1.7 - >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}] -