diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-09-01 20:20:07 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-09-01 20:20:07 +0000 |
commit | 265ef84d7465276532136321858f0cad79a7e704 (patch) | |
tree | f2cb50ac22913c74f8a798419af55538053064a7 /sys-apps/fcron | |
parent | defconfig, version problems, alsa-driver fix (diff) | |
download | gentoo-2-265ef84d7465276532136321858f0cad79a7e704.tar.gz gentoo-2-265ef84d7465276532136321858f0cad79a7e704.tar.bz2 gentoo-2-265ef84d7465276532136321858f0cad79a7e704.zip |
resolved bug 4242 (remove vim as default editor)
Diffstat (limited to 'sys-apps/fcron')
-rw-r--r-- | sys-apps/fcron/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/fcron/fcron-2.0.0-r1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/fcron/ChangeLog b/sys-apps/fcron/ChangeLog index 3efdfc53cd3b..0494bc0dd648 100644 --- a/sys-apps/fcron/ChangeLog +++ b/sys-apps/fcron/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/fcron # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.7 2002/07/21 19:02:40 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.8 2002/09/01 20:20:07 mkennedy Exp $ + + 1 Sep 2002; Matthew Kennedy <mkennedy@gentoo.org> + fcron-2.0.0-r1.ebuild, files/digest-fcron-2.0.0-r1, ChangeLog : + + Resolved bug #4242 (ie. vim is no longer a dependency -- vim in turn + depends on xfree86 which will surprise users when they emerge fcron) 31 May 2002; Thilo Bangert <bangert@gentoo.org> fcron-2.0.0-r1.ebuild : diff --git a/sys-apps/fcron/fcron-2.0.0-r1.ebuild b/sys-apps/fcron/fcron-2.0.0-r1.ebuild index 793fe0fdb143..ce885568496f 100644 --- a/sys-apps/fcron/fcron-2.0.0-r1.ebuild +++ b/sys-apps/fcron/fcron-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.9 2002/08/16 03:02:01 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.10 2002/09/01 20:20:07 mkennedy Exp $ DESCRIPTION="A command scheduler with extended capabilities over cron and anacron" HOMEPAGE="http://fcron.free.fr/" @@ -15,8 +15,7 @@ DEPEND="virtual/glibc" RDEPEND="!virtual/cron sys-apps/cronbase - virtual/mta - app-editors/vim" + virtual/mta" PROVIDE="virtual/cron" @@ -39,7 +38,7 @@ src_compile() { --with-etcdir=/etc/fcron \ --with-spooldir=/var/spool/cron \ --with-sendmail=/usr/sbin/sendmail \ - --with-editor=/usr/bin/vim \ + --with-editor=/usr/bin/nano \ --with-cflags="${CFLAGS}" --host=${CHOST} || die "bad configure" emake || die "compile problem" |