summaryrefslogtreecommitdiff
path: root/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /sys-process/daemontools-encore/daemontools-encore-1.10.ebuild
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'sys-process/daemontools-encore/daemontools-encore-1.10.ebuild')
-rw-r--r--sys-process/daemontools-encore/daemontools-encore-1.10.ebuild50
1 files changed, 0 insertions, 50 deletions
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
-}