Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: profiles/updates/, sys-apps/ndctl/
Date: Thu, 23 Dec 2021 16:29:23
Message-Id: 1640276944.5bd9f53d813a197133fc17af15d656449bc20cce.epsilon-0@gentoo
1 commit: 5bd9f53d813a197133fc17af15d656449bc20cce
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Dec 23 16:24:42 2021 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Dec 23 16:29:04 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5bd9f53d
7
8 sys-apps/ndctl: is now in ::gentoo
9
10 moved to sys-block/ndctl
11
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 profiles/updates/4Q-2021 | 1 +
15 sys-apps/ndctl/metadata.xml | 12 --------
16 sys-apps/ndctl/ndctl-70.1.ebuild | 60 ----------------------------------------
17 sys-apps/ndctl/ndctl-71.1.ebuild | 60 ----------------------------------------
18 sys-apps/ndctl/ndctl-71.ebuild | 60 ----------------------------------------
19 sys-apps/ndctl/ndctl-9999.ebuild | 60 ----------------------------------------
20 6 files changed, 1 insertion(+), 252 deletions(-)
21
22 diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
23 new file mode 100644
24 index 000000000..63c17f4be
25 --- /dev/null
26 +++ b/profiles/updates/4Q-2021
27 @@ -0,0 +1 @@
28 +move sys-apps/ndctl sys-block/ndctl
29
30 diff --git a/sys-apps/ndctl/metadata.xml b/sys-apps/ndctl/metadata.xml
31 deleted file mode 100644
32 index e97c4322a..000000000
33 --- a/sys-apps/ndctl/metadata.xml
34 +++ /dev/null
35 @@ -1,12 +0,0 @@
36 -<?xml version="1.0" encoding="UTF-8"?>
37 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 -<pkgmetadata>
39 - <maintainer type="person">
40 - <email>gentoo@×××××.cc</email>
41 - <name>Aisha Tammy</name>
42 - </maintainer>
43 - <maintainer type="project">
44 - <email>sci@g.o</email>
45 - <name>Gentoo Science Project</name>
46 - </maintainer>
47 -</pkgmetadata>
48
49 diff --git a/sys-apps/ndctl/ndctl-70.1.ebuild b/sys-apps/ndctl/ndctl-70.1.ebuild
50 deleted file mode 100644
51 index 60cc559bf..000000000
52 --- a/sys-apps/ndctl/ndctl-70.1.ebuild
53 +++ /dev/null
54 @@ -1,60 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=7
59 -
60 -inherit autotools bash-completion-r1 linux-info systemd
61 -
62 -DESCRIPTION="utility for managing the nvdimm sub-system in the linux kernel"
63 -HOMEPAGE="https://pmem.io"
64 -
65 -if [[ ${PV} == 9999 ]]; then
66 - inherit git-r3
67 - EGIT_REPO_URI="https://github.com/pmem/ndctl"
68 -else
69 - SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
70 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
71 -fi
72 -
73 -LICENSE="LGPL-2.1"
74 -SLOT="0"
75 -RESTRICT="test"
76 -
77 -RDEPEND="
78 - dev-libs/json-c
79 - sys-apps/keyutils
80 - sys-apps/kmod
81 - sys-apps/util-linux
82 - virtual/udev
83 -"
84 -DEPEND="${RDEPEND}"
85 -BDEPEND="
86 - app-text/asciidoc
87 - app-text/xmlto
88 - virtual/pkgconfig
89 -"
90 -
91 -CONFIG_CHECK="~BLK_DEV_RAM_DAX ~FS_DAX ~X86_PMEM_LEGACY ~LIBNVDIMM ~BLK_DEV_PMEM \
92 -~ARCH_HAS_PMEM_API ~TRANSPARENT_HUGEPAGE ~MEMORY_HOTPLUG ~MEMORY_HOTREMOVE \
93 -~ZONE_DEVICE ~FS_DAX_PMD"
94 -
95 -src_prepare() {
96 - "${S}"/git-version-gen
97 - default
98 - eautoreconf
99 -}
100 -
101 -src_configure() {
102 - econf \
103 - --disable-asciidoctor \
104 - --without-bash \
105 - --without-systemd \
106 - --with-keyutils
107 -}
108 -
109 -src_install() {
110 - emake DESTDIR="${D}" install
111 -
112 - dobashcomp contrib/${PN}
113 - systemd_dounit ${PN}/ndctl-monitor.service
114 -}
115
116 diff --git a/sys-apps/ndctl/ndctl-71.1.ebuild b/sys-apps/ndctl/ndctl-71.1.ebuild
117 deleted file mode 100644
118 index 60cc559bf..000000000
119 --- a/sys-apps/ndctl/ndctl-71.1.ebuild
120 +++ /dev/null
121 @@ -1,60 +0,0 @@
122 -# Copyright 1999-2020 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=7
126 -
127 -inherit autotools bash-completion-r1 linux-info systemd
128 -
129 -DESCRIPTION="utility for managing the nvdimm sub-system in the linux kernel"
130 -HOMEPAGE="https://pmem.io"
131 -
132 -if [[ ${PV} == 9999 ]]; then
133 - inherit git-r3
134 - EGIT_REPO_URI="https://github.com/pmem/ndctl"
135 -else
136 - SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
137 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
138 -fi
139 -
140 -LICENSE="LGPL-2.1"
141 -SLOT="0"
142 -RESTRICT="test"
143 -
144 -RDEPEND="
145 - dev-libs/json-c
146 - sys-apps/keyutils
147 - sys-apps/kmod
148 - sys-apps/util-linux
149 - virtual/udev
150 -"
151 -DEPEND="${RDEPEND}"
152 -BDEPEND="
153 - app-text/asciidoc
154 - app-text/xmlto
155 - virtual/pkgconfig
156 -"
157 -
158 -CONFIG_CHECK="~BLK_DEV_RAM_DAX ~FS_DAX ~X86_PMEM_LEGACY ~LIBNVDIMM ~BLK_DEV_PMEM \
159 -~ARCH_HAS_PMEM_API ~TRANSPARENT_HUGEPAGE ~MEMORY_HOTPLUG ~MEMORY_HOTREMOVE \
160 -~ZONE_DEVICE ~FS_DAX_PMD"
161 -
162 -src_prepare() {
163 - "${S}"/git-version-gen
164 - default
165 - eautoreconf
166 -}
167 -
168 -src_configure() {
169 - econf \
170 - --disable-asciidoctor \
171 - --without-bash \
172 - --without-systemd \
173 - --with-keyutils
174 -}
175 -
176 -src_install() {
177 - emake DESTDIR="${D}" install
178 -
179 - dobashcomp contrib/${PN}
180 - systemd_dounit ${PN}/ndctl-monitor.service
181 -}
182
183 diff --git a/sys-apps/ndctl/ndctl-71.ebuild b/sys-apps/ndctl/ndctl-71.ebuild
184 deleted file mode 100644
185 index 60cc559bf..000000000
186 --- a/sys-apps/ndctl/ndctl-71.ebuild
187 +++ /dev/null
188 @@ -1,60 +0,0 @@
189 -# Copyright 1999-2020 Gentoo Authors
190 -# Distributed under the terms of the GNU General Public License v2
191 -
192 -EAPI=7
193 -
194 -inherit autotools bash-completion-r1 linux-info systemd
195 -
196 -DESCRIPTION="utility for managing the nvdimm sub-system in the linux kernel"
197 -HOMEPAGE="https://pmem.io"
198 -
199 -if [[ ${PV} == 9999 ]]; then
200 - inherit git-r3
201 - EGIT_REPO_URI="https://github.com/pmem/ndctl"
202 -else
203 - SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
204 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
205 -fi
206 -
207 -LICENSE="LGPL-2.1"
208 -SLOT="0"
209 -RESTRICT="test"
210 -
211 -RDEPEND="
212 - dev-libs/json-c
213 - sys-apps/keyutils
214 - sys-apps/kmod
215 - sys-apps/util-linux
216 - virtual/udev
217 -"
218 -DEPEND="${RDEPEND}"
219 -BDEPEND="
220 - app-text/asciidoc
221 - app-text/xmlto
222 - virtual/pkgconfig
223 -"
224 -
225 -CONFIG_CHECK="~BLK_DEV_RAM_DAX ~FS_DAX ~X86_PMEM_LEGACY ~LIBNVDIMM ~BLK_DEV_PMEM \
226 -~ARCH_HAS_PMEM_API ~TRANSPARENT_HUGEPAGE ~MEMORY_HOTPLUG ~MEMORY_HOTREMOVE \
227 -~ZONE_DEVICE ~FS_DAX_PMD"
228 -
229 -src_prepare() {
230 - "${S}"/git-version-gen
231 - default
232 - eautoreconf
233 -}
234 -
235 -src_configure() {
236 - econf \
237 - --disable-asciidoctor \
238 - --without-bash \
239 - --without-systemd \
240 - --with-keyutils
241 -}
242 -
243 -src_install() {
244 - emake DESTDIR="${D}" install
245 -
246 - dobashcomp contrib/${PN}
247 - systemd_dounit ${PN}/ndctl-monitor.service
248 -}
249
250 diff --git a/sys-apps/ndctl/ndctl-9999.ebuild b/sys-apps/ndctl/ndctl-9999.ebuild
251 deleted file mode 100644
252 index 60cc559bf..000000000
253 --- a/sys-apps/ndctl/ndctl-9999.ebuild
254 +++ /dev/null
255 @@ -1,60 +0,0 @@
256 -# Copyright 1999-2020 Gentoo Authors
257 -# Distributed under the terms of the GNU General Public License v2
258 -
259 -EAPI=7
260 -
261 -inherit autotools bash-completion-r1 linux-info systemd
262 -
263 -DESCRIPTION="utility for managing the nvdimm sub-system in the linux kernel"
264 -HOMEPAGE="https://pmem.io"
265 -
266 -if [[ ${PV} == 9999 ]]; then
267 - inherit git-r3
268 - EGIT_REPO_URI="https://github.com/pmem/ndctl"
269 -else
270 - SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
271 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
272 -fi
273 -
274 -LICENSE="LGPL-2.1"
275 -SLOT="0"
276 -RESTRICT="test"
277 -
278 -RDEPEND="
279 - dev-libs/json-c
280 - sys-apps/keyutils
281 - sys-apps/kmod
282 - sys-apps/util-linux
283 - virtual/udev
284 -"
285 -DEPEND="${RDEPEND}"
286 -BDEPEND="
287 - app-text/asciidoc
288 - app-text/xmlto
289 - virtual/pkgconfig
290 -"
291 -
292 -CONFIG_CHECK="~BLK_DEV_RAM_DAX ~FS_DAX ~X86_PMEM_LEGACY ~LIBNVDIMM ~BLK_DEV_PMEM \
293 -~ARCH_HAS_PMEM_API ~TRANSPARENT_HUGEPAGE ~MEMORY_HOTPLUG ~MEMORY_HOTREMOVE \
294 -~ZONE_DEVICE ~FS_DAX_PMD"
295 -
296 -src_prepare() {
297 - "${S}"/git-version-gen
298 - default
299 - eautoreconf
300 -}
301 -
302 -src_configure() {
303 - econf \
304 - --disable-asciidoctor \
305 - --without-bash \
306 - --without-systemd \
307 - --with-keyutils
308 -}
309 -
310 -src_install() {
311 - emake DESTDIR="${D}" install
312 -
313 - dobashcomp contrib/${PN}
314 - systemd_dounit ${PN}/ndctl-monitor.service
315 -}