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 3E3091388C1 for ; Fri, 20 Nov 2015 11:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C086C21C005; Fri, 20 Nov 2015 11:29:35 +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 3C7C521C005 for ; Fri, 20 Nov 2015 11:29:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13A08340A61 for ; Fri, 20 Nov 2015 11:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B0841004 for ; Fri, 20 Nov 2015 11:29:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448018961.287d5b342f83ab5e29f75a030631a82b77c887ca.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-cffi/metadata.xml virtual/python-cffi/python-cffi-0.ebuild X-VCS-Directories: virtual/python-cffi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 287d5b342f83ab5e29f75a030631a82b77c887ca X-VCS-Branch: master Date: Fri, 20 Nov 2015 11:29:31 +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: 8be7af5b-83f1-4726-91af-6b7500a5bbcd X-Archives-Hash: 6cdf5c140076d8c34824d53e5a13d4ab commit: 287d5b342f83ab5e29f75a030631a82b77c887ca Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 20 08:20:22 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 20 11:29:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287d5b34 Drop virtual cffi virtual doesn't work, as packages need to rebuilt on bump of dev-python/cffi Signed-off-by: Justin Lecher gentoo.org> virtual/python-cffi/metadata.xml | 8 -------- virtual/python-cffi/python-cffi-0.ebuild | 25 ------------------------- 2 files changed, 33 deletions(-) diff --git a/virtual/python-cffi/metadata.xml b/virtual/python-cffi/metadata.xml deleted file mode 100644 index 6c90e34..0000000 --- a/virtual/python-cffi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - python - - jlec@gentoo.org - - diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild deleted file mode 100644 index 261af87..0000000 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) - -inherit python-r1 - -DESCRIPTION="A Virtual for Python foreign function interface" -HOMEPAGE="" -SRC_URI="" - -SLOT="0" -LICENSE="" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/cffi' 'python*')" -DEPEND=""