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 01B7E138239 for ; Mon, 30 Dec 2019 11:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08258E0A64; Mon, 30 Dec 2019 11:59:03 +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 E0B9BE0A64 for ; Mon, 30 Dec 2019 11:59:02 +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 F12B634DC78 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 389B42B 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: <1577707067.bc4400f35b6424f8a4ea318fbc05543a3463d2ef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy/pypy-7.2.0.ebuild virtual/pypy/pypy-7.3.0_rc1.ebuild X-VCS-Directories: virtual/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc4400f35b6424f8a4ea318fbc05543a3463d2ef 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: 50b95e13-42c4-42cd-81e0-813331775812 X-Archives-Hash: 28cfce00bc39ef5e16b2a49f3c21fb88 commit: bc4400f35b6424f8a4ea318fbc05543a3463d2ef Author: Michał Górny gentoo org> AuthorDate: Mon Dec 30 11:01:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 30 11:57:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4400f3 virtual/pypy: Remove old Signed-off-by: Michał Górny gentoo.org> virtual/pypy/pypy-7.2.0.ebuild | 17 ----------------- virtual/pypy/pypy-7.3.0_rc1.ebuild | 16 ---------------- 2 files changed, 33 deletions(-) diff --git a/virtual/pypy/pypy-7.2.0.ebuild b/virtual/pypy/pypy-7.2.0.ebuild deleted file mode 100644 index 76abaa12420..00000000000 --- a/virtual/pypy/pypy-7.2.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A virtual for PyPy Python implementation" -# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' -# pypy 7.0.0: install directory changed to 'pypy2.7' -SLOT="0/41-py27" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm ncurses sqlite tk" - -RDEPEND=" - || ( - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] - >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] - )" diff --git a/virtual/pypy/pypy-7.3.0_rc1.ebuild b/virtual/pypy/pypy-7.3.0_rc1.ebuild deleted file mode 100644 index fccd6826ff2..00000000000 --- a/virtual/pypy/pypy-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 PyPy Python implementation" -# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' -SLOT="0/73" -KEYWORDS="" -IUSE="bzip2 gdbm ncurses sqlite tk" - -RDEPEND=" - || ( - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] - >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] - )"