diff options
author | Thilo Bangert <bangert@gentoo.org> | 2011-01-29 21:52:10 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2011-01-29 21:52:10 +0000 |
commit | cb6a4195bddf7a81ce0ee097640bdc9afd15fbd2 (patch) | |
tree | c4344e0c4af156b20dff972119f7c04ce7374e52 /sys-process/bcron | |
parent | Provide a 'development' USE for installing .pc files as requested in bug #262... (diff) | |
download | gentoo-2-cb6a4195bddf7a81ce0ee097640bdc9afd15fbd2.tar.gz gentoo-2-cb6a4195bddf7a81ce0ee097640bdc9afd15fbd2.tar.bz2 gentoo-2-cb6a4195bddf7a81ce0ee097640bdc9afd15fbd2.zip |
dep on virtual/daemontools
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Diffstat (limited to 'sys-process/bcron')
-rw-r--r-- | sys-process/bcron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/bcron/bcron-0.09-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-process/bcron/bcron-0.09.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-process/bcron/ChangeLog b/sys-process/bcron/ChangeLog index 45416e1a119e..657cfe939627 100644 --- a/sys-process/bcron/ChangeLog +++ b/sys-process/bcron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/bcron # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/ChangeLog,v 1.16 2011/01/29 21:27:09 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/ChangeLog,v 1.17 2011/01/29 21:52:09 bangert Exp $ + + 29 Jan 2011; Thilo Bangert <bangert@gentoo.org> bcron-0.09.ebuild, + bcron-0.09-r2.ebuild: + dep on virtual/daemontools 29 Jan 2011; Thilo Bangert <bangert@gentoo.org> -bcron-0.09-r1.ebuild: remove old version diff --git a/sys-process/bcron/bcron-0.09-r2.ebuild b/sys-process/bcron/bcron-0.09-r2.ebuild index 311413e65169..403b534dede6 100644 --- a/sys-process/bcron/bcron-0.09-r2.ebuild +++ b/sys-process/bcron/bcron-0.09-r2.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/bcron/bcron-0.09-r2.ebuild,v 1.1 2010/08/09 09:41:21 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/bcron-0.09-r2.ebuild,v 1.2 2011/01/29 21:52:10 bangert Exp $ EAPI="2" @@ -20,7 +20,7 @@ RDEPEND="!virtual/cron >=sys-process/cronbase-0.3.2 virtual/mta sys-apps/ucspi-unix - sys-process/daemontools" + virtual/daemontools" PROVIDE="virtual/cron" CRON_SYSTEM_CRONTAB="yes" diff --git a/sys-process/bcron/bcron-0.09.ebuild b/sys-process/bcron/bcron-0.09.ebuild index 1554335230d5..6f793563867a 100644 --- a/sys-process/bcron/bcron-0.09.ebuild +++ b/sys-process/bcron/bcron-0.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/bcron/bcron-0.09.ebuild,v 1.11 2009/09/23 21:06:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/bcron-0.09.ebuild,v 1.12 2011/01/29 21:52:09 bangert Exp $ CRON_SYSTEM_CRONTAB="yes" @@ -20,7 +20,7 @@ RDEPEND="!virtual/cron >=sys-process/cronbase-0.3.2 virtual/mta sys-apps/ucspi-unix - sys-process/daemontools" + virtual/daemontools" PROVIDE="virtual/cron" src_compile() { |