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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A237158094 for ; Sat, 16 Jul 2022 15:18:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C853E0F27; Sat, 16 Jul 2022 15:18:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2712FE0F27 for ; Sat, 16 Jul 2022 15:18:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0DB2340FA1 for ; Sat, 16 Jul 2022 15:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BABE7F for ; Sat, 16 Jul 2022 15:18:48 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1657984720.e0dbbcd18be0a4da7d486b30759d9d73014495ab.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/needrestart/needrestart-3.5.ebuild X-VCS-Directories: app-admin/needrestart/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: e0dbbcd18be0a4da7d486b30759d9d73014495ab X-VCS-Branch: master Date: Sat, 16 Jul 2022 15:18:48 +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: a1bd91d0-e6cc-417b-bc32-9c5c6710a532 X-Archives-Hash: 7a15ef03498dfe80462e20830c0e95d1 commit: e0dbbcd18be0a4da7d486b30759d9d73014495ab Author: Craig Andrews gentoo org> AuthorDate: Fri Jul 15 16:17:58 2022 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Jul 16 15:18:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0dbbcd1 app-admin/needrestart: Cleanup old version Closes: https://bugs.gentoo.org/845198 Signed-off-by: Craig Andrews gentoo.org> app-admin/needrestart/needrestart-3.5.ebuild | 42 ---------------------------- 1 file changed, 42 deletions(-) diff --git a/app-admin/needrestart/needrestart-3.5.ebuild b/app-admin/needrestart/needrestart-3.5.ebuild deleted file mode 100644 index cf3fcc8ac735..000000000000 --- a/app-admin/needrestart/needrestart-3.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/liske/${PN}.git" - inherit git-r3 - SRC_URI="" -else - SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -DESCRIPTION="Restart daemons after library updates" -HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart" - -SLOT="0" -LICENSE="GPL-2+" - -RDEPEND=" - >=sys-apps/sed-4.2.2 - dev-lang/perl:= - dev-perl/libintl-perl - dev-perl/Module-Find - dev-perl/Module-ScanDeps - dev-perl/Proc-ProcessTable - dev-perl/Sort-Naturally - dev-perl/TermReadKey - sys-apps/init-system-helpers - amd64? ( sys-apps/iucode_tool ) - x86? ( sys-apps/iucode_tool ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_install() { - default - doman man/*.1 - dodoc -r ex -}