diff options
author | Thilo Bangert <bangert@gentoo.org> | 2006-11-05 11:35:50 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2006-11-05 11:35:50 +0000 |
commit | e927e3e9de32e3cb9471b7f46270341cd8fe8eff (patch) | |
tree | 28c3d42fcfd9eaa61d89667ff890be5709da27dc /sys-process/vixie-cron | |
parent | Stable on ppc (bug #151137) (diff) | |
download | gentoo-2-e927e3e9de32e3cb9471b7f46270341cd8fe8eff.tar.gz gentoo-2-e927e3e9de32e3cb9471b7f46270341cd8fe8eff.tar.bz2 gentoo-2-e927e3e9de32e3cb9471b7f46270341cd8fe8eff.zip |
add CRON_SYSTEM_CRONTAB=yes - to support more generic eclass - see bug #89213 - changes to cron.eclass forthcoming
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-process/vixie-cron')
-rw-r--r-- | sys-process/vixie-cron/ChangeLog | 9 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-3.0.1-r4.ebuild | 5 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-3.0.1-r5.ebuild | 5 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r7.ebuild | 7 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild | 5 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild | 5 |
6 files changed, 29 insertions, 7 deletions
diff --git a/sys-process/vixie-cron/ChangeLog b/sys-process/vixie-cron/ChangeLog index 47c6a42bbc4e..f851982790e0 100644 --- a/sys-process/vixie-cron/ChangeLog +++ b/sys-process/vixie-cron/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-process/vixie-cron # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.38 2006/10/17 10:46:05 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.39 2006/11/05 11:35:50 bangert Exp $ + + 05 Nov 2006; Thilo Bangert <bangert@gentoo.org> + vixie-cron-3.0.1-r4.ebuild, vixie-cron-3.0.1-r5.ebuild, + vixie-cron-4.1-r7.ebuild, vixie-cron-4.1-r8.ebuild, + vixie-cron-4.1-r9.ebuild: + add CRON_SYSTEM_CRONTAB="yes" - to support more generic eclass + see bug #89213 17 Oct 2006; Roy Marples <uberlord@gentoo.org> vixie-cron-4.1-r9.ebuild: Added ~sparc-fbsd keyword. diff --git a/sys-process/vixie-cron/vixie-cron-3.0.1-r4.ebuild b/sys-process/vixie-cron/vixie-cron-3.0.1-r4.ebuild index 5b50a7e974c6..10382caa4236 100644 --- a/sys-process/vixie-cron/vixie-cron-3.0.1-r4.ebuild +++ b/sys-process/vixie-cron/vixie-cron-3.0.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.2 2006/01/28 18:53:32 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.3 2006/11/05 11:35:50 bangert Exp $ inherit eutils @@ -28,6 +28,9 @@ RDEPEND="!virtual/cron PROVIDE="virtual/cron" +#vixie-cron supports /etc/crontab +CRON_SYSTEM_CRONTAB="yes" + src_unpack() { unpack ${A} diff --git a/sys-process/vixie-cron/vixie-cron-3.0.1-r5.ebuild b/sys-process/vixie-cron/vixie-cron-3.0.1-r5.ebuild index b93e78689bb9..ac99ebc7bdaf 100644 --- a/sys-process/vixie-cron/vixie-cron-3.0.1-r5.ebuild +++ b/sys-process/vixie-cron/vixie-cron-3.0.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-3.0.1-r5.ebuild,v 1.2 2006/01/28 18:53:32 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-3.0.1-r5.ebuild,v 1.3 2006/11/05 11:35:50 bangert Exp $ inherit eutils @@ -30,6 +30,9 @@ RDEPEND="!virtual/cron PROVIDE="virtual/cron" +#vixie-cron supports /etc/crontab +CRON_SYSTEM_CRONTAB="yes" + src_unpack() { unpack ${A} diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r7.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r7.ebuild index 95a85e685290..b79a3963465c 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r7.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r7.ebuild,v 1.13 2005/06/28 05:12:39 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r7.ebuild,v 1.14 2006/11/05 11:35:50 bangert Exp $ inherit cron toolchain-funcs debug pam @@ -25,6 +25,9 @@ DEPEND=">=sys-apps/portage-2.0.47-r10 RDEPEND="selinux? ( sys-libs/libselinux ) pam? ( sys-libs/pam )" +#vixie-cron supports /etc/crontab +CRON_SYSTEM_CRONTAB="yes" + src_unpack() { unpack ${A} cd ${S} diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild index 7e823d0e8dc9..5e89a7e390c7 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild,v 1.12 2006/04/19 22:16:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild,v 1.13 2006/11/05 11:35:50 bangert Exp $ inherit cron toolchain-funcs debug pam @@ -25,6 +25,9 @@ DEPEND=">=sys-apps/portage-2.0.47-r10 RDEPEND="selinux? ( sys-libs/libselinux ) pam? ( virtual/pam )" +#vixie-cron supports /etc/crontab +CRON_SYSTEM_CRONTAB="yes" + pkg_setup() { enewgroup cron 16 } diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild index c72abb77b611..307957408674 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild,v 1.12 2006/10/17 10:46:05 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild,v 1.13 2006/11/05 11:35:50 bangert Exp $ inherit cron toolchain-funcs debug pam @@ -25,6 +25,9 @@ DEPEND=">=sys-apps/portage-2.0.47-r10 RDEPEND="selinux? ( sys-libs/libselinux ) pam? ( virtual/pam )" +#vixie-cron supports /etc/crontab +CRON_SYSTEM_CRONTAB="yes" + pkg_setup() { enewgroup cron 16 } |