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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F4100158091 for ; Mon, 20 Jun 2022 05:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05056E0BC7; Mon, 20 Jun 2022 05:04:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D700BE0BC7 for ; Mon, 20 Jun 2022 05:04:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC9853417B9 for ; Mon, 20 Jun 2022 05:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C04250B for ; Mon, 20 Jun 2022 05:04:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655701430.3c01b9085f678e46fdd499aee1a0b0a4b0e4369a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/numad/numad-9999.ebuild X-VCS-Directories: sys-process/numad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c01b9085f678e46fdd499aee1a0b0a4b0e4369a X-VCS-Branch: master Date: Mon, 20 Jun 2022 05:04:15 +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: 966a801a-1758-4d08-862c-b631856e32ee X-Archives-Hash: ddb18385a1d71fd8e7048c40b10abe98 commit: 3c01b9085f678e46fdd499aee1a0b0a4b0e4369a Author: Sam James gentoo org> AuthorDate: Mon Jun 20 03:21:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 20 05:03:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c01b908 sys-process/numad: sync live Signed-off-by: Sam James gentoo.org> sys-process/numad/numad-9999.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sys-process/numad/numad-9999.ebuild b/sys-process/numad/numad-9999.ebuild index ddf19989ed7c..61b74b22ad42 100644 --- a/sys-process/numad/numad-9999.ebuild +++ b/sys-process/numad/numad-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit linux-info systemd toolchain-funcs -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://pagure.io/numad.git" inherit git-r3 else - EGIT_COMMIT="" + EGIT_COMMIT="334278ff3d774d105939743436d7378a189e8693" SRC_URI="mirror://gentoo/numad-0.5-${EGIT_COMMIT:0:7}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~ppc64 ~s390 ~x86" S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}" @@ -20,7 +20,6 @@ HOMEPAGE="http://fedoraproject.org/wiki/Features/numad" LICENSE="LGPL-2.1" SLOT="0" -IUSE="" CONFIG_CHECK="~NUMA ~CPUSETS" @@ -34,13 +33,13 @@ src_compile() { } src_install() { - emake prefix="${ED}/usr" install + emake prefix="${ED}"/usr install - newinitd "${FILESDIR}/numad.initd" numad - newconfd "${FILESDIR}/numad.confd" numad + newinitd "${FILESDIR}"/numad.initd numad + newconfd "${FILESDIR}"/numad.confd numad insinto /etc/logrotate.d - newins "${FILESDIR}/numad.logrotated" numad + newins "${FILESDIR}"/numad.logrotated numad insinto /etc doins numad.conf