summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/restart_services/restart_services-0.9.6.ebuild')
-rw-r--r--app-admin/restart_services/restart_services-0.9.6.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-admin/restart_services/restart_services-0.9.6.ebuild b/app-admin/restart_services/restart_services-0.9.6.ebuild
deleted file mode 100644
index 14727b4..0000000
--- a/app-admin/restart_services/restart_services-0.9.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Utility to manage OpenRC services that need to be restarted"
-HOMEPAGE="http://dev.gentoo.org/~mschiff/src/restart_services"
-SRC_URI="http://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-admin/lib_users"
-RDEPEND="${DEPEND}"
-
-src_install() {
- exeinto /usr/sbin
- doexe restart_services
- doman restart_services.1
- insinto /etc
- doins restart_services.conf
- dodoc README CHANGES
-}