From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE3D913835A for ; Fri, 8 May 2020 05:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 104E8E0867; Fri, 8 May 2020 05:35:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D845AE0867 for ; Fri, 8 May 2020 05:35:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8535534F2ED for ; Fri, 8 May 2020 05:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96E041EE for ; Fri, 8 May 2020 05:35:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588916124.1a7d18f23403cefa32f8e06b25607f8886b6d1fd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/files/, sys-process/uksmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/uksmd/Manifest sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch sys-process/uksmd/uksmd-0_pre20200420.ebuild X-VCS-Directories: sys-process/uksmd/files/ sys-process/uksmd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1a7d18f23403cefa32f8e06b25607f8886b6d1fd X-VCS-Branch: master Date: Fri, 8 May 2020 05:35:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d12b417b-7361-4308-8940-64aaf7633a3e X-Archives-Hash: 57c2ab491f99390a63f322ddcb0763f8 commit: 1a7d18f23403cefa32f8e06b25607f8886b6d1fd Author: Joonas Niilola gentoo org> AuthorDate: Fri May 8 05:33:07 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri May 8 05:35:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7d18f2 sys-process/uksmd: remove old Signed-off-by: Joonas Niilola gentoo.org> sys-process/uksmd/Manifest | 1 - ...ksmd-0_pre20190726-respect-cflags-ldflags.patch | 15 ---------- sys-process/uksmd/uksmd-0_pre20200420.ebuild | 34 ---------------------- 3 files changed, 50 deletions(-) diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest index 009da647990..ef1d7d35405 100644 --- a/sys-process/uksmd/Manifest +++ b/sys-process/uksmd/Manifest @@ -1,2 +1 @@ -DIST uksmd-0_pre20200420.tar.bz2 13464 BLAKE2B 717bb4c54ce3d56ec89ff08e0a60ff3e1f2f260c3e63f7821842f7c1216aeee4efb1cad693db4f9c03000dbde7c47b880356f175cb35b9c3861f3511090e4f32 SHA512 ed1d44c41f2f8731d1dad8a13c17cf412a6f735a68087969cb667f85945705b93ac716f010aae24825c0b32d43c38dad5661c7a36fc59fa89d553471d806d1ee DIST uksmd-0_pre20200504.tar.bz2 13919 BLAKE2B abda5df86a2592f2e1299f23a94389c7c4af36a37e38e9f618860b5ce0b7fc796eb3b0f248bda7e3522643f5d3a3219fd5d1c66e5a21f32f8bda2a6942f6339b SHA512 9b69b3fea603aab2af27a3542e6b217de31c227581779602ae67d352917e79626530fd6ad769a8a7c147f2883926458757fbca7502b4034550292c7e6e14f2f0 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 deleted file mode 100644 index 7e92204d403..00000000000 --- a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur a/Makefile b/Makefile ---- a/Makefile 2019-05-19 16:36:31.000000000 +0300 -+++ b/Makefile 2019-07-24 18:12:29.444896030 +0300 -@@ -1,8 +1,8 @@ - PROG = uksmd - OBJS = uksmd.o --PREFIX ?= /usr/local --CFLAGS = -O3 -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt --LDFLAGS = -lprocps -+PREFIX ?= /usr -+CFLAGS += -Wextra -pedantic -fstack-protector-strong -fno-plt -+LDFLAGS += -lprocps - - all: build - diff --git a/sys-process/uksmd/uksmd-0_pre20200420.ebuild b/sys-process/uksmd/uksmd-0_pre20200420.ebuild deleted file mode 100644 index c90b24e862e..00000000000 --- a/sys-process/uksmd/uksmd-0_pre20200420.ebuild +++ /dev/null @@ -1,34 +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="9b6a6e55e07c524ba0a36eb25c869b47655010ee" -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:=" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="~KSM" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( "${FILESDIR}/uksmd-0_pre20190726-respect-cflags-ldflags.patch" ) - -src_install() { - default - einstalldocs - - newinitd "${FILESDIR}/uksmd.init" uksmd - systemd_dounit distro/uksmd.service -}