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 C997F138351 for ; Wed, 1 Apr 2020 07:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94AFE0B5D; Wed, 1 Apr 2020 07:38:49 +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 B178FE0B5D for ; Wed, 1 Apr 2020 07:38:49 +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 9D50934F67B for ; Wed, 1 Apr 2020 07:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C082F1AC for ; Wed, 1 Apr 2020 07:38:46 +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: <1585726718.c52cdc12d7f9a0317f8952cb24a8450383fccb41.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild X-VCS-Directories: sys-process/uksmd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c52cdc12d7f9a0317f8952cb24a8450383fccb41 X-VCS-Branch: master Date: Wed, 1 Apr 2020 07:38:46 +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: 980e4259-b858-4217-82ca-7cb7c82fd774 X-Archives-Hash: fca558c11c5a1531e6b9d510f25aaf8d commit: c52cdc12d7f9a0317f8952cb24a8450383fccb41 Author: Joonas Niilola gentoo org> AuthorDate: Wed Apr 1 07:26:19 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Apr 1 07:38:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52cdc12 sys-process/uksmd: remove old Signed-off-by: Joonas Niilola gentoo.org> sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild | 35 ------------------------- 1 file changed, 35 deletions(-) diff --git a/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild b/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild deleted file mode 100644 index f7620b08993..00000000000 --- a/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info systemd - -MY_COMMIT="42f4ff8eb09011bf1a199938aa2afe23040d7faf" -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:= - sys-kernel/pf-sources:*" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="KSM" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( "${FILESDIR}/${P}-respect-cflags-ldflags.patch" ) - -src_install() { - default - einstalldocs - - newinitd "${FILESDIR}/uksmd.init" uksmd - systemd_dounit distro/uksmd.service -}