diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-03-29 21:28:19 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-03-29 21:28:19 +0000 |
commit | 421f1264a9285db7b5daff26229ed6bd7528444c (patch) | |
tree | 3b61cedc5465c49da38908496c6bb6b7a90079ee /sys-apps | |
parent | Stable on AMD64 (diff) | |
download | historical-421f1264a9285db7b5daff26229ed6bd7528444c.tar.gz historical-421f1264a9285db7b5daff26229ed6bd7528444c.tar.bz2 historical-421f1264a9285db7b5daff26229ed6bd7528444c.zip |
Stable on AMD64. Also no longer need sighup notice in /etc/crontab, bug 39749.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/vixie-cron/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/vixie-cron/files/crontab | 3 | ||||
-rw-r--r-- | sys-apps/vixie-cron/files/crontab-3.0.1-r4 | 3 | ||||
-rw-r--r-- | sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/vixie-cron/ChangeLog b/sys-apps/vixie-cron/ChangeLog index ffdf10e44a1e..db4172a90969 100644 --- a/sys-apps/vixie-cron/ChangeLog +++ b/sys-apps/vixie-cron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/vixie-cron # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.11 2004/03/29 20:15:13 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.12 2004/03/29 21:28:19 avenj Exp $ + + 29 Mar 2004; Jon Portnoy <avenj@gentoo.org> + files/crontab, files/crontab-3.0.1-r4, vixie-cron-3.0.1-r4.ebuild : + No longer need SIGHUP notice, bug 39749. + 3.0.1-r4 stable on AMD64. 29 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> vixie-cron-3.0.1-r4.ebuild: diff --git a/sys-apps/vixie-cron/files/crontab b/sys-apps/vixie-cron/files/crontab index e633258a9e10..0bc2bbb98f82 100644 --- a/sys-apps/vixie-cron/files/crontab +++ b/sys-apps/vixie-cron/files/crontab @@ -1,7 +1,6 @@ # for vixie cron -# remember to give cron a sighup when updating this file # -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab,v 1.3 2003/12/14 17:19:25 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab,v 1.4 2004/03/29 21:28:19 avenj Exp $ # # Global variables diff --git a/sys-apps/vixie-cron/files/crontab-3.0.1-r4 b/sys-apps/vixie-cron/files/crontab-3.0.1-r4 index 004155f8a1e1..810152f8aada 100644 --- a/sys-apps/vixie-cron/files/crontab-3.0.1-r4 +++ b/sys-apps/vixie-cron/files/crontab-3.0.1-r4 @@ -1,7 +1,6 @@ # for vixie cron -# remember to give cron a sighup when updating this file # -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab-3.0.1-r4,v 1.3 2003/12/14 17:19:25 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/crontab-3.0.1-r4,v 1.4 2004/03/29 21:28:19 avenj Exp $ # # diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild index 3c712e71838c..51776d2aefc6 100644 --- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild +++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.9 2004/03/29 20:15:13 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.10 2004/03/29 21:28:19 avenj Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc sparc ~alpha ~mips hppa ~ia64 ~amd64 ppc64" +KEYWORDS="x86 ~ppc sparc ~alpha ~mips hppa ~ia64 amd64 ppc64" DEPEND=">=sys-apps/portage-2.0.47-r10 >=sys-apps/sed-4.0.5 |