diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-07-15 12:17:58 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-07-16 11:18:40 -0400 |
commit | e0dbbcd18be0a4da7d486b30759d9d73014495ab (patch) | |
tree | 23027c05b0ad4f2ed267828852ab56b17a2a5e9c /app-admin | |
parent | net-im/ejabberd: update usermod handling (diff) | |
download | gentoo-e0dbbcd18be0a4da7d486b30759d9d73014495ab.tar.gz gentoo-e0dbbcd18be0a4da7d486b30759d9d73014495ab.tar.bz2 gentoo-e0dbbcd18be0a4da7d486b30759d9d73014495ab.zip |
app-admin/needrestart: Cleanup old version
Closes: https://bugs.gentoo.org/845198
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/needrestart/needrestart-3.5.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-admin/needrestart/needrestart-3.5.ebuild b/app-admin/needrestart/needrestart-3.5.ebuild deleted file mode 100644 index cf3fcc8ac735..000000000000 --- a/app-admin/needrestart/needrestart-3.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 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="" -else - SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 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 - amd64? ( sys-apps/iucode_tool ) - x86? ( sys-apps/iucode_tool ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_install() { - default - doman man/*.1 - dodoc -r ex -} |