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/os-headers/
Date: Sat, 02 May 2020 17:51:45
Message-Id: 1588441880.52a2bac68b85854c79fcc96c1b34c2deb7ff174d.slyfox@gentoo
1 commit: 52a2bac68b85854c79fcc96c1b34c2deb7ff174d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 17:32:59 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 17:51:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a2bac6
7
8 virtual/os-headers: drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 virtual/os-headers/os-headers-0-r1.ebuild | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/virtual/os-headers/os-headers-0-r1.ebuild b/virtual/os-headers/os-headers-0-r1.ebuild
17 deleted file mode 100644
18 index 9f1741673e8..00000000000
19 --- a/virtual/os-headers/os-headers-0-r1.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="Virtual for operating system headers"
28 -SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~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"
30 -
31 -# depend on SLOT 0 of linux-headers, because kernel-2.eclass
32 -# sets a different SLOT for cross-building
33 -RDEPEND="
34 - !prefix-guest? (
35 - || (
36 - kernel_linux? ( sys-kernel/linux-headers:0 )
37 - kernel_Winnt? (
38 - elibc_mingw? ( dev-util/mingw64-runtime )
39 - )
40 - !prefix? ( sys-freebsd/freebsd-lib )
41 - )
42 - )
43 - prefix-guest? (
44 - !sys-kernel/linux-headers
45 - !sys-freebsd/freebsd-lib
46 - )"