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 ACDF4138239 for ; Mon, 30 Dec 2019 11:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6988E0A5A; Mon, 30 Dec 2019 11:59:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A4A55E0A5A for ; Mon, 30 Dec 2019 11:59:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A6E8234D285 for ; Mon, 30 Dec 2019 11:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BCC87A for ; Mon, 30 Dec 2019 11:59:00 +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: <1577707068.5e27bbf5df7ce9fa9b6dd8c461e0f6c76a02f872.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy3/pypy3-7.2.0.ebuild virtual/pypy3/pypy3-7.3.0_rc1.ebuild X-VCS-Directories: virtual/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5e27bbf5df7ce9fa9b6dd8c461e0f6c76a02f872 X-VCS-Branch: master Date: Mon, 30 Dec 2019 11:59:00 +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: ecf92200-1c36-428c-9688-8f2b81a5e2a1 X-Archives-Hash: 79cbd0e701b53b3744c756fa09643c83 commit: 5e27bbf5df7ce9fa9b6dd8c461e0f6c76a02f872 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 30 11:02:13 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 30 11:57:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e27bbf5 virtual/pypy3: Remove old Signed-off-by: Michał Górny gentoo.org> virtual/pypy3/pypy3-7.2.0.ebuild | 16 ---------------- virtual/pypy3/pypy3-7.3.0_rc1.ebuild | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/virtual/pypy3/pypy3-7.2.0.ebuild b/virtual/pypy3/pypy3-7.2.0.ebuild deleted file mode 100644 index 7f21db04c90..00000000000 --- a/virtual/pypy3/pypy3-7.2.0.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/72-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?] - )" diff --git a/virtual/pypy3/pypy3-7.3.0_rc1.ebuild b/virtual/pypy3/pypy3-7.3.0_rc1.ebuild deleted file mode 100644 index 5ade1d6b178..00000000000 --- a/virtual/pypy3/pypy3-7.3.0_rc1.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/pypy36-pp73" -KEYWORDS="" -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?] - )"