summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-09-17 16:22:18 +0000
committerMichael Januszewski <spock@gentoo.org>2005-09-17 16:22:18 +0000
commit445b27ade278095be8d8065dd55ac8d6dc21a185 (patch)
tree971f006057b8b64080d0dd987f211aa6d4d4cd7f /sci-mathematics/gimps
parentMark 2.12.0 2.10.1-r1 ~alpha (diff)
downloadhistorical-445b27ade278095be8d8065dd55ac8d6dc21a185.tar.gz
historical-445b27ade278095be8d8065dd55ac8d6dc21a185.tar.bz2
historical-445b27ade278095be8d8065dd55ac8d6dc21a185.zip
Changed the info messages about starting gimps manually (bug #106039). Marked 24.14 stable on x86.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r--sci-mathematics/gimps/ChangeLog6
-rw-r--r--sci-mathematics/gimps/Manifest10
-rw-r--r--sci-mathematics/gimps/gimps-24.14.ebuild11
3 files changed, 16 insertions, 11 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/Manifest b/sci-mathematics/gimps/Manifest
index baac79743e0c..6a5b201a2760 100644
--- a/sci-mathematics/gimps/Manifest
+++ b/sci-mathematics/gimps/Manifest
@@ -2,9 +2,9 @@
Hash: SHA1
MD5 66ef0bb965fdfd6791cf3ea20a37c5a6 gimps-24.13.ebuild 1565
-MD5 37727f83b6d7320064448c303b8d37e4 ChangeLog 2519
+MD5 59943d0e2afb9b0188e94ec10c10d465 ChangeLog 2697
MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255
-MD5 6106c93a06455ea56f6d7d694c482173 gimps-24.14.ebuild 1566
+MD5 c1c584c43a66c48510d4f97bb1d8877d gimps-24.14.ebuild 1598
MD5 33a08082d7b3dfeef6076ff5a4bdb1d0 files/gimps-conf.d 276
MD5 f7593578a8d077eda7d23c5a894ff1d9 files/gimps-init.d 535
MD5 d84449f9d7cdf190e22c6be4ccd485fa files/digest-gimps-24.13 62
@@ -12,7 +12,7 @@ MD5 59b44ec0de10774c77941413d23f7608 files/digest-gimps-24.14 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDD1iIchej4aZK9/cRAiH1AKCHH6VKDh3FBhwHtzrQhdhj9jdc7ACfSR1Z
-C9fAUUqBzvN7j5V9gp8pFZ0=
-=9Tbx
+iD8DBQFDLELtchej4aZK9/cRAtEFAJ9vcXCIp1FfqSiFKMaMBxjyIQsvqgCghHPp
+zcaMSaQMigaStPzSZBHNFR0=
+=l5Tq
-----END PGP SIGNATURE-----
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
}