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 E0A2A138350 for ; Mon, 23 Mar 2020 23:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19E1DE098E; Mon, 23 Mar 2020 23:58:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E346CE098E for ; Mon, 23 Mar 2020 23:58:08 +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 113DD34F03D for ; Mon, 23 Mar 2020 23:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E801B1A3 for ; Mon, 23 Mar 2020 23:58:04 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1585007865.e09970d687e4d9a89a3c5bb5b4435ffb721cafe5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libffi/libffi-3.0.10.ebuild virtual/libffi/libffi-3.0.11.ebuild X-VCS-Directories: virtual/libffi/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e09970d687e4d9a89a3c5bb5b4435ffb721cafe5 X-VCS-Branch: master Date: Mon, 23 Mar 2020 23:58:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75135688-3647-42c1-ba7a-683c55c68470 X-Archives-Hash: ae6fe51ab52c798db9cb0533caf5f947 commit: e09970d687e4d9a89a3c5bb5b4435ffb721cafe5 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Mar 23 23:44:16 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 23 23:57:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09970d6 virtual/libffi: drop old Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich gentoo.org> virtual/libffi/libffi-3.0.10.ebuild | 13 ------------- virtual/libffi/libffi-3.0.11.ebuild | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/virtual/libffi/libffi-3.0.10.ebuild b/virtual/libffi/libffi-3.0.10.ebuild deleted file mode 100644 index 8b6b8c0a81e..00000000000 --- a/virtual/libffi/libffi-3.0.10.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# The purpose of this ebuild is to provide quick fallback if and when we need to -# switch back to internal copy of libffi from sys-devel/gcc. - -EAPI=5 - -DESCRIPTION="A virtual for the Foreign Function Interface implementation" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=">=dev-libs/libffi-3.0.10" diff --git a/virtual/libffi/libffi-3.0.11.ebuild b/virtual/libffi/libffi-3.0.11.ebuild deleted file mode 100644 index 6aaa8b7d0a6..00000000000 --- a/virtual/libffi/libffi-3.0.11.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# The purpose of this ebuild is to provide quick fallback if and when we need to -# switch back to internal copy of libffi from sys-devel/gcc. - -EAPI=5 - -DESCRIPTION="A virtual for the Foreign Function Interface implementation" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=">=dev-libs/libffi-3.0.11"