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 67CA0138334 for ; Fri, 1 Nov 2019 08:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F22E08AC; Fri, 1 Nov 2019 08:07:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07C44E08AC for ; Fri, 1 Nov 2019 08:07:20 +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 8BDFA34C639 for ; Fri, 1 Nov 2019 08:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 158D68A2 for ; Fri, 1 Nov 2019 08:07:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572595408.7fa498c8b1120355d7d6a80f4da7f013511960b5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy3/pypy3-7.1.1.ebuild X-VCS-Directories: virtual/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7fa498c8b1120355d7d6a80f4da7f013511960b5 X-VCS-Branch: master Date: Fri, 1 Nov 2019 08:07:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed877c40-1003-4978-abec-add0f5b7ae90 X-Archives-Hash: 0c5a628faad7161741f1573a2b1f313d commit: 7fa498c8b1120355d7d6a80f4da7f013511960b5 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 1 07:48:24 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 1 08:03:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa498c8 virtual/pypy3: Drop 7.1.1 Signed-off-by: Michał Górny gentoo.org> virtual/pypy3/pypy3-7.1.1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/virtual/pypy3/pypy3-7.1.1.ebuild b/virtual/pypy3/pypy3-7.1.1.ebuild deleted file mode 100644 index ae7c453cde1..00000000000 --- a/virtual/pypy3/pypy3-7.1.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A virtual for PyPy3 Python implementation" -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' -SLOT="0/71-py36" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm ncurses sqlite tk" - -RDEPEND=" - || ( - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] - )"