polynomial-c 14/09/22 08:36:39 Modified: ChangeLog Added: daemontools-encore-1.10.ebuild Removed: daemontools-encore-1.05.ebuild Log: Version bump. Removed old. Added rewritten init script (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.7 sys-process/daemontools-encore/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 18 Oct 2013 09:26:46 -0000 1.6 +++ ChangeLog 22 Sep 2014 08:36:38 -0000 1.7 @@ -1,6 +1,13 @@ # ChangeLog for sys-process/daemontools-encore -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/ChangeLog,v 1.6 2013/10/18 09:26:46 chainsaw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/ChangeLog,v 1.7 2014/09/22 08:36:38 polynomial-c Exp $ + +*daemontools-encore-1.10 (22 Sep 2014) + + 22 Sep 2014; Lars Wendler <[email protected]> + -daemontools-encore-1.05.ebuild, +daemontools-encore-1.10.ebuild, + +files/svscan.init-2: + Version bump. Removed old. Added rewritten init script. *daemontools-encore-1.06 (18 Oct 2013) 1.1 sys-process/daemontools-encore/daemontools-encore-1.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild?rev=1.1&content-type=text/plain Index: daemontools-encore-1.10.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild,v 1.1 2014/09/22 08:36:39 polynomial-c Exp $ 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="~x86 ~amd64" 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 }
