Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/
Date: Wed, 01 Apr 2020 07:38:50
Message-Id: 1585726718.c52cdc12d7f9a0317f8952cb24a8450383fccb41.juippis@gentoo
1 commit: c52cdc12d7f9a0317f8952cb24a8450383fccb41
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 07:26:19 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 07:38:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52cdc12
7
8 sys-process/uksmd: remove old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild | 35 -------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild b/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild
16 deleted file mode 100644
17 index f7620b08993..00000000000
18 --- a/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit linux-info systemd
27 -
28 -MY_COMMIT="42f4ff8eb09011bf1a199938aa2afe23040d7faf"
29 -MY_P="${PN}-${MY_COMMIT}"
30 -
31 -DESCRIPTION="Userspace KSM helper daemon"
32 -HOMEPAGE="https://gitlab.com/post-factum/uksmd"
33 -SRC_URI="https://gitlab.com/post-factum/uksmd/-/archive/${MY_COMMIT}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -DEPEND="sys-process/procps:=
40 - sys-kernel/pf-sources:*"
41 -RDEPEND="${DEPEND}"
42 -
43 -CONFIG_CHECK="KSM"
44 -
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -PATCHES=( "${FILESDIR}/${P}-respect-cflags-ldflags.patch" )
48 -
49 -src_install() {
50 - default
51 - einstalldocs
52 -
53 - newinitd "${FILESDIR}/uksmd.init" uksmd
54 - systemd_dounit distro/uksmd.service
55 -}