summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-21 20:57:52 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-21 20:57:52 +0000
commitee0b3c95c80f26f5aa39a9ec333ac558fb6eff7f (patch)
tree95b5cc11deda7ab086d4f1ffda04f3c004ae8154 /sys-apps/supervise-scripts
parentupdated arch detect setup (diff)
downloadgentoo-2-ee0b3c95c80f26f5aa39a9ec333ac558fb6eff7f.tar.gz
gentoo-2-ee0b3c95c80f26f5aa39a9ec333ac558fb6eff7f.tar.bz2
gentoo-2-ee0b3c95c80f26f5aa39a9ec333ac558fb6eff7f.zip
New package. Fixes #3684
Diffstat (limited to 'sys-apps/supervise-scripts')
-rw-r--r--sys-apps/supervise-scripts/ChangeLog13
-rw-r--r--sys-apps/supervise-scripts/files/digest-supervise-scripts-3.41
-rw-r--r--sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild21
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-apps/supervise-scripts/ChangeLog b/sys-apps/supervise-scripts/ChangeLog
new file mode 100644
index 000000000000..aa579a44ad3b
--- /dev/null
+++ b/sys-apps/supervise-scripts/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for sys-apps/supervise-scripts
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supervise-scripts/ChangeLog,v 1.1 2002/06/21 20:57:52 rphillips Exp $
+
+*supervise-scripts-3.4 (21 Jun 2002)
+
+ 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/sys-apps/supervise-scripts/files/digest-supervise-scripts-3.4 b/sys-apps/supervise-scripts/files/digest-supervise-scripts-3.4
new file mode 100644
index 000000000000..9b2424fedc7a
--- /dev/null
+++ b/sys-apps/supervise-scripts/files/digest-supervise-scripts-3.4
@@ -0,0 +1 @@
+MD5 bb09a82728687fed581e88f7614c86ff supervise-scripts-3.4.tar.gz 16345
diff --git a/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild b/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild
new file mode 100644
index 000000000000..04652e27a349
--- /dev/null
+++ b/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# Maintainer: Stoyan Zhekov <zhware@hotpop.com>
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild,v 1.1 2002/06/21 20:57:52 rphillips Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Starting and stopping daemontools managed services."
+SRC_URI="http://untroubled.org/supervise-scripts/${P}.tar.gz"
+HOMEPAGE="http://untroubled.org/supervice-scripts/"
+RDEPENDS=">=sys-apps/daemontools-0.70"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ exeinto /usr/bin
+ doexe svc-add svc-isdown svc-isup svc-remove \
+ svc-start svc-status svc-stop \
+ svc-waitdown svc-waitup svscan-add-to-inittab
+}