Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/ament_cmake/
Date: Tue, 21 Sep 2021 08:20:13
Message-Id: 1632211749.0a9a82ac073101b48bb74317dc7e084021ab160a.mgorny@gentoo
1 commit: 0a9a82ac073101b48bb74317dc7e084021ab160a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 08:05:10 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 08:09:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9a82ac
7
8 ros-meta/ament_cmake: Remove duplicate KEYWORDS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild | 6 ++----
13 ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild | 6 ++----
14 ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild | 6 ++----
15 ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild | 4 +---
16 ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild | 4 +---
17 ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild | 4 +---
18 ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild | 4 +---
19 ros-meta/ament_cmake/ament_cmake-9999.ebuild | 6 ++----
20 8 files changed, 12 insertions(+), 28 deletions(-)
21
22 diff --git a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild b/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild
23 index dc733c1f543..83dbb741a58 100644
24 --- a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild
25 +++ b/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 2019-2020 Gentoo Authors
28 +# Copyright 2019-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
33
34 LICENSE="Apache-2.0"
35 SLOT="0"
36 -if [ "${PV#9999}" != "${PV}" ] ; then
37 - KEYWORDS=""
38 -else
39 +if [[ "${PV#9999}" == "${PV}" ]] ; then
40 KEYWORDS="~amd64"
41 fi
42 IUSE=""
43
44 diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
45 index dc733c1f543..83dbb741a58 100644
46 --- a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
47 +++ b/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 2019-2020 Gentoo Authors
50 +# Copyright 2019-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
55
56 LICENSE="Apache-2.0"
57 SLOT="0"
58 -if [ "${PV#9999}" != "${PV}" ] ; then
59 - KEYWORDS=""
60 -else
61 +if [[ "${PV#9999}" == "${PV}" ]] ; then
62 KEYWORDS="~amd64"
63 fi
64 IUSE=""
65
66 diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild
67 index dc733c1f543..83dbb741a58 100644
68 --- a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild
69 +++ b/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 2019-2020 Gentoo Authors
72 +# Copyright 2019-2021 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=7
76 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
77
78 LICENSE="Apache-2.0"
79 SLOT="0"
80 -if [ "${PV#9999}" != "${PV}" ] ; then
81 - KEYWORDS=""
82 -else
83 +if [[ "${PV#9999}" == "${PV}" ]] ; then
84 KEYWORDS="~amd64"
85 fi
86 IUSE=""
87
88 diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
89 index cc6aa4dbc3f..83dbb741a58 100644
90 --- a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
91 +++ b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild
92 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
93
94 LICENSE="Apache-2.0"
95 SLOT="0"
96 -if [ "${PV#9999}" != "${PV}" ] ; then
97 - KEYWORDS=""
98 -else
99 +if [[ "${PV#9999}" == "${PV}" ]] ; then
100 KEYWORDS="~amd64"
101 fi
102 IUSE=""
103
104 diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
105 index cc6aa4dbc3f..83dbb741a58 100644
106 --- a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
107 +++ b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild
108 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
109
110 LICENSE="Apache-2.0"
111 SLOT="0"
112 -if [ "${PV#9999}" != "${PV}" ] ; then
113 - KEYWORDS=""
114 -else
115 +if [[ "${PV#9999}" == "${PV}" ]] ; then
116 KEYWORDS="~amd64"
117 fi
118 IUSE=""
119
120 diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
121 index cc6aa4dbc3f..83dbb741a58 100644
122 --- a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
123 +++ b/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild
124 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
125
126 LICENSE="Apache-2.0"
127 SLOT="0"
128 -if [ "${PV#9999}" != "${PV}" ] ; then
129 - KEYWORDS=""
130 -else
131 +if [[ "${PV#9999}" == "${PV}" ]] ; then
132 KEYWORDS="~amd64"
133 fi
134 IUSE=""
135
136 diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
137 index cc6aa4dbc3f..83dbb741a58 100644
138 --- a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
139 +++ b/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild
140 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
141
142 LICENSE="Apache-2.0"
143 SLOT="0"
144 -if [ "${PV#9999}" != "${PV}" ] ; then
145 - KEYWORDS=""
146 -else
147 +if [[ "${PV#9999}" == "${PV}" ]] ; then
148 KEYWORDS="~amd64"
149 fi
150 IUSE=""
151
152 diff --git a/ros-meta/ament_cmake/ament_cmake-9999.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
153 index dc733c1f543..83dbb741a58 100644
154 --- a/ros-meta/ament_cmake/ament_cmake-9999.ebuild
155 +++ b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
156 @@ -1,4 +1,4 @@
157 -# Copyright 2019-2020 Gentoo Authors
158 +# Copyright 2019-2021 Gentoo Authors
159 # Distributed under the terms of the GNU General Public License v2
160
161 EAPI=7
162 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
163
164 LICENSE="Apache-2.0"
165 SLOT="0"
166 -if [ "${PV#9999}" != "${PV}" ] ; then
167 - KEYWORDS=""
168 -else
169 +if [[ "${PV#9999}" == "${PV}" ]] ; then
170 KEYWORDS="~amd64"
171 fi
172 IUSE=""