diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:52:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:52:18 +0200 |
commit | 43788a87a189b38afb1da477cdf431b697d18d02 (patch) | |
tree | cc2dc67c0e7699d8029908b4e1709d6b0ef2550c | |
parent | dev-util/cpuinfo-collection: mark ALLARCHES (diff) | |
download | gentoo-43788a87a189b38afb1da477cdf431b697d18d02.tar.gz gentoo-43788a87a189b38afb1da477cdf431b697d18d02.tar.bz2 gentoo-43788a87a189b38afb1da477cdf431b697d18d02.zip |
sys-process/daemontools-encore: drop 1.10 (EAPI 5)
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | sys-process/daemontools-encore/Manifest | 1 | ||||
-rw-r--r-- | sys-process/daemontools-encore/daemontools-encore-1.10.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/sys-process/daemontools-encore/Manifest b/sys-process/daemontools-encore/Manifest index bddd090077fb..0752e87efd81 100644 --- a/sys-process/daemontools-encore/Manifest +++ b/sys-process/daemontools-encore/Manifest @@ -1,2 +1 @@ -DIST daemontools-encore-1.10.tar.gz 87096 BLAKE2B f0e5accc319caa1b4f4f15f5bdf2c2d59c5f398698509ad288a9b7ba33944fb49155386bf0edebda20959ea1c7d1fce14be883a0a96c1d2e054886c7df17d64a SHA512 569030fb9941186f167644740d0424987105b7a818d5a3cdb4e90ced5530a16938b7205141ca2f198f83362269f9cc28eb5acafe9cd7f985c8e56d307f706767 DIST daemontools-encore-1.11.tar.gz 94917 BLAKE2B 747da62ae97d4e4b28ca5309cbf835fe989db23d9f7a408bcce6fa7b17a658740024867daf9116dcbcb02e16a6b0ee92210bd485ecceef9b7ecbb2e0ea79e110 SHA512 1e1a96a948d551bfc38496740eaa85b7cae0d2469419293b133533da75ca03657fe6108129703ad7b773925c58ce84a4f242eb612133fb0c499f47ae50423a8a diff --git a/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild deleted file mode 100644 index b9827594a5d5..000000000000 --- a/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit flag-o-matic qmail - -DESCRIPTION="Collection of tools for managing UNIX services" -HOMEPAGE="http://untroubled.org/daemontools-encore/" -SRC_URI="http://untroubled.org/daemontools-encore/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="selinux static" - -DEPEND="" -RDEPEND="selinux? ( sec-policy/selinux-daemontools ) - !sys-process/daemontools - !app-doc/daemontools-man" - -src_compile() { - use static && append-ldflags -static - qmail_set_cc - emake -} - -src_install() { - keepdir /service - - echo ${D}/usr/bin >conf-bin - echo ${D}/usr/share/man >conf-man - dodir /usr/bin - dodir /usr/share/man - emake install - - dodoc ChangeLog CHANGES CHANGES.djb README TODO - - newinitd "${FILESDIR}"/svscan.init-2 svscan -} - -pkg_postinst() { - einfo - einfo "You can run daemontools using the svscan init.d script," - einfo "or you could run it through inittab." - einfo "To use inittab, emerge supervise-scripts and run:" - einfo "svscan-add-to-inittab" - einfo "Then you can hup init with the command telinit q" - einfo -} |