summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-07-14 08:29:58 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-07-14 08:29:58 +0300
commit98bc598ef9d0ec33b78e25f72e0176232d130127 (patch)
treea3c98fdd99ceddc5d545f7dc8cbb60e47d28f60a /sys-process
parentsys-process/uksmd: patch out automagic dep for systemd (diff)
downloadgentoo-98bc598ef9d0ec33b78e25f72e0176232d130127.tar.gz
gentoo-98bc598ef9d0ec33b78e25f72e0176232d130127.tar.bz2
gentoo-98bc598ef9d0ec33b78e25f72e0176232d130127.zip
sys-process/uksmd: drop 0_pre20220705
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/uksmd/uksmd-0_pre20220705.ebuild30
1 files changed, 0 insertions, 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
-}