summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-12-18 13:29:00 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-12-18 13:29:00 +0000
commit0cce7bde4f3c14c0f0de9d8c826a954324c139db (patch)
tree53248547d0589dcadb040508886f0ea7dc5ef903 /sci-misc
parentadd dev-scheme/gauche-gl:cg (diff)
downloadhistorical-0cce7bde4f3c14c0f0de9d8c826a954324c139db.tar.gz
historical-0cce7bde4f3c14c0f0de9d8c826a954324c139db.tar.bz2
historical-0cce7bde4f3c14c0f0de9d8c826a954324c139db.zip
Fixed dep, bug 115819. Also adjusted handling of the log file.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/boinc/ChangeLog6
-rw-r--r--sci-misc/boinc/Manifest12
-rw-r--r--sci-misc/boinc/boinc-5.2.14.ebuild4
-rw-r--r--sci-misc/boinc/files/boinc.init6
4 files changed, 18 insertions, 10 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog
index 1e8cb04b652a..33426cd55a71 100644
--- a/sci-misc/boinc/ChangeLog
+++ b/sci-misc/boinc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-misc/boinc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.17 2005/12/11 21:23:28 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.18 2005/12/18 13:29:00 cryos Exp $
+
+ 18 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> files/boinc.init,
+ boinc-5.2.14.ebuild:
+ Fixed dep, bug 115819. Also adjusted handling of the log file.
11 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org>
+files/08_all_Makefile.patch, boinc-5.2.14.ebuild:
diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index 83a6c0523098..abbfde76afae 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,20 +1,20 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 c8aef4af75c0ec92d841819c55edfe0f ChangeLog 3969
+MD5 ea7a351589defbd9aafdaca09ccb9d16 ChangeLog 4128
MD5 2e4104084577e624961e3622335525e5 boinc-4.72.20050813-r3.ebuild 2323
-MD5 3356cfae15b028ba11bb777339309196 boinc-5.2.14.ebuild 2373
+MD5 390706261c0bb69ece5fedd90a269b7a boinc-5.2.14.ebuild 2373
MD5 52c02ebc56426be6995963efa6cdd075 files/08_all_Makefile.patch 792
MD5 603e1bde6bb2873a014b6b8984e21564 files/boinc-4.72.20050813-gcc4-fix.patch 315
MD5 5418cddcce4923a19fdf0c6bafea11bf files/boinc.conf 440
-MD5 2e064f401619e4905a21342edec0f4e7 files/boinc.init 1732
+MD5 65f52ec0126ca93deeec92362b6a31fe files/boinc.init 1823
MD5 54ee39e6bbb50b705cb5fac638568d8b files/digest-boinc-4.72.20050813-r3 80
MD5 2a247d3dbe62f019735a5ad35134fd7c files/digest-boinc-5.2.14 137
MD5 4b2e94b92c84896e0204d9e7710f9c6a metadata.xml 420
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDnJjqntT9W3vfTuoRAh21AKCmCTug1XnbSKqg6P6Be30ZeefGdQCcDLLg
-pA0zDVGz7FGf8YQFYJf8eEM=
-=axEd
+iD8DBQFDpWQtntT9W3vfTuoRAq28AKCRb5P+6aXn5Wn+7Mmj2rrYITk25ACdHWE7
+CfSR7BDlK3IillUZEGrE/K0=
+=f7il
-----END PGP SIGNATURE-----
diff --git a/sci-misc/boinc/boinc-5.2.14.ebuild b/sci-misc/boinc/boinc-5.2.14.ebuild
index 0bd92ef5820e..cc749326dc3b 100644
--- a/sci-misc/boinc/boinc-5.2.14.ebuild
+++ b/sci-misc/boinc/boinc-5.2.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v 1.2 2005/12/11 21:23:28 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v 1.3 2005/12/18 13:29:00 cryos Exp $
inherit eutils
@@ -17,7 +17,7 @@ IUSE="server X"
RDEPEND="sys-libs/zlib
>=net-misc/curl-7.15.0
>=dev-libs/openssl-0.9.7
- X? ( >=x11-libs/wxGTK-2.6.1 )
+ X? ( >=x11-libs/wxGTK-2.6.2 )
server? ( net-www/apache
>=dev-db/mysql-4.0.24
virtual/php
diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init
index 2245e29b63ea..8a2543faae3b 100644
--- a/sci-misc/boinc/files/boinc.init
+++ b/sci-misc/boinc/files/boinc.init
@@ -31,6 +31,10 @@ start() {
if [ ! -f ${LOGFILE} ]; then
touch ${LOGFILE}
chown ${USER}:${GROUP} ${LOGFILE}
+ else
+ mv ${LOGFILE} ${LOGFILE}.old
+ touch ${LOGFILE}
+ chown ${USER}:${GROUP} ${LOGFILE}
fi
if [ ${ALLOW_REMOTE_RPC} = "yes" ]; then
@@ -39,7 +43,7 @@ start() {
setsid start-stop-daemon --quiet --start --chdir ${RUNTIMEDIR} \
--exec ${BOINCBIN} --chuid ${USER}:${GROUP} \
- --nicelevel ${NICELEVEL} -- ${ARGS} >> ${LOGFILE} 2>&1 &
+ --nicelevel ${NICELEVEL} -- ${ARGS} > ${LOGFILE} 2>&1 &
eend $?
}