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 142D6159C9B for ; Mon, 12 Aug 2024 13:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C2E42BC02E; Mon, 12 Aug 2024 13:58:25 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F8492BC02E for ; Mon, 12 Aug 2024 13:58:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DB6F343012 for ; Mon, 12 Aug 2024 13:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 880801EDA for ; Mon, 12 Aug 2024 13:58:22 +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: <1723471099.d742777c85466378755efa7057ec4af5f9635f0d.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/needrestart/Manifest app-admin/needrestart/needrestart-3.7.ebuild app-admin/needrestart/needrestart-9999.ebuild X-VCS-Directories: app-admin/needrestart/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: d742777c85466378755efa7057ec4af5f9635f0d X-VCS-Branch: master Date: Mon, 12 Aug 2024 13:58:22 +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: d629503f-20ff-4415-93ab-4005b573af41 X-Archives-Hash: ddc1c37791a2af96a83d66f532ed7433 commit: d742777c85466378755efa7057ec4af5f9635f0d Author: Craig Andrews gentoo org> AuthorDate: Mon Aug 12 13:55:01 2024 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Aug 12 13:58:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d742777c app-admin/needrestart: add 3.7 Signed-off-by: Craig Andrews gentoo.org> app-admin/needrestart/Manifest | 1 + .../needrestart/{needrestart-9999.ebuild => needrestart-3.7.ebuild} | 5 ++--- app-admin/needrestart/needrestart-9999.ebuild | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app-admin/needrestart/Manifest b/app-admin/needrestart/Manifest index 3b9b3e406169..87172582e6c2 100644 --- a/app-admin/needrestart/Manifest +++ b/app-admin/needrestart/Manifest @@ -1 +1,2 @@ DIST needrestart-3.6.tar.gz 71159 BLAKE2B 76994ef0e77a4db0532dca2e17990097b2314f912fc3c32e67643eca7c44fff9611a42b49abd55f959a0e959d6ea69cfef36ad9008c86debfd125b64bdc673b5 SHA512 5c0f2f427c93e6f621fc1727f6abf42651e184e168b3f720708ac73b425bc7dfb94622c6cc2afad1161e3ffbfd36500eb99c375f2f5a525c9cd10d7142f1e365 +DIST needrestart-3.7.tar.gz 74515 BLAKE2B 920076d4a0bdfff1e8adbc0d158565692ba78a64d36b559ec8afe39ae93f6adea4e7ab853b44f52e8500e51f5eef562cd73cc5466de41c7deeb22452d8615e1e SHA512 bb88bf2be2e56a58ea4114f7285b64cb2897cd5d187551018fc3126d9560e150e5938693a824d54a39cc9185c55c9dc5cddece71b24b7ee99a092ad829a2ba49 diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-3.7.ebuild similarity index 98% copy from app-admin/needrestart/needrestart-9999.ebuild copy to app-admin/needrestart/needrestart-3.7.ebuild index d530994f324f..883d2efdf3d0 100644 --- a/app-admin/needrestart/needrestart-9999.ebuild +++ b/app-admin/needrestart/needrestart-3.7.ebuild @@ -6,7 +6,6 @@ EAPI=8 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" @@ -14,9 +13,9 @@ fi DESCRIPTION="Restart daemons after library updates" HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart" -IUSE="systemd" -SLOT="0" LICENSE="GPL-2+" +SLOT="0" +IUSE="systemd" RDEPEND=" >=sys-apps/sed-4.2.2 diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-9999.ebuild index d530994f324f..883d2efdf3d0 100644 --- a/app-admin/needrestart/needrestart-9999.ebuild +++ b/app-admin/needrestart/needrestart-9999.ebuild @@ -6,7 +6,6 @@ EAPI=8 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" @@ -14,9 +13,9 @@ fi DESCRIPTION="Restart daemons after library updates" HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart" -IUSE="systemd" -SLOT="0" LICENSE="GPL-2+" +SLOT="0" +IUSE="systemd" RDEPEND=" >=sys-apps/sed-4.2.2