From 12806f883be0caa772c2a94fc5d73e4543920ccf Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Thu, 4 Jun 2020 16:23:56 +0200 Subject: sys-apps/shepherd: Bump to 0.8.1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- sys-apps/shepherd/Manifest | 4 ++-- sys-apps/shepherd/shepherd-0.8.0.ebuild | 26 -------------------------- sys-apps/shepherd/shepherd-0.8.1.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 sys-apps/shepherd/shepherd-0.8.0.ebuild create mode 100644 sys-apps/shepherd/shepherd-0.8.1.ebuild (limited to 'sys-apps') diff --git a/sys-apps/shepherd/Manifest b/sys-apps/shepherd/Manifest index d14603e..0dd58c7 100644 --- a/sys-apps/shepherd/Manifest +++ b/sys-apps/shepherd/Manifest @@ -1,3 +1,3 @@ -DIST shepherd-0.8.0.tar.gz 700664 BLAKE2B 8dfa3fd9a15fb332ebf160bd51efcd8c8a1eb25eb74f3f38e26daad3d8dcf084fa88354c7967ccac331506dc9a4285abefb9f80291b99c0281483140ef2fb02c SHA512 4d68eeb9bb14566a09e1b79cd015e3b2b9cea888209e98d6d1232035827746a4c591149afdccc6ea086d6ef25c7fa69c9154832cfba17527fd65b96bd1c62d87 -EBUILD shepherd-0.8.0.ebuild 629 BLAKE2B ae3d41ff21489066a7579931aa09f15f2240f0b208dddbf8f5c7b9a1430289a378e12f4d8d9a1166c7cf97ddae2326921d20090b53ec120625bc5e2d2a9f56ee SHA512 e46e14dbf31c78ce8154a7597252130b5e30309c53deb1105c94d38dad42966b400fb273b95c75714301d9d55bcd206eff37cda107bd73ffab4fc80fe47204cf +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/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 -} diff --git a/sys-apps/shepherd/shepherd-0.8.1.ebuild b/sys-apps/shepherd/shepherd-0.8.1.ebuild new file mode 100644 index 0000000..4954722 --- /dev/null +++ b/sys-apps/shepherd/shepherd-0.8.1.ebuild @@ -0,0 +1,26 @@ +# 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 +} -- cgit v1.2.3-2-gb3c3