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 CDE4C158011 for ; Thu, 14 Jul 2022 06:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 668D1E0839; Thu, 14 Jul 2022 06:10:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7E34AE0D39 for ; Thu, 14 Jul 2022 05:30:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 60F2B341113 for ; Thu, 14 Jul 2022 05:30:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B516053B for ; Thu, 14 Jul 2022 05:30:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1657776598.98bc598ef9d0ec33b78e25f72e0176232d130127.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/uksmd/uksmd-0_pre20220705.ebuild X-VCS-Directories: sys-process/uksmd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 98bc598ef9d0ec33b78e25f72e0176232d130127 X-VCS-Branch: master Date: Thu, 14 Jul 2022 05:30: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: 97b2c69d-246f-4887-9e75-c83202298f72 X-Archives-Hash: 2031577e37de3d68d226731297599c22 commit: 98bc598ef9d0ec33b78e25f72e0176232d130127 Author: Joonas Niilola gentoo org> AuthorDate: Thu Jul 14 05:29:58 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jul 14 05:29:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bc598e sys-process/uksmd: drop 0_pre20220705 Signed-off-by: Joonas Niilola gentoo.org> sys-process/uksmd/uksmd-0_pre20220705.ebuild | 30 ---------------------------- 1 file changed, 30 deletions(-) diff --git a/sys-process/uksmd/uksmd-0_pre20220705.ebuild b/sys-process/uksmd/uksmd-0_pre20220705.ebuild deleted file mode 100644 index aaf2918acc1f..000000000000 --- a/sys-process/uksmd/uksmd-0_pre20220705.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-info meson - -MY_COMMIT="f10f38e3adcaf6175e6c4c1846cad72ae9ab2cf2" - -DESCRIPTION="Userspace KSM helper daemon" -HOMEPAGE="https://codeberg.org/pf-kernel/uksmd" -SRC_URI="https://codeberg.org/pf-kernel/uksmd/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-libs/libcap-ng - sys-process/procps:=" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="~KSM" - -S="${WORKDIR}/uksmd" - -src_install() { - meson_src_install - - newinitd "${FILESDIR}/uksmd.init" uksmd -}