Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/
Date: Wed, 06 Jan 2021 15:17:56
Message-Id: 1609946263.c6a511f719983554da1f30d6caef178f2c397ab7.grobian@gentoo
1 commit: c6a511f719983554da1f30d6caef178f2c397ab7
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:17:43 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:17:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a511f7
7
8 sci-libs/votca-tools: 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 sci-libs/votca-tools/votca-tools-1.4.1.ebuild | 4 ++--
14 sci-libs/votca-tools/votca-tools-1.4.ebuild | 4 ++--
15 sci-libs/votca-tools/votca-tools-1.5.1.ebuild | 4 ++--
16 sci-libs/votca-tools/votca-tools-1.5.ebuild | 4 ++--
17 sci-libs/votca-tools/votca-tools-1.6.1.ebuild | 4 ++--
18 sci-libs/votca-tools/votca-tools-1.6.2.ebuild | 4 ++--
19 sci-libs/votca-tools/votca-tools-1.6.3.ebuild | 4 ++--
20 sci-libs/votca-tools/votca-tools-1.6.ebuild | 4 ++--
21 sci-libs/votca-tools/votca-tools-1.6_rc1.ebuild | 4 ++--
22 sci-libs/votca-tools/votca-tools-9999.ebuild | 4 ++--
23 10 files changed, 20 insertions(+), 20 deletions(-)
24
25 diff --git a/sci-libs/votca-tools/votca-tools-1.4.1.ebuild b/sci-libs/votca-tools/votca-tools-1.4.1.ebuild
26 index 182893347bc..9a65a2be36b 100644
27 --- a/sci-libs/votca-tools/votca-tools-1.4.1.ebuild
28 +++ b/sci-libs/votca-tools/votca-tools-1.4.1.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2021 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -9,7 +9,7 @@ inherit cmake-utils eutils multilib
36
37 if [ "${PV}" != "9999" ]; then
38 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
40 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
41 S="${WORKDIR}/${P#votca-}"
42 else
43 inherit git-r3
44
45 diff --git a/sci-libs/votca-tools/votca-tools-1.4.ebuild b/sci-libs/votca-tools/votca-tools-1.4.ebuild
46 index ae9aec9e652..99c2d85be25 100644
47 --- a/sci-libs/votca-tools/votca-tools-1.4.ebuild
48 +++ b/sci-libs/votca-tools/votca-tools-1.4.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2021 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -9,7 +9,7 @@ inherit cmake-utils eutils multilib
56
57 if [ "${PV}" != "9999" ]; then
58 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59 - KEYWORDS="amd64 x86 ~amd64-linux ~x86-macos"
60 + KEYWORDS="amd64 x86 ~amd64-linux"
61 S="${WORKDIR}/${P#votca-}"
62 else
63 inherit git-r3
64
65 diff --git a/sci-libs/votca-tools/votca-tools-1.5.1.ebuild b/sci-libs/votca-tools/votca-tools-1.5.1.ebuild
66 index 62f30699294..f8cf6211bda 100644
67 --- a/sci-libs/votca-tools/votca-tools-1.5.1.ebuild
68 +++ b/sci-libs/votca-tools/votca-tools-1.5.1.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2019 Gentoo Authors
71 +# Copyright 1999-2021 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=6
75 @@ -9,7 +9,7 @@ inherit cmake-utils eutils multilib
76
77 if [ "${PV}" != "9999" ]; then
78 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
79 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
80 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
81 S="${WORKDIR}/${P#votca-}"
82 else
83 inherit git-r3
84
85 diff --git a/sci-libs/votca-tools/votca-tools-1.5.ebuild b/sci-libs/votca-tools/votca-tools-1.5.ebuild
86 index c6ba3a67b07..b6739abf4f0 100644
87 --- a/sci-libs/votca-tools/votca-tools-1.5.ebuild
88 +++ b/sci-libs/votca-tools/votca-tools-1.5.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2019 Gentoo Authors
91 +# Copyright 1999-2021 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI=6
95 @@ -9,7 +9,7 @@ inherit cmake-utils eutils multilib
96
97 if [ "${PV}" != "9999" ]; then
98 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
99 - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-macos"
100 + KEYWORDS="amd64 ~x86 ~amd64-linux"
101 S="${WORKDIR}/${P#votca-}"
102 else
103 inherit git-r3
104
105 diff --git a/sci-libs/votca-tools/votca-tools-1.6.1.ebuild b/sci-libs/votca-tools/votca-tools-1.6.1.ebuild
106 index 83b4a6d5bce..96df685f451 100644
107 --- a/sci-libs/votca-tools/votca-tools-1.6.1.ebuild
108 +++ b/sci-libs/votca-tools/votca-tools-1.6.1.ebuild
109 @@ -1,4 +1,4 @@
110 -# Copyright 1999-2020 Gentoo Authors
111 +# Copyright 1999-2021 Gentoo Authors
112 # Distributed under the terms of the GNU General Public License v2
113
114 EAPI=7
115 @@ -9,7 +9,7 @@ inherit cmake-utils eutils multilib
116
117 if [ "${PV}" != "9999" ]; then
118 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
119 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
120 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
121 S="${WORKDIR}/${P#votca-}"
122 else
123 inherit git-r3
124
125 diff --git a/sci-libs/votca-tools/votca-tools-1.6.2.ebuild b/sci-libs/votca-tools/votca-tools-1.6.2.ebuild
126 index 4c25081de7a..a636260d880 100644
127 --- a/sci-libs/votca-tools/votca-tools-1.6.2.ebuild
128 +++ b/sci-libs/votca-tools/votca-tools-1.6.2.ebuild
129 @@ -1,4 +1,4 @@
130 -# Copyright 1999-2020 Gentoo Authors
131 +# Copyright 1999-2021 Gentoo Authors
132 # Distributed under the terms of the GNU General Public License v2
133
134 EAPI=7
135 @@ -9,7 +9,7 @@ inherit cmake eutils multilib
136
137 if [ "${PV}" != "9999" ]; then
138 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
139 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
140 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
141 S="${WORKDIR}/${P#votca-}"
142 else
143 inherit git-r3
144
145 diff --git a/sci-libs/votca-tools/votca-tools-1.6.3.ebuild b/sci-libs/votca-tools/votca-tools-1.6.3.ebuild
146 index 4c25081de7a..a636260d880 100644
147 --- a/sci-libs/votca-tools/votca-tools-1.6.3.ebuild
148 +++ b/sci-libs/votca-tools/votca-tools-1.6.3.ebuild
149 @@ -1,4 +1,4 @@
150 -# Copyright 1999-2020 Gentoo Authors
151 +# Copyright 1999-2021 Gentoo Authors
152 # Distributed under the terms of the GNU General Public License v2
153
154 EAPI=7
155 @@ -9,7 +9,7 @@ inherit cmake eutils multilib
156
157 if [ "${PV}" != "9999" ]; then
158 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
159 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
160 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
161 S="${WORKDIR}/${P#votca-}"
162 else
163 inherit git-r3
164
165 diff --git a/sci-libs/votca-tools/votca-tools-1.6.ebuild b/sci-libs/votca-tools/votca-tools-1.6.ebuild
166 index 3370b1dc94b..701fb516d9b 100644
167 --- a/sci-libs/votca-tools/votca-tools-1.6.ebuild
168 +++ b/sci-libs/votca-tools/votca-tools-1.6.ebuild
169 @@ -1,4 +1,4 @@
170 -# Copyright 1999-2020 Gentoo Authors
171 +# Copyright 1999-2021 Gentoo Authors
172 # Distributed under the terms of the GNU General Public License v2
173
174 EAPI=7
175 @@ -9,7 +9,7 @@ inherit cmake-utils eutils multilib
176
177 if [ "${PV}" != "9999" ]; then
178 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
179 - KEYWORDS="amd64 x86 ~amd64-linux ~x86-macos"
180 + KEYWORDS="amd64 x86 ~amd64-linux"
181 S="${WORKDIR}/${P#votca-}"
182 else
183 inherit git-r3
184
185 diff --git a/sci-libs/votca-tools/votca-tools-1.6_rc1.ebuild b/sci-libs/votca-tools/votca-tools-1.6_rc1.ebuild
186 index 888d78eb340..cb4447833be 100644
187 --- a/sci-libs/votca-tools/votca-tools-1.6_rc1.ebuild
188 +++ b/sci-libs/votca-tools/votca-tools-1.6_rc1.ebuild
189 @@ -1,4 +1,4 @@
190 -# Copyright 1999-2020 Gentoo Authors
191 +# Copyright 1999-2021 Gentoo Authors
192 # Distributed under the terms of the GNU General Public License v2
193
194 EAPI=7
195 @@ -9,7 +9,7 @@ inherit cmake-utils eutils multilib
196
197 if [ "${PV}" != "9999" ]; then
198 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
199 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
200 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
201 S="${WORKDIR}/${P#votca-}"
202 else
203 inherit git-r3
204
205 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
206 index 4c25081de7a..a636260d880 100644
207 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild
208 +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
209 @@ -1,4 +1,4 @@
210 -# Copyright 1999-2020 Gentoo Authors
211 +# Copyright 1999-2021 Gentoo Authors
212 # Distributed under the terms of the GNU General Public License v2
213
214 EAPI=7
215 @@ -9,7 +9,7 @@ inherit cmake eutils multilib
216
217 if [ "${PV}" != "9999" ]; then
218 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
219 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
220 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
221 S="${WORKDIR}/${P#votca-}"
222 else
223 inherit git-r3