summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-01-21 16:44:06 +0000
committerMichael Januszewski <spock@gentoo.org>2008-01-21 16:44:06 +0000
commit0bb3014eca4eabd229b5dcb3db3271a7ccc20f00 (patch)
tree7c29e3a92741bc025d987238af92966860c430aa /sci-mathematics/gimps
parentUse linux-info.eclass to figure out KERNEL_DIR for tipc_config.h include wrt ... (diff)
downloadgentoo-2-0bb3014eca4eabd229b5dcb3db3271a7ccc20f00.tar.gz
gentoo-2-0bb3014eca4eabd229b5dcb3db3271a7ccc20f00.tar.bz2
gentoo-2-0bb3014eca4eabd229b5dcb3db3271a7ccc20f00.zip
Really make gimps stable on amd64 this time. Fix the initscript so that error messages are not displayed when it's first run.
(Portage version: 2.1.4)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r--sci-mathematics/gimps/ChangeLog9
-rwxr-xr-xsci-mathematics/gimps/files/gimps-24.14-init.d5
-rw-r--r--sci-mathematics/gimps/gimps-24.14-r1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index b878c76cfceb..3d860ff106a3 100644
--- a/sci-mathematics/gimps/ChangeLog
+++ b/sci-mathematics/gimps/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/gimps
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.20 2007/11/14 17:55:56 spock Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.21 2008/01/21 16:44:05 spock Exp $
+
+ 21 Jan 2008; Michał Januszewski <spock@gentoo.org>
+ files/gimps-24.14-init.d, gimps-24.14-r1.ebuild:
+ Really make gimps stable on amd64 this time. Fix the initscript so that
+ error messages are not displayed when it's first run.
14 Nov 2007; Michał Januszewski <spock@gentoo.org> gimps-24.14-r1.ebuild:
amd64 stable, bug #189861.
diff --git a/sci-mathematics/gimps/files/gimps-24.14-init.d b/sci-mathematics/gimps/files/gimps-24.14-init.d
index 354cc424f97f..b51aec0240f6 100755
--- a/sci-mathematics/gimps/files/gimps-24.14-init.d
+++ b/sci-mathematics/gimps/files/gimps-24.14-init.d
@@ -2,7 +2,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-depend() {
+depend() {
need net
}
@@ -12,8 +12,7 @@ checkconfig() {
/bin/mkdir "${GIMPS_DIR}"
fi
- /bin/chown ${USER}:${GROUP} ${GIMPS_DIR}
- /bin/chown ${USER}:${GROUP} ${GIMPS_DIR}/*
+ /bin/chown -R ${USER}:${GROUP} ${GIMPS_DIR}
}
start() {
diff --git a/sci-mathematics/gimps/gimps-24.14-r1.ebuild b/sci-mathematics/gimps/gimps-24.14-r1.ebuild
index dfcc4226b308..01ab5d721013 100644
--- a/sci-mathematics/gimps/gimps-24.14-r1.ebuild
+++ b/sci-mathematics/gimps/gimps-24.14-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.5 2007/11/14 17:55:56 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.6 2008/01/21 16:44:05 spock Exp $
IUSE=""
DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
@@ -13,7 +13,7 @@ SRC_URI="ftp://mersenne.org/gimps/sprime${PV/./}.tar.gz"
DEPEND=">=sys-libs/glibc-2.1"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
S="${WORKDIR}"
I="/opt/gimps"