From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/
Date: Sat, 21 Mar 2020 19:06:13 +0000 (UTC) [thread overview]
Message-ID: <1584817568.63ca3b61577a7ba98b6313fdfc19e9515579dbda.zlogene@gentoo> (raw)
commit: 63ca3b61577a7ba98b6313fdfc19e9515579dbda
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 19:05:37 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 19:06:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ca3b61
sys-process/numad: Drop old
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sys-process/numad/numad-0.5-r1.ebuild | 40 -----------------------------------
sys-process/numad/numad-0.5-r2.ebuild | 39 ----------------------------------
sys-process/numad/numad-0.5.ebuild | 34 -----------------------------
3 files changed, 113 deletions(-)
diff --git a/sys-process/numad/numad-0.5-r1.ebuild b/sys-process/numad/numad-0.5-r1.ebuild
deleted file mode 100644
index 6b1dd22c7ef..00000000000
--- a/sys-process/numad/numad-0.5-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info toolchain-funcs eutils
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://pagure.io/numad.git"
- inherit git-r3
-else
- HASH="334278ff3d774d105939743436d7378a189e8693"
- SRC_URI="mirror://gentoo/numad-0.5-${HASH:0:7}.tar.bz2"
- KEYWORDS="amd64 -arm -s390 x86"
- S="${WORKDIR}/${PN}-${HASH:0:7}"
-fi
-
-DESCRIPTION="The NUMA daemon that manages application locality"
-HOMEPAGE="http://fedoraproject.org/wiki/Features/numad"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-CONFIG_CHECK="~NUMA ~CPUSETS"
-
-src_prepare() {
- EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${FILESDIR}" \
- epatch
-
- tc-export CC
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -std=gnu99"
-}
-
-src_install() {
- emake prefix="${ED}/usr" install
-}
diff --git a/sys-process/numad/numad-0.5-r2.ebuild b/sys-process/numad/numad-0.5-r2.ebuild
deleted file mode 100644
index 8f4a1088b8a..00000000000
--- a/sys-process/numad/numad-0.5-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info toolchain-funcs eutils
-
-if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="https://pagure.io/numad.git"
- inherit git-r3
-else
- HASH="334278ff3d774d105939743436d7378a189e8693"
- SRC_URI="mirror://gentoo/numad-0.5-${HASH:0:7}.tar.bz2"
- KEYWORDS="~amd64 -arm ~arm64 -s390 ~x86"
- S="${WORKDIR}/${PN}-${HASH:0:7}"
-fi
-
-DESCRIPTION="The NUMA daemon that manages application locality"
-HOMEPAGE="http://fedoraproject.org/wiki/Features/numad"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-CONFIG_CHECK="~NUMA ~CPUSETS"
-
-src_prepare() {
- epatch "${FILESDIR}"/0001-Fix-man-page-directory-creation.patch
- epatch "${FILESDIR}"/${PN}-0.5-ldlibs.patch #505760
- tc-export CC
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -std=gnu99"
-}
-
-src_install() {
- emake prefix="${ED}/usr" install
-}
diff --git a/sys-process/numad/numad-0.5.ebuild b/sys-process/numad/numad-0.5.ebuild
deleted file mode 100644
index 926c416a8be..00000000000
--- a/sys-process/numad/numad-0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit linux-info
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://pagure.io/numad.git"
- inherit git-r3
-else
- HASH="334278ff3d774d105939743436d7378a189e8693"
- SRC_URI="mirror://gentoo/numad-0.5-${HASH:0:7}.tar.bz2"
- KEYWORDS="amd64 -arm -s390 x86"
- S="${WORKDIR}/${PN}-${HASH:0:7}"
-fi
-
-DESCRIPTION="The NUMA daemon that manages application locality"
-HOMEPAGE="http://fedoraproject.org/wiki/Features/numad"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-CONFIG_CHECK="~NUMA ~CPUSETS"
-
-src_prepare() {
- EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${FILESDIR}" \
- epatch
-}
-
-src_install() {
- emake prefix="${ED}/usr" install
-}
next reply other threads:[~2020-03-21 19:06 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-21 19:06 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-05 7:18 [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/ Joonas Niilola
2024-04-29 8:05 Arthur Zamarin
2024-04-29 7:51 Jakov Smolić
2024-01-03 18:52 Arthur Zamarin
2023-03-05 0:25 Sam James
2023-03-04 11:09 Arthur Zamarin
2023-03-04 6:17 Arthur Zamarin
2023-03-04 6:00 Arthur Zamarin
2023-01-15 22:53 Georgy Yakovlev
2022-09-30 23:24 Sam James
2022-06-20 5:04 Sam James
2019-12-28 21:32 Georgy Yakovlev
2019-12-28 21:32 Georgy Yakovlev
2019-06-21 11:07 Agostino Sarubbo
2019-06-21 8:03 Agostino Sarubbo
2018-12-20 1:12 Georgy Yakovlev
2018-05-18 16:01 Mike Gilbert
2018-05-18 16:01 Mike Gilbert
2018-01-17 22:59 Michael Weber
2017-07-07 12:18 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1584817568.63ca3b61577a7ba98b6313fdfc19e9515579dbda.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox