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 92B95158004 for ; Fri, 27 Oct 2023 02:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F190E2BC0AD; Fri, 27 Oct 2023 02:59:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2BA92BC0B0 for ; Fri, 27 Oct 2023 02:59:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DD23335CB7 for ; Fri, 27 Oct 2023 02:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F0512CE for ; Fri, 27 Oct 2023 02:59:16 +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: <1698375193.32cb247dee50543786129c0041964efd55a105d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/uksmd/Manifest sys-process/uksmd/uksmd-6.5.1.ebuild X-VCS-Directories: sys-process/uksmd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32cb247dee50543786129c0041964efd55a105d9 X-VCS-Branch: master Date: Fri, 27 Oct 2023 02:59:16 +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: 787a03be-2884-405e-8f52-732fc6519bc9 X-Archives-Hash: 9ae7a42851c5e0b5f1d8471de3081f33 commit: 32cb247dee50543786129c0041964efd55a105d9 Author: Kostadin Shishmanov tutanota com> AuthorDate: Tue Oct 24 17:21:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 27 02:53:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cb247d sys-process/uksmd: add 6.5.1 Signed-off-by: Kostadin Shishmanov tutanota.com> Signed-off-by: Sam James gentoo.org> sys-process/uksmd/Manifest | 1 + sys-process/uksmd/uksmd-6.5.1.ebuild | 39 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest index 94c41369c0fd..782c20ceec32 100644 --- a/sys-process/uksmd/Manifest +++ b/sys-process/uksmd/Manifest @@ -1 +1,2 @@ DIST uksmd-6.4.1.tar.gz 16790 BLAKE2B 284302f0a77684fc00d16faf868d857adf539840ea26746dd9774a1501b3361afa58a77dd74bd40680c32a7b1baf632d60d52fae3c031d1be69c8f17e6bbf73d SHA512 ea851a75b7afd4d9c789f31ca473f2c265b0633c86e38b26ec3602dfa3e63e6bea13caca551aba08c5093332cfbb485f40cb96254c39eb083ab66d6256661dd4 +DIST uksmd-6.5.1.tar.gz 16878 BLAKE2B 12c0ed088ce189470a63ed74de02b35c994363500a04a28e2b1a8e7ad1ad3b75970cf69af939476b00b8bf1a9838591f83051dc004f2f91d74f19fd17746c37f SHA512 9be0b2f16aee16201a16fb157c5389f104dc9a818a0528cfda6c37e4e9a0d82bd9966cf654052e5f645e21db2f4f149873b07cac5451a5b377a92a5ec4b6e11e diff --git a/sys-process/uksmd/uksmd-6.5.1.ebuild b/sys-process/uksmd/uksmd-6.5.1.ebuild new file mode 100644 index 000000000000..9b4eafccdd9e --- /dev/null +++ b/sys-process/uksmd/uksmd-6.5.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info meson + +DESCRIPTION="Userspace KSM helper daemon" +HOMEPAGE="https://codeberg.org/pf-kernel/uksmd" +SRC_URI="https://codeberg.org/pf-kernel/uksmd/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN} + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="systemd" + +DEPEND=" + sys-libs/libcap-ng + >=sys-process/procps-4:= + systemd? ( sys-apps/systemd:= ) +" +RDEPEND="${DEPEND}" + +CONFIG_CHECK="~KSM" + +src_configure() { + local emesonargs=( + $(meson_feature systemd) + ) + + meson_src_configure +} + +src_install() { + meson_src_install + + newinitd "${FILESDIR}/uksmd.init" uksmd +}