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>
This commit is contained in:
Sam James
2021-05-13 15:52:18 +02:00
committed by David Seifert
parent be01a758bd
commit 43788a87a1
2 changed files with 0 additions and 51 deletions

View File

@@ -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

View File

@@ -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
}