Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/
Date: Mon, 14 Dec 2015 10:02:31
Message-Id: 1450087339.22612ba7a92acfa2fc3d059299e752239103161e.polynomial-c@gentoo
1 commit: 22612ba7a92acfa2fc3d059299e752239103161e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 14 10:01:53 2015 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 14 10:02:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22612ba7
7
8 sys-process/numactl: Removed old.
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-process/numactl/numactl-2.0.10-r1.ebuild | 49 ----------------------------
14 sys-process/numactl/numactl-2.0.10.ebuild | 39 ----------------------
15 2 files changed, 88 deletions(-)
16
17 diff --git a/sys-process/numactl/numactl-2.0.10-r1.ebuild b/sys-process/numactl/numactl-2.0.10-r1.ebuild
18 deleted file mode 100644
19 index d01149b..0000000
20 --- a/sys-process/numactl/numactl-2.0.10-r1.ebuild
21 +++ /dev/null
22 @@ -1,49 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=5
28 -
29 -inherit autotools eutils toolchain-funcs multilib-minimal
30 -
31 -DESCRIPTION="Utilities and libraries for NUMA systems"
32 -HOMEPAGE="http://oss.sgi.com/projects/libnuma/"
33 -SRC_URI="ftp://oss.sgi.com/www/projects/libnuma/download/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -# ARM lacks the __NR_migrate_pages syscall.
38 -KEYWORDS="~amd64 -arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
39 -IUSE=""
40 -
41 -ECONF_SOURCE=${S}
42 -
43 -src_prepare() {
44 - eautoreconf
45 - epatch "${FILESDIR}"/${PN}-2.0.8-cpuid-pic.patch #456238
46 -}
47 -
48 -src_test() {
49 - if [ -d /sys/devices/system/node ]; then
50 - einfo "The only generically safe test is regress2."
51 - einfo "The other test cases require 2 NUMA nodes."
52 - emake regress2
53 - else
54 - ewarn "You do not have baseline NUMA support in your kernel, skipping tests."
55 - fi
56 -}
57 -
58 -multilib_src_compile() {
59 - multilib_is_native_abi && default || emake libnuma.la
60 -}
61 -
62 -multilib_src_install() {
63 - emake DESTDIR="${D}" install$(multilib_is_native_abi || echo "-libLTLIBRARIES install-includeHEADERS")
64 -}
65 -
66 -multilib_src_install_all() {
67 - DOCS=( README TODO CHANGES DESIGN )
68 - einstalldocs
69 - # delete man pages provided by the man-pages package #238805
70 - rm -r "${ED}"/usr/share/man/man[25] || die
71 -}
72
73 diff --git a/sys-process/numactl/numactl-2.0.10.ebuild b/sys-process/numactl/numactl-2.0.10.ebuild
74 deleted file mode 100644
75 index 395a453..0000000
76 --- a/sys-process/numactl/numactl-2.0.10.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2014 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=5
84 -
85 -inherit autotools eutils toolchain-funcs multilib
86 -
87 -DESCRIPTION="Utilities and libraries for NUMA systems"
88 -HOMEPAGE="http://oss.sgi.com/projects/libnuma/"
89 -SRC_URI="ftp://oss.sgi.com/www/projects/libnuma/download/${P}.tar.gz"
90 -
91 -LICENSE="GPL-2"
92 -SLOT="0"
93 -# ARM lacks the __NR_migrate_pages syscall.
94 -KEYWORDS="~amd64 -arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
95 -IUSE=""
96 -
97 -src_prepare() {
98 - eautoreconf
99 - epatch "${FILESDIR}"/${PN}-2.0.8-cpuid-pic.patch #456238
100 -}
101 -
102 -src_test() {
103 - if [ -d /sys/devices/system/node ]; then
104 - einfo "The only generically safe test is regress2."
105 - einfo "The other test cases require 2 NUMA nodes."
106 - emake regress2
107 - else
108 - ewarn "You do not have baseline NUMA support in your kernel, skipping tests."
109 - fi
110 -}
111 -
112 -src_install() {
113 - DOCS=( README TODO CHANGES DESIGN )
114 - default
115 - # delete man pages provided by the man-pages package #238805
116 - rm -r "${ED}"/usr/share/man/man[25] || die
117 -}