summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-22 12:41:25 +0100
committerSam James <sam@gentoo.org>2023-10-22 12:41:25 +0100
commitced39ee99a94261875760000fa0761ffabd6a944 (patch)
tree394e67c4790d885d4b96bd4eeda67b056870f181 /sys-process/uksmd
parentsys-apps/hdparm: Stabilize 9.65-r1 arm64, #916091 (diff)
downloadgentoo-ced39ee99a94261875760000fa0761ffabd6a944.tar.gz
gentoo-ced39ee99a94261875760000fa0761ffabd6a944.tar.bz2
gentoo-ced39ee99a94261875760000fa0761ffabd6a944.zip
sys-process/uksmd: drop 0_pre20220705-r1
Bug: https://bugs.gentoo.org/913523 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/uksmd')
-rw-r--r--sys-process/uksmd/Manifest1
-rw-r--r--sys-process/uksmd/files/uksmd-0-remove-systemd-dep.patch32
-rw-r--r--sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild36
3 files changed, 0 insertions, 69 deletions
diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest
index 323195096417..94c41369c0fd 100644
--- a/sys-process/uksmd/Manifest
+++ b/sys-process/uksmd/Manifest
@@ -1,2 +1 @@
-DIST uksmd-0_pre20220705.tar.gz 15715 BLAKE2B f104a804cff15eb6b3a4ffd71180d67054f4e7c4ebbe10438f76aef96ca3d83740b24390183110a26691ebb832d6740765ab7ca5b7862a8d9afe09d1cacdc4d0 SHA512 a0e99e80e22e988ce98f790d5cc693a5b961e40ffa9650002c4ff39edb148b1586ded6b8321f5ea012f674ef8cbd03daca24dca557a773e23e83a373553f7ba9
DIST uksmd-6.4.1.tar.gz 16790 BLAKE2B 284302f0a77684fc00d16faf868d857adf539840ea26746dd9774a1501b3361afa58a77dd74bd40680c32a7b1baf632d60d52fae3c031d1be69c8f17e6bbf73d SHA512 ea851a75b7afd4d9c789f31ca473f2c265b0633c86e38b26ec3602dfa3e63e6bea13caca551aba08c5093332cfbb485f40cb96254c39eb083ab66d6256661dd4
diff --git a/sys-process/uksmd/files/uksmd-0-remove-systemd-dep.patch b/sys-process/uksmd/files/uksmd-0-remove-systemd-dep.patch
deleted file mode 100644
index 6940f78e4662..000000000000
--- a/sys-process/uksmd/files/uksmd-0-remove-systemd-dep.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -Naur a/meson.build b/meson.build
---- a/meson.build 2022-07-08 23:53:08.000000000 +0300
-+++ b/meson.build 2022-07-14 08:12:38.358174169 +0300
-@@ -13,28 +13,6 @@
- dependency('libcap-ng'),
- ]
-
--systemd = dependency('systemd', required: false)
--
--if systemd.found()
-- systemd_system_unit_dir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
-- unit_files = [
-- 'uksmd.service'
-- ]
--
--
-- foreach u: unit_files
-- configure_file(
-- copy: true,
-- input: u,
-- install: true,
-- install_dir: systemd_system_unit_dir,
-- output: u,
-- )
-- endforeach
--
-- project_dependencies += systemd
--endif
--
- build_args = [
- '-DPROJECT_NAME=' + meson.project_name(),
- '-DPROJECT_VERSION=' + meson.project_version(),
diff --git a/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild b/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild
deleted file mode 100644
index 0c3b180be3a5..000000000000
--- a/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info meson systemd
-
-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"
-
-# <procps-4 for bug #913523
-DEPEND="
- sys-libs/libcap-ng
- <sys-process/procps-4:=
-"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~KSM"
-
-S="${WORKDIR}/uksmd"
-
-PATCHES=( "${FILESDIR}"/uksmd-0-remove-systemd-dep.patch )
-
-src_install() {
- meson_src_install
-
- newinitd "${FILESDIR}/uksmd.init" uksmd
- systemd_dounit uksmd.service
-}