diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/supervise-scripts | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/supervise-scripts')
-rw-r--r-- | sys-apps/supervise-scripts/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/supervise-scripts/ChangeLog b/sys-apps/supervise-scripts/ChangeLog index aa579a44ad3b..da2c3ccfb7d8 100644 --- a/sys-apps/supervise-scripts/ChangeLog +++ b/sys-apps/supervise-scripts/ChangeLog @@ -1,9 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/supervise-scripts/ChangeLog,v 1.2 2002/07/14 19:20:19 aliz Exp $ *supervise-scripts-3.4 (21 Jun 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> supervise-scripts-3.4.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild b/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild index 254cb5002284..6c621a1db652 100644 --- a/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild +++ b/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild,v 1.2 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild,v 1.3 2002/07/14 19:20:19 aliz 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/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" RDEPENDS=">=sys-apps/daemontools-0.70" src_compile() { |