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 6D324139694 for ; Fri, 9 Jun 2017 23:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3FBCE0DC2; Fri, 9 Jun 2017 23:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E9FCE0DC2 for ; Fri, 9 Jun 2017 23:10:16 +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 33A56341857 for ; Fri, 9 Jun 2017 23:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F766747D for ; Fri, 9 Jun 2017 23:10:01 +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: <1497049790.8eb47926437db6813f234d603907cb9a9708aca4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy/pypy-5.8.0.ebuild X-VCS-Directories: virtual/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8eb47926437db6813f234d603907cb9a9708aca4 X-VCS-Branch: master Date: Fri, 9 Jun 2017 23:10:01 +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: 7d01535b-007b-4681-ac17-c4b5704b9f0f X-Archives-Hash: fc7ff523db19f410170e277e0735cfab commit: 8eb47926437db6813f234d603907cb9a9708aca4 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 9 22:51:09 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 9 23:09:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb47926 virtual/pypy: Bump to 5.8.0 virtual/pypy/pypy-5.8.0.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/pypy/pypy-5.8.0.ebuild b/virtual/pypy/pypy-5.8.0.ebuild new file mode 100644 index 00000000000..fd13aeec7bb --- /dev/null +++ b/virtual/pypy/pypy-5.8.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A virtual for PyPy Python implementation" +# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' +SLOT="0/41" +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?] + )"