summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2007-11-14 17:55:56 +0000
committerMichael Januszewski <spock@gentoo.org>2007-11-14 17:55:56 +0000
commitccfefd4e0007d2f6b420e4b74fec9509ec8d29f5 (patch)
treefe29c2b208caed1995a4a332b5514e704eca5b40 /sci-mathematics/gimps
parentsparc stable wrt #198845 (diff)
downloadgentoo-2-ccfefd4e0007d2f6b420e4b74fec9509ec8d29f5.tar.gz
gentoo-2-ccfefd4e0007d2f6b420e4b74fec9509ec8d29f5.tar.bz2
gentoo-2-ccfefd4e0007d2f6b420e4b74fec9509ec8d29f5.zip
amd64 stable, bug #189861
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r--sci-mathematics/gimps/ChangeLog5
-rw-r--r--sci-mathematics/gimps/gimps-24.14-r1.ebuild16
2 files changed, 11 insertions, 10 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index 82d66161b20c..b878c76cfceb 100644
--- a/sci-mathematics/gimps/ChangeLog
+++ b/sci-mathematics/gimps/ChangeLog
@@ -1,6 +1,9 @@
# 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.19 2007/09/10 16:44:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.20 2007/11/14 17:55:56 spock Exp $
+
+ 14 Nov 2007; Michał Januszewski <spock@gentoo.org> gimps-24.14-r1.ebuild:
+ amd64 stable, bug #189861.
10 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
gimps-24.14-r1.ebuild:
diff --git a/sci-mathematics/gimps/gimps-24.14-r1.ebuild b/sci-mathematics/gimps/gimps-24.14-r1.ebuild
index d6e1aac33d91..dfcc4226b308 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
# 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.4 2007/09/10 16:44:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.5 2007/11/14 17:55:56 spock Exp $
IUSE=""
DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
@@ -19,18 +19,16 @@ S="${WORKDIR}"
I="/opt/gimps"
src_install () {
- cd ${S}
-
dodir ${I} /var/lib/gimps
- cp mprime ${D}/${I}
- chmod a-w ${D}/${I}/mprime
- chown root:0 ${D}/${I}
- chown root:0 ${D}/${I}/mprime
+ cp mprime "${D}/${I}"
+ chmod a-w "${D}/${I}/mprime"
+ chown root:0 "${D}/${I}"
+ chown root:0 "${D}/${I}/mprime"
dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
- newinitd ${FILESDIR}/gimps-24.14-init.d gimps
- newconfd ${FILESDIR}/gimps-24.14-conf.d gimps
+ newinitd "${FILESDIR}/gimps-24.14-init.d" gimps
+ newconfd "${FILESDIR}/gimps-24.14-conf.d" gimps
}
pkg_postinst () {