Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/
Date: Fri, 14 May 2021 22:14:16
Message-Id: 1621030427.7221a6089139b057119fbea948a65542fb52ed71.soap@gentoo
1 commit: 7221a6089139b057119fbea948a65542fb52ed71
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 22:13:47 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 22:13:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7221a608
7
8 sys-process/numactl: drop 2.0.12, 2.0.13
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-process/numactl/Manifest | 2 -
13 sys-process/numactl/numactl-2.0.12.ebuild | 70 -------------------------------
14 sys-process/numactl/numactl-2.0.13.ebuild | 70 -------------------------------
15 3 files changed, 142 deletions(-)
16
17 diff --git a/sys-process/numactl/Manifest b/sys-process/numactl/Manifest
18 index fdd5d49a0d1..693f91b0dcd 100644
19 --- a/sys-process/numactl/Manifest
20 +++ b/sys-process/numactl/Manifest
21 @@ -1,3 +1 @@
22 -DIST numactl-2.0.12.tar.gz 423020 BLAKE2B 39d33612591df805715c51280bf34b8328ba6fc49bdaf9dd3bd67e076f9d319c9622ef72766c12e319f4be27ee9ec7f5ecb054a6e8c7c3cf568a69aea624d511 SHA512 316b10f50e6eee4cee9cf191f19381ec4a61980354eec3f9fe43fef21465bee28a82adeb9c235d4877e82950ccd14c9473b79fd1e2f5a7f598ec2fac230780ff
23 -DIST numactl-2.0.13.tar.gz 438096 BLAKE2B f615fafdb366930c6cdee1e4ef3d1e1d5e21f8f1c09aa904c0ebfa56972a99144991c6907127ef35794ca19d711e41b54488c5bfaeca8a0149ab9697d8c1ef75 SHA512 f7b747eb8f3ded9f3661cb0fc7b65b5ed490677f881f8fe6a000baf714747515853b4e5c8781b014241180bf16e9f0bfdf2c6f758725e34b4938696ba496b72a
24 DIST numactl-2.0.14.tar.gz 439000 BLAKE2B 5f2abe25061ac29ecad8a6b24fe800d72c3538d9a155358f4b329ed1140053c7dbd93f01891904f76db94ed01113a34b4ebcbbf40e4060caf747958785ac9590 SHA512 28b95985d6b2f26c5f6f15fe235224c998c86f534adf5fdaa355a292cf2fd65515c91ba2a76c899d552d439b18ea1209a1712bd6755f8ee3a442f3935993b2e6
25
26 diff --git a/sys-process/numactl/numactl-2.0.12.ebuild b/sys-process/numactl/numactl-2.0.12.ebuild
27 deleted file mode 100644
28 index a30a1fccb02..00000000000
29 --- a/sys-process/numactl/numactl-2.0.12.ebuild
30 +++ /dev/null
31 @@ -1,70 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools flag-o-matic multilib-minimal
38 -
39 -DESCRIPTION="Utilities and libraries for NUMA systems"
40 -HOMEPAGE="https://github.com/numactl/numactl"
41 -if [[ "${PV}" == 9999 ]] ; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://github.com/numactl/numactl.git"
44 -else
45 - SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
46 - # ARM lacks the __NR_migrate_pages syscall.
47 - KEYWORDS="amd64 -arm arm64 ~ia64 ~mips ppc ppc64 x86 ~amd64-linux"
48 -fi
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -IUSE="static-libs"
53 -
54 -PATCHES=(
55 - "${FILESDIR}"/${PN}-2.0.10-numademo-cflags.patch #540856
56 -)
57 -
58 -src_prepare() {
59 - default
60 -
61 - # lto not supported yet
62 - # gcc-9 with -flto leads to link failures: #692254
63 - filter-flags -flto*
64 -
65 - eautoreconf
66 - # We need to copy the sources or else tests will fail
67 - multilib_copy_sources
68 -}
69 -
70 -multilib_src_configure() {
71 - ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
72 -}
73 -
74 -multilib_src_compile() {
75 - multilib_is_native_abi && default || emake libnuma.la
76 -}
77 -
78 -multilib_src_test() {
79 - if multilib_is_native_abi ; then
80 - if [ -d /sys/devices/system/node ]; then
81 - einfo "The only generically safe test is regress2."
82 - einfo "The other test cases require 2 NUMA nodes."
83 - emake regress2
84 - else
85 - ewarn "You do not have baseline NUMA support in your kernel, skipping tests."
86 - fi
87 - fi
88 -}
89 -
90 -multilib_src_install() {
91 - emake DESTDIR="${D}" \
92 - install$(multilib_is_native_abi || echo "-libLTLIBRARIES install-includeHEADERS")
93 - find "${ED%/}"/usr/ -name libnuma.la -delete || die
94 -}
95 -
96 -multilib_src_install_all() {
97 - local DOCS=( README.md )
98 - einstalldocs
99 - # delete man pages provided by the man-pages package #238805
100 - rm -r "${ED%/}"/usr/share/man/man[25] || die
101 -}
102
103 diff --git a/sys-process/numactl/numactl-2.0.13.ebuild b/sys-process/numactl/numactl-2.0.13.ebuild
104 deleted file mode 100644
105 index 9be815b2c36..00000000000
106 --- a/sys-process/numactl/numactl-2.0.13.ebuild
107 +++ /dev/null
108 @@ -1,70 +0,0 @@
109 -# Copyright 1999-2021 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=7
113 -
114 -inherit autotools flag-o-matic multilib-minimal
115 -
116 -DESCRIPTION="Utilities and libraries for NUMA systems"
117 -HOMEPAGE="https://github.com/numactl/numactl"
118 -if [[ "${PV}" == 9999 ]] ; then
119 - inherit git-r3
120 - EGIT_REPO_URI="https://github.com/numactl/numactl.git"
121 -else
122 - SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
123 - # ARM lacks the __NR_migrate_pages syscall.
124 - KEYWORDS="~amd64 -arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
125 -fi
126 -
127 -LICENSE="GPL-2"
128 -SLOT="0"
129 -IUSE="static-libs"
130 -
131 -PATCHES=(
132 - "${FILESDIR}"/${PN}-2.0.10-numademo-cflags.patch #540856
133 -)
134 -
135 -src_prepare() {
136 - default
137 -
138 - # lto not supported yet
139 - # gcc-9 with -flto leads to link failures: #692254
140 - filter-flags -flto*
141 -
142 - eautoreconf
143 - # We need to copy the sources or else tests will fail
144 - multilib_copy_sources
145 -}
146 -
147 -multilib_src_configure() {
148 - ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
149 -}
150 -
151 -multilib_src_compile() {
152 - multilib_is_native_abi && default || emake libnuma.la
153 -}
154 -
155 -multilib_src_test() {
156 - if multilib_is_native_abi ; then
157 - if [[ -d /sys/devices/system/node ]] ; then
158 - einfo "The only generically safe test is regress2."
159 - einfo "The other test cases require 2 NUMA nodes."
160 - emake regress2
161 - else
162 - ewarn "You do not have baseline NUMA support in your kernel, skipping tests."
163 - fi
164 - fi
165 -}
166 -
167 -multilib_src_install() {
168 - emake DESTDIR="${D}" \
169 - install$(multilib_is_native_abi || echo "-libLTLIBRARIES install-includeHEADERS")
170 - find "${ED}"/usr/ -type f -name libnuma.la -delete || die
171 -}
172 -
173 -multilib_src_install_all() {
174 - local DOCS=( README.md )
175 - einstalldocs
176 - # delete man pages provided by the man-pages package #238805
177 - rm -r "${ED}"/usr/share/man/man[25] || die
178 -}