diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-09-17 16:22:18 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-09-17 16:22:18 +0000 |
commit | d60eeaabfa4cf8629f8659266706b9d7222effac (patch) | |
tree | 1c7bdcd34f3b6371884fa16f08796218cd78d233 /sci-mathematics/gimps | |
parent | Mark 2.12.0 2.10.1-r1 ~alpha (diff) | |
download | gentoo-2-d60eeaabfa4cf8629f8659266706b9d7222effac.tar.gz gentoo-2-d60eeaabfa4cf8629f8659266706b9d7222effac.tar.bz2 gentoo-2-d60eeaabfa4cf8629f8659266706b9d7222effac.zip |
Changed the info messages about starting gimps manually (bug #106039). Marked 24.14 stable on x86.
(Portage version: 1.589-cvs)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.14.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 0a76d3876a90..c8123f9ecb8f 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gimps # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.10 2005/08/26 17:59:15 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.11 2005/09/17 16:22:18 spock Exp $ + + 17 Sep 2005; Michał Januszewski <spock@gentoo.org> gimps-24.14.ebuild: + Changed the info messages about starting gimps manually (bug #106039). + Marked 24.14 stable on x86. 26 Aug 2005; Michał Januszewski <spock@gentoo.org> -gimps-24.6.ebuild, gimps-24.13.ebuild, gimps-24.14.ebuild: diff --git a/sci-mathematics/gimps/gimps-24.14.ebuild b/sci-mathematics/gimps/gimps-24.14.ebuild index ee68c5dc483f..4571d10ce57c 100644 --- a/sci-mathematics/gimps/gimps-24.14.ebuild +++ b/sci-mathematics/gimps/gimps-24.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-mathematics/gimps/gimps-24.14.ebuild,v 1.2 2005/08/26 17:59:15 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14.ebuild,v 1.3 2005/09/17 16:22:18 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -14,7 +14,7 @@ DEPEND=">=sys-apps/baselayout-1.8.0 >=sys-libs/glibc-2.1" SLOT="0" LICENSE="as-is" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 ~amd64" S="${WORKDIR}" I="/opt/gimps" @@ -40,9 +40,10 @@ pkg_postinst () { einfo "background at boot. Have a look at /etc/conf.d/gimps and check some" einfo "configuration options." einfo - einfo "If you don't want to use the init script to start gimps, remember" - einfo "to cd into the directory where the data files are to be stored first, eg.:" - einfo " cd /var/lib/gimps && ${I}/mprime" + einfo "If you don't want to use the init script to start gimps, remember to" + einfo "pass it an additional command line parameter specifying where the data" + einfo "files are to be stored, eg.:" + einfo " ${I}/mprime -w/var/lib/gimps" echo } |