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 DC69F1382C5 for ; Fri, 5 Jan 2018 23:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C999CE0963; Fri, 5 Jan 2018 23:19:41 +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 9E6A9E0963 for ; Fri, 5 Jan 2018 23:19:41 +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 C8A8E335C5F for ; Fri, 5 Jan 2018 23:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35FCB1B7 for ; Fri, 5 Jan 2018 23:19:37 +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: <1515194364.e227c926937f14d0fb722d133726b1d093588e3b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy3/pypy3-5.8.0-r1.ebuild X-VCS-Directories: virtual/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e227c926937f14d0fb722d133726b1d093588e3b X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:19:37 +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: 243dd0ba-a536-4395-aaf4-836327f6d8ad X-Archives-Hash: 2863bdcf4116614fc8ebc92a6c0ede30 commit: e227c926937f14d0fb722d133726b1d093588e3b Author: Michał Górny gentoo org> AuthorDate: Fri Jan 5 22:17:55 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 23:19:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e227c926 virtual/pypy3: Clean old up virtual/pypy3/pypy3-5.8.0-r1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/virtual/pypy3/pypy3-5.8.0-r1.ebuild b/virtual/pypy3/pypy3-5.8.0-r1.ebuild deleted file mode 100644 index c847a5995bd..00000000000 --- a/virtual/pypy3/pypy3-5.8.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A virtual for PyPy3 Python implementation" -# XX from pypy3-XX.so module suffix -SLOT="0/58" -KEYWORDS="~amd64 ~amd64-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?] - )"