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 DCF331396D9 for ; Sun, 15 Oct 2017 09:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B163FE0D9E; Sun, 15 Oct 2017 09:38:19 +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 86BE1E0D9E for ; Sun, 15 Oct 2017 09:38:19 +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 74BFA33BEDC for ; Sun, 15 Oct 2017 09:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2BCF31E for ; Sun, 15 Oct 2017 09:38:16 +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: <1508060284.c43faba147282433a9a623a8cd2d16547e3bff86.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy/pypy-5.6.0.ebuild virtual/pypy/pypy-5.7.1.ebuild X-VCS-Directories: virtual/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c43faba147282433a9a623a8cd2d16547e3bff86 X-VCS-Branch: master Date: Sun, 15 Oct 2017 09:38:16 +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: ae0aed19-2741-4bcc-9e93-7a2f2210e43d X-Archives-Hash: d6278b358aacc51bfad7270767a2aa36 commit: c43faba147282433a9a623a8cd2d16547e3bff86 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 15 09:10:13 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 15 09:38:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43faba1 virtual/pypy: Drop old virtual/pypy/pypy-5.6.0.ebuild | 16 ---------------- virtual/pypy/pypy-5.7.1.ebuild | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/virtual/pypy/pypy-5.6.0.ebuild b/virtual/pypy/pypy-5.6.0.ebuild deleted file mode 100644 index 3230bc1d79a..00000000000 --- a/virtual/pypy/pypy-5.6.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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?] - )" diff --git a/virtual/pypy/pypy-5.7.1.ebuild b/virtual/pypy/pypy-5.7.1.ebuild deleted file mode 100644 index fd13aeec7bb..00000000000 --- a/virtual/pypy/pypy-5.7.1.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 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?] - )"