summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-10-09 17:24:09 +0000
committerJeroen Roovers <jer@gentoo.org>2007-10-09 17:24:09 +0000
commita645086e5d14708515c5c60607a6bd7c9ded6cab (patch)
tree92a998c89c5dfde77a093a3b85ba00ec4229d526 /sys-process
parentstable ppc, bug #193947 (diff)
downloadgentoo-2-a645086e5d14708515c5c60607a6bd7c9ded6cab.tar.gz
gentoo-2-a645086e5d14708515c5c60607a6bd7c9ded6cab.tar.bz2
gentoo-2-a645086e5d14708515c5c60607a6bd7c9ded6cab.zip
Stable for HPPA (bug #195241). Fix quoting issues caught by new repoman.
(Portage version: 2.1.3.12)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/fcron/ChangeLog5
-rw-r--r--sys-process/fcron/fcron-3.0.3.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog
index a397dd97a732..d1eef49797e5 100644
--- a/sys-process/fcron/ChangeLog
+++ b/sys-process/fcron/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/fcron
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.45 2007/10/09 16:34:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.46 2007/10/09 17:24:09 jer Exp $
+
+ 09 Oct 2007; Jeroen Roovers <jer@gentoo.org> fcron-3.0.3.ebuild:
+ Stable for HPPA (bug #195241). Fix quoting issues caught by new repoman.
09 Oct 2007; Christian Faulhammer <opfer@gentoo.org> fcron-3.0.3.ebuild:
stable x86, bug 195241
diff --git a/sys-process/fcron/fcron-3.0.3.ebuild b/sys-process/fcron/fcron-3.0.3.ebuild
index 619a098b88cc..3d6ea1df65ec 100644
--- a/sys-process/fcron/fcron-3.0.3.ebuild
+++ b/sys-process/fcron/fcron-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.3.ebuild,v 1.2 2007/10/09 16:34:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.3.ebuild,v 1.3 2007/10/09 17:24:09 jer Exp $
inherit cron pam eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://fcron.free.fr/"
SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 hppa ~ppc ~sparc x86 ~x86-fbsd"
IUSE="debug doc pam selinux"
DEPEND="doc? ( >=app-text/docbook-dsssl-stylesheets-1.77 )
@@ -40,7 +40,7 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# respect LDFLAGS
sed -i "s:\(@LIBS@\):\$(LDFLAGS) \1:" Makefile.in || die "sed failed"
@@ -113,10 +113,10 @@ src_install() {
# install /etc/crontab and /etc/fcrontab
insopts -m0640 -o ${rootuser:-root} -g ${rootgroup:-root}
insinto /etc
- doins ${FILESDIR}/crontab ${FILESDIR}/fcrontab
+ doins "${FILESDIR}"/crontab "${FILESDIR}"/fcrontab
# install init script
- newinitd ${FILESDIR}/fcron.init fcron
+ newinitd "${FILESDIR}"/fcron.init fcron
# install the very handy check_system_crontabs script
dosbin script/check_system_crontabs
@@ -124,7 +124,7 @@ src_install() {
# doc stuff
dodoc MANIFEST VERSION
newdoc files/fcron.conf fcron.conf.sample
- dodoc ${FILESDIR}/crontab
+ dodoc "${FILESDIR}"/crontab
dodoc doc/en/txt/{readme,thanks,faq,todo,relnotes,changes}.txt
rm -f doc/en/man/*.3 # ugly hack for bitstring.3 manpage
doman doc/en/man/*.[0-9]