From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/
Date: Mon, 25 Jun 2018 13:17:04 +0000 (UTC) [thread overview]
Message-ID: <1529932618.6e7d09d44473d25f519a968f83efdc008ea9822f.candrews@gentoo> (raw)
commit: 6e7d09d44473d25f519a968f83efdc008ea9822f
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 13:16:37 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 13:16:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7d09d4
app-admin/needrestart: 3.3 version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-admin/needrestart/Manifest | 1 +
app-admin/needrestart/needrestart-3.3.ebuild | 41 ++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-admin/needrestart/Manifest b/app-admin/needrestart/Manifest
index 4984f6ceee4..7e8f6d796cc 100644
--- a/app-admin/needrestart/Manifest
+++ b/app-admin/needrestart/Manifest
@@ -2,3 +2,4 @@ DIST needrestart-2.11.tar.gz 52156 BLAKE2B fb3ffbf6f7876625ad0b7db4feb629c80f079
DIST needrestart-3.0.tar.gz 58437 BLAKE2B 6f3b79f793dab85af2a68f3796926b958c077b16c357969943db867dead470cef20aadb076a12a0e3161efc64c82cd1df7f6cdbc70f73cce563a11dec472f69a SHA512 6b653e29b10e497563e67102e11833f7c97d2bde697a99130ff89d5fcd2e616fec279328656f44ccdbb62a2c533bf10827b035efad7785ef5d0556c7f37e625f
DIST needrestart-3.1.tar.gz 58882 BLAKE2B c29d7a56905b047f73743075f520116004a8eed8d88ca402e958fc6a4a430213c9ba4dec469dd1221cbad5b8c6123a9e1acb451f63c6dfdfcd11dc27bce147af SHA512 a55f4e83be676d26d815f28df2a7d56c17bd74d6c1a801f5d1ee05344853d7272dda018b3c19b7753dd6f256e793261d5581df49449c4c9577309add15d4bb70
DIST needrestart-3.2.tar.gz 59702 BLAKE2B 9eb8073a4dc6f7a402ee9ce055960663a08d3d4b11805ef4189c8416d59bda53e02f4b07f43f49b73a99eb9b82d8e94ca5757cd6c7463dcfa34949ca7e6521da SHA512 56e881d73b1bf1cbee8a94ae871c2fe350d6b31e4701fdc256bbedb0d9934111f5f201d3d7b7f25ff54f78fd450c95f4c2bad6f06de5e9ce379a393fd73280d5
+DIST needrestart-3.3.tar.gz 59814 BLAKE2B bfba00dee7c0f225efcaaa80b301eb38d0ea82645f253c8bef9294102f9f4183433ed1b6efe71a9dc34c65f76364ff3fc2344e840b34f97361f3ddcd0dc9ab4b SHA512 ea2f3cbe228a6b879905bd3b3de8b5e0bb2362e8d3cd566817d2e7d519d54207ff5923eb8e49cbd8ffe8ed50729f4da04bf4d55268e806f49157860584058d50
diff --git a/app-admin/needrestart/needrestart-3.3.ebuild b/app-admin/needrestart/needrestart-3.3.ebuild
new file mode 100644
index 00000000000..062247caf71
--- /dev/null
+++ b/app-admin/needrestart/needrestart-3.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/liske/${PN}.git"
+ inherit git-r3
+ SRC_URI=""
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~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
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"
+
+src_install() {
+ default
+ doman man/*.1
+ dodoc -r ex
+}
next reply other threads:[~2018-06-25 13:17 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 13:17 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-28 13:47 [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/ 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-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=1529932618.6e7d09d44473d25f519a968f83efdc008ea9822f.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