Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libffi/
Date: Sun, 29 Mar 2020 08:57:54
Message-Id: 1585472261.15d341f8e3f1b114cd4640c156d362ac39a07b9e.slyfox@gentoo
1 commit: 15d341f8e3f1b114cd4640c156d362ac39a07b9e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 08:56:00 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 08:57:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d341f8
7
8 virtual/libffi: drop old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 virtual/libffi/libffi-3.0.13-r1.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/virtual/libffi/libffi-3.0.13-r1.ebuild b/virtual/libffi/libffi-3.0.13-r1.ebuild
17 deleted file mode 100644
18 index b7c3123e0c4..00000000000
19 --- a/virtual/libffi/libffi-3.0.13-r1.ebuild
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -# The purpose of this ebuild is to provide quick fallback if and when we need to
26 -# switch back to internal copy of libffi from sys-devel/gcc.
27 -
28 -EAPI=5
29 -
30 -inherit multilib-build
31 -
32 -DESCRIPTION="A virtual for the Foreign Function Interface implementation"
33 -SLOT="0"
34 -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"
35 -
36 -RDEPEND=">=dev-libs/libffi-3.0.13-r1[${MULTILIB_USEDEP}]"