summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2011-01-30 19:39:03 +0000
committerThilo Bangert <bangert@gentoo.org>2011-01-30 19:39:03 +0000
commit235e144907ff838c53cbe30415cbd05dd53b8445 (patch)
treef10e103d7236f632253a0de3910e4d16f0d9dbb2 /sys-process/daemontools-encore
parentalpha/ia64/sparc stable wrt #348987 (diff)
downloadgentoo-2-235e144907ff838c53cbe30415cbd05dd53b8445.tar.gz
gentoo-2-235e144907ff838c53cbe30415cbd05dd53b8445.tar.bz2
gentoo-2-235e144907ff838c53cbe30415cbd05dd53b8445.zip
remove old ebuilds
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Diffstat (limited to 'sys-process/daemontools-encore')
-rw-r--r--sys-process/daemontools-encore/ChangeLog6
-rw-r--r--sys-process/daemontools-encore/daemontools-encore-1.02.ebuild51
-rw-r--r--sys-process/daemontools-encore/daemontools-encore-1.04.ebuild51
3 files changed, 5 insertions, 103 deletions
diff --git a/sys-process/daemontools-encore/ChangeLog b/sys-process/daemontools-encore/ChangeLog
index f255b386bb8f..1d85e66d79d9 100644
--- a/sys-process/daemontools-encore/ChangeLog
+++ b/sys-process/daemontools-encore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/daemontools-encore
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/ChangeLog,v 1.3 2011/01/28 22:11:07 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools-encore/ChangeLog,v 1.4 2011/01/30 19:39:03 bangert Exp $
+
+ 30 Jan 2011; Thilo Bangert <bangert@gentoo.org>
+ -daemontools-encore-1.02.ebuild, -daemontools-encore-1.04.ebuild:
+ remove old ebuilds
*daemontools-encore-1.05 (28 Jan 2011)
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild
deleted file mode 100644
index 0306a97e48b5..000000000000
--- a/sys-process/daemontools-encore/daemontools-encore-1.02.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 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.02.ebuild,v 1.2 2011/01/06 04:01:11 mr_bones_ Exp $
-
-EAPI=3
-
-inherit eutils toolchain-funcs flag-o-matic qmail
-
-DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="http://untroubled.org/daemontools-encore/"
-SRC_URI="${HOMEPAGE}/${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 || die
-}
-
-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 || die
-
- dodoc ChangeLog CHANGES CHANGES.djb README TODO
-
- newinitd "${FILESDIR}"/svscan.init-${PV} 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
-}
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.04.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.04.ebuild
deleted file mode 100644
index 6993bc86c172..000000000000
--- a/sys-process/daemontools-encore/daemontools-encore-1.04.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 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.04.ebuild,v 1.1 2011/01/18 19:31:39 bangert Exp $
-
-EAPI=3
-
-inherit eutils toolchain-funcs flag-o-matic qmail
-
-DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="http://untroubled.org/daemontools-encore/"
-SRC_URI="${HOMEPAGE}/${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 || die
-}
-
-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 || die
-
- dodoc ChangeLog CHANGES CHANGES.djb README TODO
-
- newinitd "${FILESDIR}"/svscan.init-1.02 svscan || die
-}
-
-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
-}