diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-18 02:20:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-18 02:20:41 +0000 |
commit | 256c36704eef54fb902e46a338e78df50bb8306d (patch) | |
tree | 0eb60ae60a0589b129940011addb513b89c38ad3 /sys-process/cronbase | |
parent | Move the rsyncd.conf file to /etc. (diff) | |
download | gentoo-2-256c36704eef54fb902e46a338e78df50bb8306d.tar.gz gentoo-2-256c36704eef54fb902e46a338e78df50bb8306d.tar.bz2 gentoo-2-256c36704eef54fb902e46a338e78df50bb8306d.zip |
touchups
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-process/cronbase')
-rw-r--r-- | sys-process/cronbase/cronbase-0.3.1.ebuild | 9 | ||||
-rw-r--r-- | sys-process/cronbase/cronbase-0.3.2.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/sys-process/cronbase/cronbase-0.3.1.ebuild b/sys-process/cronbase/cronbase-0.3.1.ebuild index 3382ba13ad61..d53275f0ef2c 100644 --- a/sys-process/cronbase/cronbase-0.3.1.ebuild +++ b/sys-process/cronbase/cronbase-0.3.1.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.1.ebuild,v 1.1 2005/03/04 23:24:54 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.1.ebuild,v 1.2 2005/03/18 02:20:41 vapier Exp $ DESCRIPTION="base for all cron ebuilds" HOMEPAGE="http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" src_install() { - exeinto /usr/sbin - newexe ${FILESDIR}/run-crons-${PV} run-crons || die + newsbin "${FILESDIR}"/run-crons-${PV} run-crons || die diropts -m0750; keepdir /etc/cron.hourly diropts -m0750; keepdir /etc/cron.daily @@ -23,5 +22,5 @@ src_install() { diropts -m0750; keepdir /var/spool/cron/lastrun - dodoc ${FILESDIR}/README + dodoc "${FILESDIR}"/README } diff --git a/sys-process/cronbase/cronbase-0.3.2.ebuild b/sys-process/cronbase/cronbase-0.3.2.ebuild index feb8845dc4aa..ea5443784b69 100644 --- a/sys-process/cronbase/cronbase-0.3.2.ebuild +++ b/sys-process/cronbase/cronbase-0.3.2.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.2.ebuild,v 1.1 2005/03/09 12:51:34 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.2.ebuild,v 1.2 2005/03/18 02:20:41 vapier Exp $ DESCRIPTION="base for all cron ebuilds" HOMEPAGE="http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" src_install() { - exeinto /usr/sbin - newexe ${FILESDIR}/run-crons-${PV} run-crons || die + newsbin "${FILESDIR}"/run-crons-${PV} run-crons || die diropts -m0750; keepdir /etc/cron.hourly diropts -m0750; keepdir /etc/cron.daily @@ -23,5 +22,5 @@ src_install() { diropts -m0750; keepdir /var/spool/cron/lastrun - dodoc ${FILESDIR}/README + dodoc "${FILESDIR}"/README } |