On 2020-03-09 01:46, Robin H. Johnson wrote:
Can you please clarify why you removed the last stable version of
app-admin/needrestart? Repoman used to warn about this, and I think
pkgcheck does as well.

On Sun, Mar 01, 2020 at 04:12:05PM +0000, Craig Andrews wrote:
commit:     50f6c4ac7c78b6c293308c84dbbeb30a5ebf1e05
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 16:06:23 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 16:11:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f6c4ac

app-admin/needrestart: Cleanup old versions
...
diff --git a/app-admin/needrestart/needrestart-3.3.ebuild b/app-admin/needrestart/needrestart-3.3.ebuild
deleted file mode 100644
index 2ba6e13ba34..00000000000
--- a/app-admin/needrestart/needrestart-3.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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="amd64 x86"
-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
-}


Removal of that version was a mistake. Thank you for pointing it out.

Here's the commit re-adding it: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fa1c548

I checked, and repoman doesn't seem to be warning about removing the last stable version of a package.

~Craig

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to