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: Mon, 27 Apr 2020 14:57:01
Message-Id: 1587999406.30dc4eb9d0e0a58c755a97d3cea072ba275d47ab.juippis@gentoo
1 commit: 30dc4eb9d0e0a58c755a97d3cea072ba275d47ab
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 14:37:01 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 14:56:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30dc4eb9
7
8 sys-process/uksmd: remove old 2019 snapshot
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-process/uksmd/Manifest | 1 -
13 sys-process/uksmd/uksmd-0_pre20190726-r2.ebuild | 34 -------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest
17 index 02cadc21c89..87667c6b872 100644
18 --- a/sys-process/uksmd/Manifest
19 +++ b/sys-process/uksmd/Manifest
20 @@ -1,2 +1 @@
21 -DIST uksmd-0_pre20190726.tar.bz2 13445 BLAKE2B 4d16b9e7dff80269561c61cf8ea4177e6ceaa2540a3ee5bb3a36684e8364d0a4abdfb494fd0dbb3e6d5d2c074601a0c39f9f0570448e3d5769e50184c8ef7975 SHA512 812217a067c2fe70a17a321b507071f369efa38ca12d566cde66b1fc6e2e3ffa7e4d3fd3904f2f3cf409e313d03ab06829cef23fffadd785282cb602dbd5f06e
22 DIST uksmd-0_pre20200420.tar.bz2 13464 BLAKE2B 717bb4c54ce3d56ec89ff08e0a60ff3e1f2f260c3e63f7821842f7c1216aeee4efb1cad693db4f9c03000dbde7c47b880356f175cb35b9c3861f3511090e4f32 SHA512 ed1d44c41f2f8731d1dad8a13c17cf412a6f735a68087969cb667f85945705b93ac716f010aae24825c0b32d43c38dad5661c7a36fc59fa89d553471d806d1ee
23
24 diff --git a/sys-process/uksmd/uksmd-0_pre20190726-r2.ebuild b/sys-process/uksmd/uksmd-0_pre20190726-r2.ebuild
25 deleted file mode 100644
26 index 91de2f16cdb..00000000000
27 --- a/sys-process/uksmd/uksmd-0_pre20190726-r2.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 2019-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit linux-info systemd
36 -
37 -MY_COMMIT="42f4ff8eb09011bf1a199938aa2afe23040d7faf"
38 -MY_P="${PN}-${MY_COMMIT}"
39 -
40 -DESCRIPTION="Userspace KSM helper daemon"
41 -HOMEPAGE="https://gitlab.com/post-factum/uksmd"
42 -SRC_URI="https://gitlab.com/post-factum/uksmd/-/archive/${MY_COMMIT}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -DEPEND="sys-process/procps:="
49 -RDEPEND="${DEPEND}"
50 -
51 -CONFIG_CHECK="~KSM"
52 -
53 -S="${WORKDIR}/${MY_P}"
54 -
55 -PATCHES=( "${FILESDIR}/${P}-respect-cflags-ldflags.patch" )
56 -
57 -src_install() {
58 - default
59 - einstalldocs
60 -
61 - newinitd "${FILESDIR}/uksmd.init" uksmd
62 - systemd_dounit distro/uksmd.service
63 -}