Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Wed, 06 Jan 2021 13:26:36
Message-Id: 1609939503.05f9048fe8f755f9b99e8e7aed2c4eb9cba274cf.grobian@gentoo
1 commit: 05f9048fe8f755f9b99e8e7aed2c4eb9cba274cf
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 13:25:03 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 13:25:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f9048f
7
8 app-shells/fish: 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 app-shells/fish/fish-2.7.1.ebuild | 4 ++--
14 app-shells/fish/fish-3.0.2.ebuild | 4 ++--
15 app-shells/fish/fish-3.1.0.ebuild | 4 ++--
16 app-shells/fish/fish-3.1.2.ebuild | 2 +-
17 app-shells/fish/fish-9999.ebuild | 4 ++--
18 5 files changed, 9 insertions(+), 9 deletions(-)
19
20 diff --git a/app-shells/fish/fish-2.7.1.ebuild b/app-shells/fish/fish-2.7.1.ebuild
21 index 9b7755d9b03..8d7a938cb99 100644
22 --- a/app-shells/fish/fish-2.7.1.ebuild
23 +++ b/app-shells/fish/fish-2.7.1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/$
31 LICENSE="GPL-2"
32 SLOT="0"
33 [[ "${PV}" = *_* ]] || \
34 -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
35 +KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
36 IUSE="nls test"
37 RESTRICT="!test? ( test )"
38
39
40 diff --git a/app-shells/fish/fish-3.0.2.ebuild b/app-shells/fish/fish-3.0.2.ebuild
41 index 4fbf72a7b15..8af6d759311 100644
42 --- a/app-shells/fish/fish-3.0.2.ebuild
43 +++ b/app-shells/fish/fish-3.0.2.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 +# Copyright 1999-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then
51 EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git"
52 else
53 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz"
54 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
55 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
56 fi
57
58 LICENSE="GPL-2"
59
60 diff --git a/app-shells/fish/fish-3.1.0.ebuild b/app-shells/fish/fish-3.1.0.ebuild
61 index 77f6617e11c..546da679986 100644
62 --- a/app-shells/fish/fish-3.1.0.ebuild
63 +++ b/app-shells/fish/fish-3.1.0.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 +# Copyright 1999-2021 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=7
70 @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then
71 EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git"
72 else
73 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz"
74 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
75 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
76 fi
77
78 LICENSE="GPL-2"
79
80 diff --git a/app-shells/fish/fish-3.1.2.ebuild b/app-shells/fish/fish-3.1.2.ebuild
81 index 34fea0d0630..7282161f219 100644
82 --- a/app-shells/fish/fish-3.1.2.ebuild
83 +++ b/app-shells/fish/fish-3.1.2.ebuild
84 @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then
85 EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git"
86 else
87 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz"
88 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
89 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
90 fi
91
92 LICENSE="GPL-2"
93
94 diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild
95 index 0ba68e1c675..818ac45ef96 100644
96 --- a/app-shells/fish/fish-9999.ebuild
97 +++ b/app-shells/fish/fish-9999.ebuild
98 @@ -1,4 +1,4 @@
99 -# Copyright 1999-2020 Gentoo Authors
100 +# Copyright 1999-2021 Gentoo Authors
101 # Distributed under the terms of the GNU General Public License v2
102
103 EAPI=7
104 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then
105 EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git"
106 else
107 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz"
108 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
109 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
110 fi
111
112 LICENSE="GPL-2"