summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2011-01-29 23:14:00 +0000
committerThilo Bangert <bangert@gentoo.org>2011-01-29 23:14:00 +0000
commit7cc6ec22dcf32e1a3b240aa5b0c6dc10e4ed1fae (patch)
tree1c67ac50700fb75da4919c4a0874a7107f773ff4 /sys-process/supervise-scripts
parentdep on virtual/daemontools (diff)
downloadgentoo-2-7cc6ec22dcf32e1a3b240aa5b0c6dc10e4ed1fae.tar.gz
gentoo-2-7cc6ec22dcf32e1a3b240aa5b0c6dc10e4ed1fae.tar.bz2
gentoo-2-7cc6ec22dcf32e1a3b240aa5b0c6dc10e4ed1fae.zip
dep on virtual/daemontools
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Diffstat (limited to 'sys-process/supervise-scripts')
-rw-r--r--sys-process/supervise-scripts/ChangeLog8
-rw-r--r--sys-process/supervise-scripts/supervise-scripts-3.5.ebuild6
-rw-r--r--sys-process/supervise-scripts/supervise-scripts-4.0.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-process/supervise-scripts/ChangeLog b/sys-process/supervise-scripts/ChangeLog
index 991002204181..730fb845a11e 100644
--- a/sys-process/supervise-scripts/ChangeLog
+++ b/sys-process/supervise-scripts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/supervise-scripts
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/ChangeLog,v 1.7 2010/01/14 15:02:04 bangert Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/ChangeLog,v 1.8 2011/01/29 23:14:00 bangert Exp $
+
+ 29 Jan 2011; Thilo Bangert <bangert@gentoo.org> supervise-scripts-3.5.ebuild,
+ supervise-scripts-4.0.ebuild:
+ dep on virtual/daemontools
14 Jan 2010; Thilo Bangert <bangert@gentoo.org>
supervise-scripts-3.5.ebuild:
diff --git a/sys-process/supervise-scripts/supervise-scripts-3.5.ebuild b/sys-process/supervise-scripts/supervise-scripts-3.5.ebuild
index fd9b223aad7e..6162e962b52f 100644
--- a/sys-process/supervise-scripts/supervise-scripts-3.5.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-3.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/supervise-scripts-3.5.ebuild,v 1.6 2010/01/14 15:02:04 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/supervise-scripts-3.5.ebuild,v 1.7 2011/01/29 23:14:00 bangert Exp $
inherit eutils fixheadtails toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
-RDEPEND=">=sys-process/daemontools-0.70"
+RDEPEND="virtual/daemontools"
DEPEND="${RDEPEND}
dev-libs/bglibs"
diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild
index 97dc33fd47d6..0f5984f9efcf 100644
--- a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild,v 1.1 2010/01/14 11:49:44 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild,v 1.2 2011/01/29 23:14:00 bangert Exp $
EAPI="2"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
-RDEPEND=">=sys-process/daemontools-0.76"
+RDEPEND="virtual/daemontools"
DEPEND="${RDEPEND}"
src_prepare() {