From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B0E61384B4 for ; Fri, 27 Nov 2015 16:11:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9D6321C049; Fri, 27 Nov 2015 16:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7484121C049 for ; Fri, 27 Nov 2015 16:11:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5886C3406BF for ; Fri, 27 Nov 2015 16:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 181079A1 for ; Fri, 27 Nov 2015 16:11:20 +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: <1448640668.1e82fd63f1f8b0d85a0ead09fb4d82749078ab50.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy/pypy-2.4.0.ebuild virtual/pypy/pypy-2.5.1.ebuild X-VCS-Directories: virtual/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1e82fd63f1f8b0d85a0ead09fb4d82749078ab50 X-VCS-Branch: master Date: Fri, 27 Nov 2015 16:11:20 +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: a957ef77-8134-44cc-aa3a-55f7363a820c X-Archives-Hash: 3b11026a45a6aaf0703514209f62f199 commit: 1e82fd63f1f8b0d85a0ead09fb4d82749078ab50 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 27 16:09:01 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 27 16:11:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e82fd63 virtual/pypy: Remove old virtual/pypy/pypy-2.4.0.ebuild | 22 ---------------------- virtual/pypy/pypy-2.5.1.ebuild | 22 ---------------------- 2 files changed, 44 deletions(-) diff --git a/virtual/pypy/pypy-2.4.0.ebuild b/virtual/pypy/pypy-2.4.0.ebuild deleted file mode 100644 index d7ce6b6..0000000 --- a/virtual/pypy/pypy-2.4.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit versionator - -DESCRIPTION="A virtual for PyPy Python implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0/$(get_version_component_range 1-2 ${PV})" -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-2.5.1.ebuild b/virtual/pypy/pypy-2.5.1.ebuild deleted file mode 100644 index 3b3e346..0000000 --- a/virtual/pypy/pypy-2.5.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit versionator - -DESCRIPTION="A virtual for PyPy Python implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0/$(get_version_component_range 1-2 ${PV})" -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?] - )"