Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/
Date: Tue, 17 May 2022 17:22:32
Message-Id: 1652808143.e1d65a7676577d30ae43814a087b908d427bb37a.candrews@gentoo
1 commit: e1d65a7676577d30ae43814a087b908d427bb37a
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 17:22:13 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 17:22:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d65a76
7
8 app-admin/needrestart: 3.6 version bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 app-admin/needrestart/Manifest | 1 +
14 .../needrestart/{needrestart-9999.ebuild => needrestart-3.6.ebuild} | 6 +++---
15 app-admin/needrestart/needrestart-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/app-admin/needrestart/Manifest b/app-admin/needrestart/Manifest
19 index b523f2d80bea..9c6d3a63c444 100644
20 --- a/app-admin/needrestart/Manifest
21 +++ b/app-admin/needrestart/Manifest
22 @@ -1,2 +1,3 @@
23 DIST needrestart-3.3.tar.gz 59814 BLAKE2B bfba00dee7c0f225efcaaa80b301eb38d0ea82645f253c8bef9294102f9f4183433ed1b6efe71a9dc34c65f76364ff3fc2344e840b34f97361f3ddcd0dc9ab4b SHA512 ea2f3cbe228a6b879905bd3b3de8b5e0bb2362e8d3cd566817d2e7d519d54207ff5923eb8e49cbd8ffe8ed50729f4da04bf4d55268e806f49157860584058d50
24 DIST needrestart-3.5.tar.gz 67824 BLAKE2B 73af940efa578b145d89cb0724f7103edd0fe869bfb211596109b67fd16a8ddce83060942687c3ca0e861d9d545022845b64d90bc44e39997e8943b1575dd5f1 SHA512 e082ab92497cce7b65da9c625ba0bc2332cc7863c5b7d99a04593c646256da0302519fb7c9fc9823ce0058affdf7eb6a4587a1874881eda8aa4d07032093eb0b
25 +DIST needrestart-3.6.tar.gz 71159 BLAKE2B 76994ef0e77a4db0532dca2e17990097b2314f912fc3c32e67643eca7c44fff9611a42b49abd55f959a0e959d6ea69cfef36ad9008c86debfd125b64bdc673b5 SHA512 5c0f2f427c93e6f621fc1727f6abf42651e184e168b3f720708ac73b425bc7dfb94622c6cc2afad1161e3ffbfd36500eb99c375f2f5a525c9cd10d7142f1e365
26
27 diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-3.6.ebuild
28 similarity index 91%
29 copy from app-admin/needrestart/needrestart-9999.ebuild
30 copy to app-admin/needrestart/needrestart-3.6.ebuild
31 index 5fc3e7529915..c773506fddc2 100644
32 --- a/app-admin/needrestart/needrestart-9999.ebuild
33 +++ b/app-admin/needrestart/needrestart-3.6.ebuild
34 @@ -1,7 +1,7 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 +EAPI=8
41
42 if [[ ${PV} == "9999" ]] ; then
43 EGIT_REPO_URI="https://github.com/liske/${PN}.git"
44 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
45 SRC_URI=""
46 else
47 SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 - KEYWORDS="~amd64 ~x86"
49 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 fi
51
52 DESCRIPTION="Restart daemons after library updates"
53
54 diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-9999.ebuild
55 index 5fc3e7529915..c773506fddc2 100644
56 --- a/app-admin/needrestart/needrestart-9999.ebuild
57 +++ b/app-admin/needrestart/needrestart-9999.ebuild
58 @@ -1,7 +1,7 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 +# Copyright 1999-2022 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 -EAPI=7
64 +EAPI=8
65
66 if [[ ${PV} == "9999" ]] ; then
67 EGIT_REPO_URI="https://github.com/liske/${PN}.git"
68 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
69 SRC_URI=""
70 else
71 SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
72 - KEYWORDS="~amd64 ~x86"
73 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
74 fi
75
76 DESCRIPTION="Restart daemons after library updates"