From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EB5F138350 for ; Sat, 21 Mar 2020 19:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D4D5E0B67; Sat, 21 Mar 2020 19:06:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30DD1E0B67 for ; Sat, 21 Mar 2020 19:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F194434F114 for ; Sat, 21 Mar 2020 19:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 863BA18E for ; Sat, 21 Mar 2020 19:06:13 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1584817568.63ca3b61577a7ba98b6313fdfc19e9515579dbda.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/numad/numad-0.5-r1.ebuild sys-process/numad/numad-0.5-r2.ebuild sys-process/numad/numad-0.5.ebuild X-VCS-Directories: sys-process/numad/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 63ca3b61577a7ba98b6313fdfc19e9515579dbda X-VCS-Branch: master Date: Sat, 21 Mar 2020 19:06:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ce5524e-a3cc-4f15-b633-adf96b4ee789 X-Archives-Hash: 1a6ef96b877401d2f13fab491771ef72 commit: 63ca3b61577a7ba98b6313fdfc19e9515579dbda Author: Mikle Kolyada gentoo org> AuthorDate: Sat Mar 21 19:05:37 2020 +0000 Commit: Mikle Kolyada gentoo 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 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 -}