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 19993138239 for ; Sun, 29 Mar 2020 08:57:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B259E09E6; Sun, 29 Mar 2020 08:57:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CB2E6E09E6 for ; Sun, 29 Mar 2020 08:57:52 +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 E19D934FA7B for ; Sun, 29 Mar 2020 08:57:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30CB018E for ; Sun, 29 Mar 2020 08:57:50 +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: <1585472261.15d341f8e3f1b114cd4640c156d362ac39a07b9e.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.13-r1.ebuild X-VCS-Directories: virtual/libffi/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 15d341f8e3f1b114cd4640c156d362ac39a07b9e X-VCS-Branch: master Date: Sun, 29 Mar 2020 08:57:50 +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: 703000ef-c3a5-4c03-9186-6bac7ab986ef X-Archives-Hash: ecfdc541c7578c448345b0aa97cdc2a1 commit: 15d341f8e3f1b114cd4640c156d362ac39a07b9e Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 29 08:56:00 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 29 08:57:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d341f8 virtual/libffi: drop old Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> virtual/libffi/libffi-3.0.13-r1.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/virtual/libffi/libffi-3.0.13-r1.ebuild b/virtual/libffi/libffi-3.0.13-r1.ebuild deleted file mode 100644 index b7c3123e0c4..00000000000 --- a/virtual/libffi/libffi-3.0.13-r1.ebuild +++ /dev/null @@ -1,15 +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 - -inherit multilib-build - -DESCRIPTION="A virtual for the Foreign Function Interface implementation" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=">=dev-libs/libffi-3.0.13-r1[${MULTILIB_USEDEP}]"