summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-12-28 16:10:55 +0000
committerMichael Januszewski <spock@gentoo.org>2004-12-28 16:10:55 +0000
commitdab777528fd55030fc0465341265a56d18c38a9f (patch)
treeff3cec1428f194676bbb1ba293c851fb06e23569 /sci-mathematics/gimps
parentMoved from app-sci/acml to sci-libs/acml (diff)
downloadhistorical-dab777528fd55030fc0465341265a56d18c38a9f.tar.gz
historical-dab777528fd55030fc0465341265a56d18c38a9f.tar.bz2
historical-dab777528fd55030fc0465341265a56d18c38a9f.zip
Version bump.
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r--sci-mathematics/gimps/ChangeLog7
-rw-r--r--sci-mathematics/gimps/Manifest18
-rw-r--r--sci-mathematics/gimps/files/digest-gimps-24.61
-rw-r--r--sci-mathematics/gimps/gimps-24.6.ebuild51
4 files changed, 73 insertions, 4 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index 926896b6421d..52749d12a688 100644
--- a/sci-mathematics/gimps/ChangeLog
+++ b/sci-mathematics/gimps/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/gimps
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.1 2004/12/28 05:30:36 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.2 2004/12/28 16:10:55 spock Exp $
+
+*gimps-24.6 (28 Dec 2004)
+
+ 28 Dec 2004; Michal Januszewski <spock@gentoo.org> +gimps-24.6.ebuild:
+ Version bump. Closes #74981.
*gimps-23.5 (28 Dec 2004)
diff --git a/sci-mathematics/gimps/Manifest b/sci-mathematics/gimps/Manifest
index 0bd1bb77a35f..8263d139dfe7 100644
--- a/sci-mathematics/gimps/Manifest
+++ b/sci-mathematics/gimps/Manifest
@@ -1,8 +1,20 @@
-MD5 559311cca11f35633fc61b65c698bf36 gimps-23.9-r1.ebuild 1423
-MD5 2c6ac7ba285dd90f0bbb91c1c0371a73 gimps-23.5.ebuild 1417
-MD5 d9950e24f04ad4e5b8aed06872270c74 ChangeLog 1244
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 f1f5b7ff86cd235d493313e880bf99ec gimps-23.9-r1.ebuild 1434
+MD5 cb50413dbbafbbe7a13ebab9e18e10e4 gimps-24.6.ebuild 1445
+MD5 18b632ca544736e623d669e1e9fd0b57 gimps-23.5.ebuild 1428
+MD5 6d13027d851a6863edde18fd9b8fbc9c ChangeLog 1619
MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255
MD5 1e5892c6e82e3ad26032af4e0637a493 files/gimps-conf.d 283
MD5 f7593578a8d077eda7d23c5a894ff1d9 files/gimps-init.d 535
MD5 c3bae23e497746877bbd06134c1edd8e files/digest-gimps-23.9-r1 61
MD5 6b074ac7234f04005d756b656851a22b files/digest-gimps-23.5 61
+MD5 8fe91063960b5843896b249ee6fd5583 files/digest-gimps-24.6 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFB0YWrchej4aZK9/cRAvhQAJ9vLP62OVF4RrkU3aE66HFisOTdLACfbG3d
+pYD5ZM1i/wjSFbioDRhvtMw=
+=UzyJ
+-----END PGP SIGNATURE-----
diff --git a/sci-mathematics/gimps/files/digest-gimps-24.6 b/sci-mathematics/gimps/files/digest-gimps-24.6
new file mode 100644
index 000000000000..38575e588241
--- /dev/null
+++ b/sci-mathematics/gimps/files/digest-gimps-24.6
@@ -0,0 +1 @@
+MD5 27e48fcbb0894c30dd78dacd944ae4fe mprime246.tar.gz 379666
diff --git a/sci-mathematics/gimps/gimps-24.6.ebuild b/sci-mathematics/gimps/gimps-24.6.ebuild
new file mode 100644
index 000000000000..fff9db8a93a6
--- /dev/null
+++ b/sci-mathematics/gimps/gimps-24.6.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.6.ebuild,v 1.1 2004/12/28 16:10:55 spock Exp $
+
+IUSE=""
+DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
+HOMEPAGE="http://mersenne.org/"
+SRC_URI="ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz"
+
+DEPEND=">=sys-apps/baselayout-1.8.0
+ >=sys-libs/glibc-2.1"
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="-* ~x86"
+
+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:root ${D}/${I}
+ chown root:root ${D}/${I}/mprime
+
+ dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
+
+ exeinto /etc/init.d ; newexe ${FILESDIR}/gimps-init.d gimps
+ insinto /etc/conf.d ; newins ${FILESDIR}/gimps-conf.d gimps
+}
+
+pkg_postinst () {
+ echo ""
+ einfo "You can use \`/etc/init.d/gimps start\` to start a GIMPS client in the"
+ 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"
+ echo ""
+}
+
+pkg_postrm () {
+ echo ""
+ einfo "GIMPS data files were not removed."
+ einfo "Remove them manually from /var/lib/gimps/"
+ echo ""
+}