summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-05-04 17:18:13 +0000
committerThilo Bangert <bangert@gentoo.org>2002-05-04 17:18:13 +0000
commit8a4032cbf056a7a71552086a565230e6799c42b5 (patch)
treeee20346e8bed73acbbe3866e07b23f2ea6583572 /sys-apps/dcron
parentperllocal.pod fix (diff)
downloadhistorical-8a4032cbf056a7a71552086a565230e6799c42b5.tar.gz
historical-8a4032cbf056a7a71552086a565230e6799c42b5.tar.bz2
historical-8a4032cbf056a7a71552086a565230e6799c42b5.zip
lintool fix - added LICENSE
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r--sys-apps/dcron/ChangeLog9
-rw-r--r--sys-apps/dcron/dcron-2.7-r9.ebuild18
2 files changed, 18 insertions, 9 deletions
diff --git a/sys-apps/dcron/ChangeLog b/sys-apps/dcron/ChangeLog
index 87e954dbc5d0..b55739def4d3 100644
--- a/sys-apps/dcron/ChangeLog
+++ b/sys-apps/dcron/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/dcron
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.4 2002/04/20 22:03:25 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.5 2002/05/04 17:18:13 bangert Exp $
+
+ 4 May 2002; Thilo Bangert <bangert@gentoo.org> dcron-2.7-r8.ebuild
+
+ made lintool happy - added LICENSE
+
+
+*dcron-2.7-r9 (20 Apr 2002)
20 Apr 2002; Thilo Bangert <bangert@gentoo.org> files/crontab
diff --git a/sys-apps/dcron/dcron-2.7-r9.ebuild b/sys-apps/dcron/dcron-2.7-r9.ebuild
index 64e7b4eb0f31..bf9542a5692c 100644
--- a/sys-apps/dcron/dcron-2.7-r9.ebuild
+++ b/sys-apps/dcron/dcron-2.7-r9.ebuild
@@ -1,20 +1,22 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r9.ebuild,v 1.2 2002/04/21 12:40:51 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r9.ebuild,v 1.3 2002/05/04 17:18:13 bangert Exp $
# to use this, you must be part of the "cron" group
S=${WORKDIR}/dcron
DESCRIPTION="A cute little cron from Matt Dillon"
SRC_URI="http://apollo.backplane.com/FreeSrc/dcron27.tgz"
-HOMEPAGE="http://apollo.backplane.com"
+HOMEPAGE="http://apollo.backplane.com/"
+LICENSE="GPL-2"
DEPEND="virtual/glibc"
RDEPEND="!virtual/cron
sys-apps/cronbase
virtual/mta"
+
PROVIDE="virtual/cron"
src_unpack() {
@@ -59,11 +61,11 @@ src_install() {
pkg_postinst() {
- echo
- einfo "To activate /etc/cron.{hourly|daily|weekly|montly} please run: "
- einfo "crontab /etc/crontab"
- echo
- einfo "!!! That will replace root's current crontab !!!"
- echo
+ echo
+ einfo "To activate /etc/cron.{hourly|daily|weekly|montly} please run: "
+ einfo "crontab /etc/crontab"
+ echo
+ einfo "!!! That will replace root's current crontab !!!"
+ echo
}