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/files/, sys-process/uksmd/
Date: Fri, 08 May 2020 05:35:43
Message-Id: 1588916124.1a7d18f23403cefa32f8e06b25607f8886b6d1fd.juippis@gentoo
1 commit: 1a7d18f23403cefa32f8e06b25607f8886b6d1fd
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 05:33:07 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 05:35:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7d18f2
7
8 sys-process/uksmd: remove old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-process/uksmd/Manifest | 1 -
13 ...ksmd-0_pre20190726-respect-cflags-ldflags.patch | 15 ----------
14 sys-process/uksmd/uksmd-0_pre20200420.ebuild | 34 ----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest
18 index 009da647990..ef1d7d35405 100644
19 --- a/sys-process/uksmd/Manifest
20 +++ b/sys-process/uksmd/Manifest
21 @@ -1,2 +1 @@
22 -DIST uksmd-0_pre20200420.tar.bz2 13464 BLAKE2B 717bb4c54ce3d56ec89ff08e0a60ff3e1f2f260c3e63f7821842f7c1216aeee4efb1cad693db4f9c03000dbde7c47b880356f175cb35b9c3861f3511090e4f32 SHA512 ed1d44c41f2f8731d1dad8a13c17cf412a6f735a68087969cb667f85945705b93ac716f010aae24825c0b32d43c38dad5661c7a36fc59fa89d553471d806d1ee
23 DIST uksmd-0_pre20200504.tar.bz2 13919 BLAKE2B abda5df86a2592f2e1299f23a94389c7c4af36a37e38e9f618860b5ce0b7fc796eb3b0f248bda7e3522643f5d3a3219fd5d1c66e5a21f32f8bda2a6942f6339b SHA512 9b69b3fea603aab2af27a3542e6b217de31c227581779602ae67d352917e79626530fd6ad769a8a7c147f2883926458757fbca7502b4034550292c7e6e14f2f0
24
25 diff --git a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch b/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch
26 deleted file mode 100644
27 index 7e92204d403..00000000000
28 --- a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -diff -Naur a/Makefile b/Makefile
32 ---- a/Makefile 2019-05-19 16:36:31.000000000 +0300
33 -+++ b/Makefile 2019-07-24 18:12:29.444896030 +0300
34 -@@ -1,8 +1,8 @@
35 - PROG = uksmd
36 - OBJS = uksmd.o
37 --PREFIX ?= /usr/local
38 --CFLAGS = -O3 -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt
39 --LDFLAGS = -lprocps
40 -+PREFIX ?= /usr
41 -+CFLAGS += -Wextra -pedantic -fstack-protector-strong -fno-plt
42 -+LDFLAGS += -lprocps
43 -
44 - all: build
45 -
46
47 diff --git a/sys-process/uksmd/uksmd-0_pre20200420.ebuild b/sys-process/uksmd/uksmd-0_pre20200420.ebuild
48 deleted file mode 100644
49 index c90b24e862e..00000000000
50 --- a/sys-process/uksmd/uksmd-0_pre20200420.ebuild
51 +++ /dev/null
52 @@ -1,34 +0,0 @@
53 -# Copyright 2019-2020 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=7
57 -
58 -inherit linux-info systemd
59 -
60 -MY_COMMIT="9b6a6e55e07c524ba0a36eb25c869b47655010ee"
61 -MY_P="${PN}-${MY_COMMIT}"
62 -
63 -DESCRIPTION="Userspace KSM helper daemon"
64 -HOMEPAGE="https://gitlab.com/post-factum/uksmd"
65 -SRC_URI="https://gitlab.com/post-factum/uksmd/-/archive/${MY_COMMIT}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
66 -
67 -LICENSE="GPL-3"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 -
71 -DEPEND="sys-process/procps:="
72 -RDEPEND="${DEPEND}"
73 -
74 -CONFIG_CHECK="~KSM"
75 -
76 -S="${WORKDIR}/${MY_P}"
77 -
78 -PATCHES=( "${FILESDIR}/uksmd-0_pre20190726-respect-cflags-ldflags.patch" )
79 -
80 -src_install() {
81 - default
82 - einstalldocs
83 -
84 - newinitd "${FILESDIR}/uksmd.init" uksmd
85 - systemd_dounit distro/uksmd.service
86 -}