sys-process/uksmd-cachyos: tree clean

This commit is contained in:
blackteahamburger 2025-02-09 23:01:54 +08:00 committed by peeweep
parent fc8b8f727e
commit 3878be0d66
5 changed files with 0 additions and 108 deletions

View File

@ -1,2 +0,0 @@
DIST uksmd-cachyos-1.2.12.tar.gz 19830 BLAKE2B 0631f24fbc56fb1d1851b6f56a2d1589c15c386b2a956093372025a664d754056ce02bd004c4a398272ee063ff064af6481c9ca9a74ab40edc85bcbb1b5fcca2 SHA512 246c190bfd200b0cfd63839eb00b31abea54547fc0b50a0b723184db10d0f3e3a4234f69b5b84f4a1226c2f96998f21540f5e92b320ae4467b8c4293ff44eace
DIST uksmd-cachyos-1.3.0.tar.gz 19882 BLAKE2B 621e0667af8a1c94544879e0b97876039a2e785dddc3a4a1fd8ff5ec4d09702ab8816736bae0cd771e9fd60f3126e3c86789847008827b2df918bb2cf9f8512d SHA512 774b2f21e9d8cd731da20d2247e67048e6ed94de49525f90ba3fd5bc1c4ce394c1e2071d0940b50d9349a7927b640284d36f7736ab1388ce62de932b7987378f

View File

@ -1,7 +0,0 @@
#!/sbin/openrc-run
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="Userspace KSM helper daemon"
command="/usr/bin/uksmd"
procname="uksmd"

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>blackteahamburger</name>
<email>blackteahamburger@outlook.com</email>
</maintainer>
<upstream>
<remote-id type="github">CachyOS/uksmd</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,44 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3
EAPI=8
inherit linux-info meson systemd
DESCRIPTION="Userspace KSM helper daemon (CachyOS version)"
HOMEPAGE="https://github.com/CachyOS/uksmd"
SRC_URI="https://github.com/CachyOS/uksmd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/uksmd-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="systemd"
DEPEND="
sys-libs/libcap-ng
>=sys-process/procps-4:=
systemd? ( sys-apps/systemd:= )
"
RDEPEND="
${DEPEND}
!sys-process/uksmd
"
CONFIG_CHECK="~KSM"
src_configure() {
local emesonargs=(
$(meson_feature systemd)
)
meson_src_configure
}
src_install() {
meson_src_install
newinitd "${FILESDIR}/uksmd.init" uksmd
use systemd && systemd_dounit uksmd.service
}

View File

@ -1,44 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3
EAPI=8
inherit linux-info meson systemd
DESCRIPTION="Userspace KSM helper daemon (CachyOS version)"
HOMEPAGE="https://github.com/CachyOS/uksmd"
SRC_URI="https://github.com/CachyOS/uksmd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/uksmd-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="systemd"
DEPEND="
sys-libs/libcap-ng
>=sys-process/procps-4.0.5:=
systemd? ( sys-apps/systemd:= )
"
RDEPEND="
${DEPEND}
!sys-process/uksmd
"
CONFIG_CHECK="~KSM"
src_configure() {
local emesonargs=(
$(meson_feature systemd)
)
meson_src_configure
}
src_install() {
meson_src_install
newinitd "${FILESDIR}/uksmd.init" uksmd
use systemd && systemd_dounit uksmd.service
}