summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/autorestart/Manifest2
-rw-r--r--sys-apps/autorestart/autorestart-0.1.1.ebuild32
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-apps/autorestart/Manifest b/sys-apps/autorestart/Manifest
deleted file mode 100644
index 86cc0ac..0000000
--- a/sys-apps/autorestart/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST autorestart-0.1.1.tar.xz 5288 BLAKE2B 8ad92d75585d67ff716cbd3343d79832fd6a03514ef30e97dd5a6365708210ce0536c920bb8235bd5b45ef31f8087d214c2119c52d6b3b0d94e185572dfb9df9 SHA512 ce585efd01cc50868e2c46136f098b38535aa3571da72fed6313726683fc3e01f30c8805dd8aa414ec7175d2b3e84ef1af383c38619cd8e854bf8db1b3314094
-EBUILD autorestart-0.1.1.ebuild 774 BLAKE2B 04e8f919f0b4d595c1b866838e50fd533ca0365fcf2482c11e30472234c93c86322ef8fd6842547a76e1b0d3295ecf921f60d05cf43312735b02926bde449d04 SHA512 df94a581f44d304c9bae98bda97d6e4384e24776d431553adeb7e69aa5506c4b127404583fb481c0a099eec76986408e560a70edb0c58eee9d1ca162c3ca1189
diff --git a/sys-apps/autorestart/autorestart-0.1.1.ebuild b/sys-apps/autorestart/autorestart-0.1.1.ebuild
deleted file mode 100644
index f0cd5b6..0000000
--- a/sys-apps/autorestart/autorestart-0.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="7"
-
-DESCRIPTION="Automatically restart systemd units as required."
-HOMEPAGE="https://git.randomdan.homeip.net/cgit.cgi/util/tree/autorestart"
-SRC_URI="https://git.randomdan.homeip.net/cgit.cgi/util/snapshot/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- mail-client/mailx
- sys-apps/coreutils
- sys-apps/findutils
- sys-apps/systemd
- sys-process/lsof
- "
-
-src_install() {
- exeinto /sbin
- doexe ${S}/autorestart/scripts/systemd-restart-as-needed
- dosym ../../../sbin/systemd-restart-as-needed /etc/portage/postsync.d/95-systemd-restart-as-needed
- insinto /etc/autorestart
- doins -r ${S}/autorestart/etc/ignore.d
-}
-