Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/
Date: Wed, 06 Jan 2021 15:26:48
Message-Id: 1609946528.6436c3833508a85000f04e005c6f96a9703de4fd.grobian@gentoo
1 commit: 6436c3833508a85000f04e005c6f96a9703de4fd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:22:08 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:22:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6436c383
7
8 sys-apps/file: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-apps/file/file-5.37-r1.ebuild | 4 ++--
14 sys-apps/file/file-5.38-r1.ebuild | 4 ++--
15 sys-apps/file/file-5.39-r3.ebuild | 4 ++--
16 sys-apps/file/file-9999.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-apps/file/file-5.37-r1.ebuild b/sys-apps/file/file-5.37-r1.ebuild
20 index 32d1bb6737d..e3a04659828 100644
21 --- a/sys-apps/file/file-5.37-r1.ebuild
22 +++ b/sys-apps/file/file-5.37-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
30 inherit autotools git-r3
31 else
32 SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz"
33 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 fi
36
37 DESCRIPTION="identify a file's format by scanning binary data for patterns"
38
39 diff --git a/sys-apps/file/file-5.38-r1.ebuild b/sys-apps/file/file-5.38-r1.ebuild
40 index c64fc4a0620..7342b5b226b 100644
41 --- a/sys-apps/file/file-5.38-r1.ebuild
42 +++ b/sys-apps/file/file-5.38-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
50 inherit autotools git-r3
51 else
52 SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz"
53 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55 fi
56
57 DESCRIPTION="identify a file's format by scanning binary data for patterns"
58
59 diff --git a/sys-apps/file/file-5.39-r3.ebuild b/sys-apps/file/file-5.39-r3.ebuild
60 index 6077cee935d..bfdc70fe3da 100644
61 --- a/sys-apps/file/file-5.39-r3.ebuild
62 +++ b/sys-apps/file/file-5.39-r3.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2021 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
70 inherit autotools git-r3
71 else
72 SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz"
73 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
74 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
75 fi
76
77 DESCRIPTION="identify a file's format by scanning binary data for patterns"
78
79 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
80 index 99b7a792e84..bbd23a1287d 100644
81 --- a/sys-apps/file/file-9999.ebuild
82 +++ b/sys-apps/file/file-9999.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 +# Copyright 1999-2021 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=7
89 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
90 inherit autotools git-r3
91 else
92 SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz"
93 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
94 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
95 fi
96
97 DESCRIPTION="identify a file's format by scanning binary data for patterns"