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 C390C1382C5 for ; Fri, 27 Apr 2018 06:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55216E0998; Fri, 27 Apr 2018 06:34: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 339EEE0998 for ; Fri, 27 Apr 2018 06:34: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 ADEEE335C7D for ; Fri, 27 Apr 2018 06:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C6212A0 for ; Fri, 27 Apr 2018 06:34:38 +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: <1524810872.26c755f1e9788c426191d99d09647bb0f74e4f5e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy/pypy-6.0.0.ebuild X-VCS-Directories: virtual/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 26c755f1e9788c426191d99d09647bb0f74e4f5e X-VCS-Branch: master Date: Fri, 27 Apr 2018 06:34:38 +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: 0aad6b6c-c6c7-4a38-83f5-291b29103af2 X-Archives-Hash: 86727e3b7ac80d5733ca7f0bee89bb30 commit: 26c755f1e9788c426191d99d09647bb0f74e4f5e Author: Michał Górny gentoo org> AuthorDate: Fri Apr 27 06:13:06 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 27 06:34:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c755f1 virtual/pypy: Bump to 6.0.0 virtual/pypy/pypy-6.0.0.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/pypy/pypy-6.0.0.ebuild b/virtual/pypy/pypy-6.0.0.ebuild new file mode 100644 index 00000000000..2220b64c972 --- /dev/null +++ b/virtual/pypy/pypy-6.0.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 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?] + )"