public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/
Date: Fri, 28 Mar 2025 13:47:18 +0000 (UTC)	[thread overview]
Message-ID: <1743169635.f0f52edf7ea01df25efa1be4913bd55842f33503.candrews@gentoo> (raw)

commit:     f0f52edf7ea01df25efa1be4913bd55842f33503
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 13:45:54 2025 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 13:47:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f52edf

app-admin/needrestart: add 3.9

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 app-admin/needrestart/Manifest               |  1 +
 app-admin/needrestart/needrestart-3.9.ebuild | 40 ++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-admin/needrestart/Manifest b/app-admin/needrestart/Manifest
index 3a8e370f0831..4f9f00d3ec5d 100644
--- a/app-admin/needrestart/Manifest
+++ b/app-admin/needrestart/Manifest
@@ -1,3 +1,4 @@
 DIST needrestart-3.6.tar.gz 71159 BLAKE2B 76994ef0e77a4db0532dca2e17990097b2314f912fc3c32e67643eca7c44fff9611a42b49abd55f959a0e959d6ea69cfef36ad9008c86debfd125b64bdc673b5 SHA512 5c0f2f427c93e6f621fc1727f6abf42651e184e168b3f720708ac73b425bc7dfb94622c6cc2afad1161e3ffbfd36500eb99c375f2f5a525c9cd10d7142f1e365
 DIST needrestart-3.7.tar.gz 74515 BLAKE2B 920076d4a0bdfff1e8adbc0d158565692ba78a64d36b559ec8afe39ae93f6adea4e7ab853b44f52e8500e51f5eef562cd73cc5466de41c7deeb22452d8615e1e SHA512 bb88bf2be2e56a58ea4114f7285b64cb2897cd5d187551018fc3126d9560e150e5938693a824d54a39cc9185c55c9dc5cddece71b24b7ee99a092ad829a2ba49
 DIST needrestart-3.8.tar.gz 75562 BLAKE2B 7b059d47ccacd8066e4c93ad3ccdb639846ce749b2513ad3eac017d337b537cc0c989efa890b4661a2ed8c1f608717b1210593d44579ef2f57b0d2db2756f7ea SHA512 5c6f109d137658c8097cf109f8d6e67fb7dad15d47c3c892ae1504fea0b6cdb1e05bf1fa2f861296501729698c924e8343fc1e57cac960d90798138fcdebed31
+DIST needrestart-3.9.tar.gz 79561 BLAKE2B 5d178f9abcfbe0d0672c4a208138cde7032c48096f068823f99c24a3b8f5cf632bb504461668b610b8f7934128e615eebccf5c3348fe6b96ba2015d7f6fd5fa7 SHA512 b4b438a84c7e89d16088bb915f49839677ab0a7915e678439a55e9768856d6a81a9305cfcfad0882cbd5db4c489762afc8b9efa553b685bfef4ea7ae8b0ec1e6

diff --git a/app-admin/needrestart/needrestart-3.9.ebuild b/app-admin/needrestart/needrestart-3.9.ebuild
new file mode 100644
index 000000000000..1e9dbfcedaca
--- /dev/null
+++ b/app-admin/needrestart/needrestart-3.9.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/liske/${PN}.git"
+	inherit git-r3
+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"
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="systemd"
+
+RDEPEND="
+	>=sys-apps/sed-4.2.2
+	dev-lang/perl:=
+	dev-perl/libintl-perl
+	dev-perl/Module-Find
+	dev-perl/Proc-ProcessTable
+	dev-perl/Sort-Naturally
+	dev-perl/TermReadKey
+	!systemd? ( 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
+}


             reply	other threads:[~2025-03-28 13:47 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 13:47 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-02  6:15 [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/ Sam James
2025-05-02  6:15 Sam James
2025-05-02  6:15 Sam James
2025-04-14 14:39 Craig Andrews
2025-04-07 14:15 Craig Andrews
2024-11-23  8:06 Arthur Zamarin
2024-11-22 18:24 Arthur Zamarin
2024-11-22 15:51 Sam James
2024-11-19 16:56 Craig Andrews
2024-08-12 13:58 Craig Andrews
2024-06-02 15:03 Craig Andrews
2024-02-09  2:21 Sam James
2022-07-16 16:10 Craig Andrews
2022-07-16 15:18 Craig Andrews
2022-07-15 12:14 Sam James
2022-07-15 10:03 Arthur Zamarin
2022-07-10  7:56 Sam James
2022-05-17 17:22 Craig Andrews
2021-03-30 17:38 Sam James
2021-03-28  7:14 Sam James
2021-03-17  2:11 Craig Andrews
2021-03-01 23:42 Sam James
2021-03-01 17:18 Thomas Deutschmann
2021-01-27  1:15 Sam James
2020-04-10 20:38 Craig Andrews
2020-03-23 13:17 Craig Andrews
2020-03-09 12:49 Craig Andrews
2020-03-01 16:12 Craig Andrews
2020-03-01 16:12 Craig Andrews
2019-02-06  1:16 Craig Andrews
2018-07-09 14:11 Mikle Kolyada
2018-07-09  1:29 Thomas Deutschmann
2018-06-25 13:17 Craig Andrews
2018-06-18 16:16 Craig Andrews
2018-03-30 16:40 Craig Andrews
2018-02-23 17:13 Craig Andrews
2017-11-29  3:20 Craig Andrews
2017-11-29  3:20 Craig Andrews
2017-07-30  8:36 Michał Górny
2017-05-31 12:53 Patrice Clement
2017-01-17 18:57 David Seifert
2016-11-04 17:55 Göktürk Yüksek
2016-09-16  5:37 Göktürk Yüksek
2016-09-16  5:37 Göktürk Yüksek
2016-09-09  4:05 Göktürk Yüksek
2016-07-21  4:00 Göktürk Yüksek
2016-07-17  5:20 Göktürk Yüksek
2016-07-14  1:26 Göktürk Yüksek
2016-07-14  1:26 Göktürk Yüksek
2016-07-07  7:47 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1743169635.f0f52edf7ea01df25efa1be4913bd55842f33503.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox