aboutsummaryrefslogtreecommitdiffstats
path: root/sys-apps
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-06 10:39:14 +0200
committerWolfgang Müller2021-05-06 10:39:14 +0200
commit3225549ec511b89c6b4dcddc526e2ff4c25d5a5c (patch)
tree9d82540a3511a66126318cc032116b1b4ed2b172 /sys-apps
parente665f5150448c40b993f23da915d211f883a8d6c (diff)
downloadpramantha-3225549ec511b89c6b4dcddc526e2ff4c25d5a5c.tar.gz
sys-apps/shepherd: Drop package
We do not use this piece of software anymore.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/shepherd/Manifest3
-rw-r--r--sys-apps/shepherd/metadata.xml7
-rw-r--r--sys-apps/shepherd/shepherd-0.8.1.ebuild26
3 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/shepherd/Manifest b/sys-apps/shepherd/Manifest
deleted file mode 100644
index 0dd58c7..0000000
--- a/sys-apps/shepherd/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST shepherd-0.8.1.tar.gz 698831 BLAKE2B b092d8f5141a27c6b80364db4d084995ef9ae0f60f3de1892f97afdbef1e53428ce77909b5c7aee5a52147be709b952ab2fb8639aa1551d9a24cdfb641e11262 SHA512 315935b767238fe246b7291611131370e39082931dd80e2c43845b30cc01ca2a6f45defa4b3c6519ac302ec74de1d8471e25deeee2e883cce28ba11eaa515e4c
-EBUILD shepherd-0.8.1.ebuild 629 BLAKE2B ae3d41ff21489066a7579931aa09f15f2240f0b208dddbf8f5c7b9a1430289a378e12f4d8d9a1166c7cf97ddae2326921d20090b53ec120625bc5e2d2a9f56ee SHA512 e46e14dbf31c78ce8154a7597252130b5e30309c53deb1105c94d38dad42966b400fb273b95c75714301d9d55bcd206eff37cda107bd73ffab4fc80fe47204cf
-MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/sys-apps/shepherd/metadata.xml b/sys-apps/shepherd/metadata.xml
deleted file mode 100644
index c544433..0000000
--- a/sys-apps/shepherd/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>wolf@oriole.systems</email>
- </maintainer>
-</pkgmetadata>
diff --git a/sys-apps/shepherd/shepherd-0.8.1.ebuild b/sys-apps/shepherd/shepherd-0.8.1.ebuild
deleted file mode 100644
index 4954722..0000000
--- a/sys-apps/shepherd/shepherd-0.8.1.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
-}