summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-26 22:10:23 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-26 22:10:23 +0000
commitda216bbd150d9d6c3b553a7b2731780be81db862 (patch)
tree761835ab590d45c8de4e8ac299ce8260082891ba /sys-apps
parentversion bump - now uses dev-libs/bglibs (diff)
downloadgentoo-2-da216bbd150d9d6c3b553a7b2731780be81db862.tar.gz
gentoo-2-da216bbd150d9d6c3b553a7b2731780be81db862.tar.bz2
gentoo-2-da216bbd150d9d6c3b553a7b2731780be81db862.zip
new release of cronbase. that way everybody gets the new and improved run-crons
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/cronbase/ChangeLog6
-rw-r--r--sys-apps/cronbase/cronbase-0.2.1.ebuild (renamed from sys-apps/cronbase/cronbase-0.01.ebuild)2
-rw-r--r--sys-apps/cronbase/cronbase-0.2.ebuild36
-rw-r--r--sys-apps/cronbase/files/digest-cronbase-0.20
-rw-r--r--sys-apps/cronbase/files/digest-cronbase-0.2.1 (renamed from sys-apps/cronbase/files/digest-cronbase-0.01)0
5 files changed, 5 insertions, 39 deletions
diff --git a/sys-apps/cronbase/ChangeLog b/sys-apps/cronbase/ChangeLog
index 8e9473f36e00..1afbda6b0d60 100644
--- a/sys-apps/cronbase/ChangeLog
+++ b/sys-apps/cronbase/ChangeLog
@@ -1,8 +1,10 @@
# ChangeLog for sys-apps/cronbase
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/ChangeLog,v 1.5 2002/06/26 09:48:04 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/ChangeLog,v 1.6 2002/06/26 22:10:23 bangert Exp $
- 23 Jun 2002; Thilo Bangert <bangert@gentoo.org> files/run-crons :
+*cronbase-0.2.1 (27 Jun 2002)
+
+ 26 Jun 2002; Thilo Bangert <bangert@gentoo.org> files/run-crons :
rethought rewrite and fixed a race. thanks go to jnelseon and george
diff --git a/sys-apps/cronbase/cronbase-0.01.ebuild b/sys-apps/cronbase/cronbase-0.2.1.ebuild
index 3e141a25649a..2a9bbe176769 100644
--- a/sys-apps/cronbase/cronbase-0.01.ebuild
+++ b/sys-apps/cronbase/cronbase-0.2.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Author: Thilo Bangert <bangert@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/cronbase-0.01.ebuild,v 1.5 2002/05/13 18:34:05 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/cronbase-0.2.1.ebuild,v 1.1 2002/06/26 22:10:23 bangert Exp $
DESCRIPTION="The is the base for all cron ebuilds."
HOMEPAGE="http://www.gentoo.org/"
diff --git a/sys-apps/cronbase/cronbase-0.2.ebuild b/sys-apps/cronbase/cronbase-0.2.ebuild
deleted file mode 100644
index 83f22a29b069..000000000000
--- a/sys-apps/cronbase/cronbase-0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# Author: Thilo Bangert <bangert@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/cronbase-0.2.ebuild,v 1.1 2002/06/23 17:37:19 bangert Exp $
-
-DESCRIPTION="The is the base for all cron ebuilds."
-HOMEPAGE="http://www.gentoo.org/"
-LICENSE="GPL-2"
-
-#adds ".keep" files so that dirs aren't auto-cleaned
-keepdir() {
- dodir $*
- local x
- for x in $*
- do
- touch ${D}/${x}/.keep
- done
-}
-
-src_install () {
-
- exeinto /usr/sbin
- doexe ${FILESDIR}/run-crons
-
- diropts -m0750; keepdir /etc/cron.hourly
- diropts -m0750; keepdir /etc/cron.daily
- diropts -m0750; keepdir /etc/cron.weekly
- diropts -m0750; keepdir /etc/cron.monthly
-
- diropts -m0750 -o root -g cron; keepdir /var/spool/cron
-
- diropts -m0750; keepdir /var/spool/cron/lastrun
-
- dodoc ${FILESDIR}/README
-
-}
diff --git a/sys-apps/cronbase/files/digest-cronbase-0.2 b/sys-apps/cronbase/files/digest-cronbase-0.2
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/sys-apps/cronbase/files/digest-cronbase-0.2
+++ /dev/null
diff --git a/sys-apps/cronbase/files/digest-cronbase-0.01 b/sys-apps/cronbase/files/digest-cronbase-0.2.1
index e69de29bb2d1..e69de29bb2d1 100644
--- a/sys-apps/cronbase/files/digest-cronbase-0.01
+++ b/sys-apps/cronbase/files/digest-cronbase-0.2.1