app-admin/needrestart: Cleanup old version
authorCraig Andrews <candrews@gentoo.org>
Fri, 10 Apr 2020 20:37:51 +0000 (16:37 -0400)
committerCraig Andrews <candrews@gentoo.org>
Fri, 10 Apr 2020 20:38:10 +0000 (16:38 -0400)
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
app-admin/needrestart/Manifest
app-admin/needrestart/needrestart-3.4.ebuild [deleted file]

index 45a7afc20cec9db7e5fcc1a6ba193f180e868fe3..b523f2d80beaa4bb11917f95f5935e1bff014f77 100644 (file)
@@ -1,3 +1,2 @@
 DIST needrestart-3.3.tar.gz 59814 BLAKE2B bfba00dee7c0f225efcaaa80b301eb38d0ea82645f253c8bef9294102f9f4183433ed1b6efe71a9dc34c65f76364ff3fc2344e840b34f97361f3ddcd0dc9ab4b SHA512 ea2f3cbe228a6b879905bd3b3de8b5e0bb2362e8d3cd566817d2e7d519d54207ff5923eb8e49cbd8ffe8ed50729f4da04bf4d55268e806f49157860584058d50
-DIST needrestart-3.4.tar.gz 63219 BLAKE2B 892bb610001575b7e653e06380ba39bb91608db6b5cc491d1e89543a72a17f69547f2610ebe7f3e51835dc1af5a32604fe54f79b6565c9f97df194a87f5f7bdf SHA512 3d63a9c32112b1d4f5d0c6d66430323761c9e7c17f01f52d0572b64ebf113fc9b52838dada363667632ae51894312d891ae8016e8eb5cbd4e0d06fa37c603f25
 DIST needrestart-3.5.tar.gz 67824 BLAKE2B 73af940efa578b145d89cb0724f7103edd0fe869bfb211596109b67fd16a8ddce83060942687c3ca0e861d9d545022845b64d90bc44e39997e8943b1575dd5f1 SHA512 e082ab92497cce7b65da9c625ba0bc2332cc7863c5b7d99a04593c646256da0302519fb7c9fc9823ce0058affdf7eb6a4587a1874881eda8aa4d07032093eb0b
diff --git a/app-admin/needrestart/needrestart-3.4.ebuild b/app-admin/needrestart/needrestart-3.4.ebuild
deleted file mode 100644 (file)
index 631c9ff..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-       sys-apps/iucode_tool
-"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-"
-
-src_install() {
-       default
-       doman man/*.1
-       dodoc -r ex
-}