diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-11-10 09:01:31 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-11-10 09:01:59 +0200 |
commit | 494ee4ea9b84f9f713f42a3f0f7d1dd50e7d6573 (patch) | |
tree | f33723a4a9ec9594e666f203e611bd8001e71b43 /sys-process | |
parent | x11-terms/terminology: drop 1.9.0 (diff) | |
download | gentoo-494ee4ea9b84f9f713f42a3f0f7d1dd50e7d6573.tar.gz gentoo-494ee4ea9b84f9f713f42a3f0f7d1dd50e7d6573.tar.bz2 gentoo-494ee4ea9b84f9f713f42a3f0f7d1dd50e7d6573.zip |
sys-process/uksmd: drop 0_pre20200505
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/uksmd/Manifest | 1 | ||||
-rw-r--r-- | sys-process/uksmd/uksmd-0_pre20200505.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest index 3c2d9cfd5231..aa92b9e99a40 100644 --- a/sys-process/uksmd/Manifest +++ b/sys-process/uksmd/Manifest @@ -1,2 +1 @@ -DIST uksmd-0_pre20200505.tar.bz2 14038 BLAKE2B a87ebd14dd8efd51476af8e8c2d3d6b31290bee3b29bac85a2ca2478a27d7128e82db36de8b055ec1aef2825552131291aa17d1927aee9cefbd05ffd78aac710 SHA512 0a0e41beeadeb9c42dac36be8f9fa25956226961b4d16725f03277bf4cf87f42e984a83af0787eb621d9c35277906df309899a741bb94b134fa3d21b6852ac50 DIST uksmd-0_pre20211019.tar.bz2 14434 BLAKE2B de17d4dd566eec378062d2040b9387ddbe88f14c9d0ac121d7357d9da190fb5426476b59158655104af4de2be49d14367fe13328de2fb40df23cceddbf6f1a3e SHA512 89f3784c50e1a9bae28e12f562d1c28f97b71859d3b0e2d83416785f9c47cd7da2b93481855c4b46ae6c71c332534991c28b98a5497b301c1d674744308681ce diff --git a/sys-process/uksmd/uksmd-0_pre20200505.ebuild b/sys-process/uksmd/uksmd-0_pre20200505.ebuild deleted file mode 100644 index dae1153355fa..000000000000 --- a/sys-process/uksmd/uksmd-0_pre20200505.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info systemd - -MY_COMMIT="b6af35cb9a772f643fd1bd703f4d1f6c6c6d3b79" -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-libs/libcap-ng - sys-process/procps:=" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="~KSM" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( "${FILESDIR}/uksmd-0_pre20200504-respect-cflags-ldflags.patch" ) - -src_install() { - default - einstalldocs - - newinitd "${FILESDIR}/uksmd.init" uksmd - systemd_dounit distro/uksmd.service -} |