aboutsummaryrefslogtreecommitdiffstats
path: root/sys-apps
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-23 16:16:55 +0200
committerWynn Wolf Arbor2020-04-23 16:16:55 +0200
commit428fddad58b7f06e89c212b69712074a55f2925d (patch)
tree0c96e1dccf8e12454cdf54e868b732e6f119061c /sys-apps
parente46c9240db60a47a28a116b15db804b5f9a96232 (diff)
downloadpramantha-428fddad58b7f06e89c212b69712074a55f2925d.tar.gz
sys-apps/shepherd: Bump to 0.8.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/shepherd/Manifest4
-rw-r--r--sys-apps/shepherd/shepherd-0.8.0.ebuild (renamed from sys-apps/shepherd/shepherd-0.7.0.ebuild)3
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/shepherd/Manifest b/sys-apps/shepherd/Manifest
index 875784e..d14603e 100644
--- a/sys-apps/shepherd/Manifest
+++ b/sys-apps/shepherd/Manifest
@@ -1,3 +1,3 @@
-DIST shepherd-0.7.0.tar.gz 699100 BLAKE2B 46b2eace3f5a21bd918e583f79aeff42f398a66fbd4fb844627c34d8df1b7ebbf59b2851145bd93403a9d707c8f273e9a9fa16c9d3280dfb5c17f89ee7c32260 SHA512 3aa1dd753c1aa5106ad4268f3f54bd61ed80beb25aeaf84378ce87f6fc9b43756ff6bbb2d2b53d7ea3aaf00d70379962416b361d3e79a78c2228376903764554
-EBUILD shepherd-0.7.0.ebuild 492 BLAKE2B de43e17f296354dbf657e3d335416427b4076b66052ab632497e9e7f9fdcddc420034a0ab5b8d1b3b200e5b34376c4dd534b4328101d194ce7a88158c8b998ba SHA512 dbf7a02ce70ac7779580cfae7ae780b61e0209e355dfaccbbec4a65bd385b28cccb0433aa9735f4297706d3f3a7cfd2fc7b452c4e2d6ac366b2891ab6554e480
+DIST shepherd-0.8.0.tar.gz 700664 BLAKE2B 8dfa3fd9a15fb332ebf160bd51efcd8c8a1eb25eb74f3f38e26daad3d8dcf084fa88354c7967ccac331506dc9a4285abefb9f80291b99c0281483140ef2fb02c SHA512 4d68eeb9bb14566a09e1b79cd015e3b2b9cea888209e98d6d1232035827746a4c591149afdccc6ea086d6ef25c7fa69c9154832cfba17527fd65b96bd1c62d87
+EBUILD shepherd-0.8.0.ebuild 629 BLAKE2B ae3d41ff21489066a7579931aa09f15f2240f0b208dddbf8f5c7b9a1430289a378e12f4d8d9a1166c7cf97ddae2326921d20090b53ec120625bc5e2d2a9f56ee SHA512 e46e14dbf31c78ce8154a7597252130b5e30309c53deb1105c94d38dad42966b400fb273b95c75714301d9d55bcd206eff37cda107bd73ffab4fc80fe47204cf
MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/sys-apps/shepherd/shepherd-0.7.0.ebuild b/sys-apps/shepherd/shepherd-0.8.0.ebuild
index 8ee6d79..4954722 100644
--- a/sys-apps/shepherd/shepherd-0.7.0.ebuild
+++ b/sys-apps/shepherd/shepherd-0.8.0.ebuild
@@ -17,7 +17,10 @@ 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
}