diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-04-01 10:26:19 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-01 10:38:38 +0300 |
commit | c52cdc12d7f9a0317f8952cb24a8450383fccb41 (patch) | |
tree | fba473d5b0d183dd2be4c980def99a43864630e6 /sys-process | |
parent | sys-process/uksmd: remove dependency on pf-sources (diff) | |
download | gentoo-c52cdc12d7f9a0317f8952cb24a8450383fccb41.tar.gz gentoo-c52cdc12d7f9a0317f8952cb24a8450383fccb41.tar.bz2 gentoo-c52cdc12d7f9a0317f8952cb24a8450383fccb41.zip |
sys-process/uksmd: remove old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild b/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild deleted file mode 100644 index f7620b089938..000000000000 --- a/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info systemd - -MY_COMMIT="42f4ff8eb09011bf1a199938aa2afe23040d7faf" -MY_P="${PN}-${MY_COMMIT}" - -DESCRIPTION="Userspace KSM helper daemon" -HOMEPAGE="https://gitlab.com/post-factum/uksmd" -SRC_URI="https://gitlab.com/post-factum/uksmd/-/archive/${MY_COMMIT}/${MY_P}.tar.bz2 -> ${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-process/procps:= - sys-kernel/pf-sources:*" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="KSM" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( "${FILESDIR}/${P}-respect-cflags-ldflags.patch" ) - -src_install() { - default - einstalldocs - - newinitd "${FILESDIR}/uksmd.init" uksmd - systemd_dounit distro/uksmd.service -} |