aboutsummaryrefslogtreecommitdiffstats
path: root/sys-apps/shepherd/shepherd-0.8.0.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-04 16:23:56 +0200
committerWynn Wolf Arbor2020-06-04 16:23:56 +0200
commit12806f883be0caa772c2a94fc5d73e4543920ccf (patch)
treeecb3bda633ce6851fcf3e0c9e0037d6dd6cb83c2 /sys-apps/shepherd/shepherd-0.8.0.ebuild
parentb708091887f0f9749b492915fe43475f0b282288 (diff)
downloadpramantha-12806f883be0caa772c2a94fc5d73e4543920ccf.tar.gz
sys-apps/shepherd: Bump to 0.8.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'sys-apps/shepherd/shepherd-0.8.0.ebuild')
-rw-r--r--sys-apps/shepherd/shepherd-0.8.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/shepherd/shepherd-0.8.0.ebuild b/sys-apps/shepherd/shepherd-0.8.0.ebuild
deleted file mode 100644
index 4954722..0000000
--- a/sys-apps/shepherd/shepherd-0.8.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A service manager that looks after the herd of system services"
-HOMEPAGE="https://www.gnu.org/software/shepherd/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-scheme/guile"
-RDEPEND="$DEPEND"
-
-src_install() {
- default
-
- # shepherd tries to install halt and reboot, along with their manpages
- rm -r "${D}/usr/sbin" || die
- rm -r "${D}/usr/share/man/man8" || die
-
- # this will prevent the creation of an empty directory in /var
- rm -r "${D}/var" || die
-}