summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2017-11-28 22:19:05 -0500
committerCraig Andrews <candrews@gentoo.org>2017-11-28 22:19:05 -0500
commit88d0af57b63b94f8897e6ea053f4b28f9cd5e7ce (patch)
tree90972560a2b4ded65c5cb483754cd00a8561bcd3 /app-admin/needrestart/needrestart-2.10.ebuild
parentapp-admin/needrestart: Depend on sys-apps/init-system-helpers (diff)
downloadgentoo-88d0af57b63b94f8897e6ea053f4b28f9cd5e7ce.tar.gz
gentoo-88d0af57b63b94f8897e6ea053f4b28f9cd5e7ce.tar.bz2
gentoo-88d0af57b63b94f8897e6ea053f4b28f9cd5e7ce.zip
app-admin/needrestart: Cleanup old versions
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-admin/needrestart/needrestart-2.10.ebuild')
-rw-r--r--app-admin/needrestart/needrestart-2.10.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-admin/needrestart/needrestart-2.10.ebuild b/app-admin/needrestart/needrestart-2.10.ebuild
deleted file mode 100644
index c0f3cada3106..000000000000
--- a/app-admin/needrestart/needrestart-2.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 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=""
-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
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-src_install() {
- default
- doman man/*.1
- dodoc -r ex
-}