Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o, Craig Andrews <candrews@g.o>
Cc: gentoo-commits@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/
Date: Mon, 09 Mar 2020 05:46:29
Message-Id: robbat2-20200309T054437-361211316Z@orbis-terrarum.net
1 Can you please clarify why you removed the last stable version of
2 app-admin/needrestart? Repoman used to warn about this, and I think
3 pkgcheck does as well.
4
5 On Sun, Mar 01, 2020 at 04:12:05PM +0000, Craig Andrews wrote:
6 > commit: 50f6c4ac7c78b6c293308c84dbbeb30a5ebf1e05
7 > Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
8 > AuthorDate: Sun Mar 1 16:06:23 2020 +0000
9 > Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
10 > CommitDate: Sun Mar 1 16:11:57 2020 +0000
11 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f6c4ac
12 >
13 > app-admin/needrestart: Cleanup old versions
14 ...
15 > diff --git a/app-admin/needrestart/needrestart-3.3.ebuild b/app-admin/needrestart/needrestart-3.3.ebuild
16 > deleted file mode 100644
17 > index 2ba6e13ba34..00000000000
18 > --- a/app-admin/needrestart/needrestart-3.3.ebuild
19 > +++ /dev/null
20 > @@ -1,41 +0,0 @@
21 > -# Copyright 1999-2018 Gentoo Foundation
22 > -# Distributed under the terms of the GNU General Public License v2
23 > -
24 > -EAPI=6
25 > -
26 > -if [[ ${PV} == "9999" ]] ; then
27 > - EGIT_REPO_URI="https://github.com/liske/${PN}.git"
28 > - inherit git-r3
29 > - SRC_URI=""
30 > - KEYWORDS="amd64 x86"
31 > -else
32 > - SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 > - KEYWORDS="amd64 x86"
34 > -fi
35 > -
36 > -DESCRIPTION="Restart daemons after library updates"
37 > -HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart"
38 > -
39 > -SLOT="0"
40 > -LICENSE="GPL-2+"
41 > -
42 > -RDEPEND="
43 > - >=sys-apps/sed-4.2.2
44 > - dev-lang/perl:=
45 > - dev-perl/libintl-perl
46 > - dev-perl/Module-Find
47 > - dev-perl/Module-ScanDeps
48 > - dev-perl/Proc-ProcessTable
49 > - dev-perl/Sort-Naturally
50 > - dev-perl/TermReadKey
51 > - sys-apps/init-system-helpers
52 > -"
53 > -DEPEND="${RDEPEND}
54 > - sys-devel/gettext
55 > -"
56 > -
57 > -src_install() {
58 > - default
59 > - doman man/*.1
60 > - dodoc -r ex
61 > -}
62 >
63
64 --
65 Robin Hugh Johnson
66 Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
67 E-Mail : robbat2@g.o
68 GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
69 GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies