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: Wed, 29 Nov 2017 03:20:14
Message-Id: 1511925545.88d0af57b63b94f8897e6ea053f4b28f9cd5e7ce.candrews@gentoo
1 commit: 88d0af57b63b94f8897e6ea053f4b28f9cd5e7ce
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 03:19:05 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 03:19:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d0af57
7
8 app-admin/needrestart: Cleanup old versions
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-admin/needrestart/Manifest | 3 --
13 app-admin/needrestart/needrestart-2.10.ebuild | 40 -----------------------
14 app-admin/needrestart/needrestart-2.8-r1.ebuild | 43 -------------------------
15 app-admin/needrestart/needrestart-2.9-r1.ebuild | 40 -----------------------
16 4 files changed, 126 deletions(-)
17
18 diff --git a/app-admin/needrestart/Manifest b/app-admin/needrestart/Manifest
19 index a77cce1ad96..f7919569434 100644
20 --- a/app-admin/needrestart/Manifest
21 +++ b/app-admin/needrestart/Manifest
22 @@ -1,4 +1 @@
23 -DIST needrestart-2.10.tar.gz 50602 BLAKE2B d7827172a650d49ea723e82db2f0e7d652705d5c510f7f95881505d05939a4dcc8ac001a0b09e6ec7b9a8069db96fd386515a27f1c74490e725e49d58e1cb36b SHA512 94cc4b898b3fadd4f5936133e8ce008fd79ce3e399c3343ab61308da59264f8e8301c3d1701fc0fa44478a94a6f518d73c09de708149a63fc3feb9dcd0f87a31
24 DIST needrestart-2.11.tar.gz 52156 BLAKE2B fb3ffbf6f7876625ad0b7db4feb629c80f0798b7b117f5c94058533e8ed53e695fca5de76670a184245e23720886c79b97c3cfdcc5e9400c1e6988fdb2f64459 SHA512 e987ebafe77aba6920645088fa12e609b52f55edfd545ede1c0a93ee1d6b91ed3ea84cb8db69cd067aaabe8ba973b366da61301b5527ec176a29e3ba30605311
25 -DIST needrestart-2.8.tar.gz 46420 SHA256 33b4f734335987557c68a8c57ea070ac4d23a249fa8675260f0bc28769056cc8 SHA512 2a6e5616a412039e9057a655208a7c55ed611d0deee5ba4c1d25563bb2610bcbf2b6d2534b906fd729db2eee5b3891fdb3fd3bc647f4d6aa06e2a87173b69be7 WHIRLPOOL 4f9daf45ca1a034d6476cf0b387174665d6bf15a4f36cb86e565d6b3715227bf8f7e27f6af422b1ef53c4b07a76d7b36eea0852e2db2a9032679ecc0b04bfc15
26 -DIST needrestart-2.9.tar.gz 49774 SHA256 812c9594a5a262524f354f2290d8f9cd623004b30222aaeb37faa8cc911bd89f SHA512 f3ed8c0312ec6ee40b7f74fb6a69eaec939c6af5d3a09fd62e59e426ac3fabd416db145eb3946e51f7fe53470c24aa8ccd3ad6aa1e5988195085456204153c81 WHIRLPOOL 577735033ad12178e6d1eafaa71a2e9f7d09eece84aa7970e19619767a823da9a6e872bd7e57fd2b0db5c6421f2690105e805c0450a3386ea92bc8b8625dc3d5
27
28 diff --git a/app-admin/needrestart/needrestart-2.10.ebuild b/app-admin/needrestart/needrestart-2.10.ebuild
29 deleted file mode 100644
30 index c0f3cada310..00000000000
31 --- a/app-admin/needrestart/needrestart-2.10.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -if [[ ${PV} == "9999" ]] ; then
40 - EGIT_REPO_URI="https://github.com/liske/${PN}.git"
41 - inherit git-r3
42 - SRC_URI=""
43 - KEYWORDS=""
44 -else
45 - SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 - KEYWORDS="~amd64 ~x86"
47 -fi
48 -
49 -DESCRIPTION="Restart daemons after library updates"
50 -HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart"
51 -
52 -SLOT="0"
53 -LICENSE="GPL-2+"
54 -
55 -RDEPEND="
56 - >=sys-apps/sed-4.2.2
57 - dev-lang/perl:=
58 - dev-perl/libintl-perl
59 - dev-perl/Module-Find
60 - dev-perl/Module-ScanDeps
61 - dev-perl/Proc-ProcessTable
62 - dev-perl/Sort-Naturally
63 - dev-perl/TermReadKey
64 -"
65 -DEPEND="${RDEPEND}
66 - sys-devel/gettext
67 -"
68 -
69 -src_install() {
70 - default
71 - doman man/*.1
72 - dodoc -r ex
73 -}
74
75 diff --git a/app-admin/needrestart/needrestart-2.8-r1.ebuild b/app-admin/needrestart/needrestart-2.8-r1.ebuild
76 deleted file mode 100644
77 index b2fba417b36..00000000000
78 --- a/app-admin/needrestart/needrestart-2.8-r1.ebuild
79 +++ /dev/null
80 @@ -1,43 +0,0 @@
81 -# Copyright 1999-2017 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -
86 -if [[ ${PV} == "9999" ]] ; then
87 - EGIT_REPO_URI="https://github.com/liske/${PN}.git"
88 - inherit git-r3
89 - SRC_URI=""
90 - KEYWORDS=""
91 -else
92 - SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
93 - KEYWORDS="~amd64 ~x86"
94 -fi
95 -
96 -DESCRIPTION="Restart daemons after library updates"
97 -HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart"
98 -
99 -SLOT="0"
100 -LICENSE="GPL-2+"
101 -
102 -RDEPEND="
103 - >=sys-apps/sed-4.2.2
104 - dev-perl/libintl-perl
105 - dev-perl/Module-Find
106 - dev-perl/Module-ScanDeps
107 - dev-perl/Proc-ProcessTable
108 - dev-perl/Sort-Naturally
109 - dev-perl/TermReadKey
110 -"
111 -DEPEND="${RDEPEND}
112 - sys-devel/gettext
113 -"
114 -
115 -PATCHES=(
116 - "${FILESDIR}"/${PN}-parallelmake.patch # https://bugs.gentoo.org/show_bug.cgi?id=588216
117 -)
118 -
119 -src_install() {
120 - default
121 - doman man/*.1
122 - dodoc -r ex
123 -}
124
125 diff --git a/app-admin/needrestart/needrestart-2.9-r1.ebuild b/app-admin/needrestart/needrestart-2.9-r1.ebuild
126 deleted file mode 100644
127 index c0f3cada310..00000000000
128 --- a/app-admin/needrestart/needrestart-2.9-r1.ebuild
129 +++ /dev/null
130 @@ -1,40 +0,0 @@
131 -# Copyright 1999-2017 Gentoo Foundation
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=6
135 -
136 -if [[ ${PV} == "9999" ]] ; then
137 - EGIT_REPO_URI="https://github.com/liske/${PN}.git"
138 - inherit git-r3
139 - SRC_URI=""
140 - KEYWORDS=""
141 -else
142 - SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
143 - KEYWORDS="~amd64 ~x86"
144 -fi
145 -
146 -DESCRIPTION="Restart daemons after library updates"
147 -HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart"
148 -
149 -SLOT="0"
150 -LICENSE="GPL-2+"
151 -
152 -RDEPEND="
153 - >=sys-apps/sed-4.2.2
154 - dev-lang/perl:=
155 - dev-perl/libintl-perl
156 - dev-perl/Module-Find
157 - dev-perl/Module-ScanDeps
158 - dev-perl/Proc-ProcessTable
159 - dev-perl/Sort-Naturally
160 - dev-perl/TermReadKey
161 -"
162 -DEPEND="${RDEPEND}
163 - sys-devel/gettext
164 -"
165 -
166 -src_install() {
167 - default
168 - doman man/*.1
169 - dodoc -r ex
170 -}