summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-08-16 16:14:18 +0000
committerMichael Januszewski <spock@gentoo.org>2005-08-16 16:14:18 +0000
commitb2ceab1c0adce57646f5b778f4ee8b3541e5c818 (patch)
tree37fedac8ab0ff034f6edeec3acaf56336fe43518 /sci-mathematics
parentAdding a patch by <tchiwam at gentoo dot org> on order to successfully compil... (diff)
downloadgentoo-2-b2ceab1c0adce57646f5b778f4ee8b3541e5c818.tar.gz
gentoo-2-b2ceab1c0adce57646f5b778f4ee8b3541e5c818.tar.bz2
gentoo-2-b2ceab1c0adce57646f5b778f4ee8b3541e5c818.zip
Version bump (bug #102210). Removed old ebuilds.
(Portage version: 1.589-cvs)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/gimps/ChangeLog8
-rw-r--r--sci-mathematics/gimps/files/digest-gimps-23.51
-rw-r--r--sci-mathematics/gimps/files/digest-gimps-23.9-r11
-rw-r--r--sci-mathematics/gimps/files/digest-gimps-24.141
-rw-r--r--sci-mathematics/gimps/gimps-23.9-r1.ebuild54
-rw-r--r--sci-mathematics/gimps/gimps-24.14.ebuild (renamed from sci-mathematics/gimps/gimps-23.5.ebuild)24
6 files changed, 20 insertions, 69 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index 22415bc5624f..11001adf8d4e 100644
--- a/sci-mathematics/gimps/ChangeLog
+++ b/sci-mathematics/gimps/ChangeLog
@@ -1,6 +1,12 @@
# 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.7 2005/07/13 21:04:05 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.8 2005/08/16 16:14:18 spock Exp $
+
+*gimps-24.14 (16 Aug 2005)
+
+ 16 Aug 2005; Michał Januszewski <spock@gentoo.org> -gimps-23.5.ebuild,
+ -gimps-23.9-r1.ebuild, +gimps-24.14.ebuild:
+ Version bump (bug #102210). Removed old ebuilds.
*gimps-24.13 (13 Jul 2005)
diff --git a/sci-mathematics/gimps/files/digest-gimps-23.5 b/sci-mathematics/gimps/files/digest-gimps-23.5
deleted file mode 100644
index f16612324ac4..000000000000
--- a/sci-mathematics/gimps/files/digest-gimps-23.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 176aacee43b025d687df322149adb0ee mprime235.tar.gz 417531
diff --git a/sci-mathematics/gimps/files/digest-gimps-23.9-r1 b/sci-mathematics/gimps/files/digest-gimps-23.9-r1
deleted file mode 100644
index 95481b87eb52..000000000000
--- a/sci-mathematics/gimps/files/digest-gimps-23.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 822ffe35d732dfb184274e99c8f10a7c mprime239.tar.gz 422011
diff --git a/sci-mathematics/gimps/files/digest-gimps-24.14 b/sci-mathematics/gimps/files/digest-gimps-24.14
new file mode 100644
index 000000000000..29fb25019ab7
--- /dev/null
+++ b/sci-mathematics/gimps/files/digest-gimps-24.14
@@ -0,0 +1 @@
+MD5 eddab4e2ac2e79560a327a1768e3943a sprime2414.tar.gz 885581
diff --git a/sci-mathematics/gimps/gimps-23.9-r1.ebuild b/sci-mathematics/gimps/gimps-23.9-r1.ebuild
deleted file mode 100644
index b8a834a4db0a..000000000000
--- a/sci-mathematics/gimps/gimps-23.9-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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-23.9-r1.ebuild,v 1.3 2005/07/09 19:19:48 swegener Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="ftp://mersenne.org/gimps/mprime239.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 () {
-
- einfo
- 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 it should the data files first, eg.:"
- einfo " cd /var/lib/gimps && ${I}/mprime"
- einfo
-}
-
-pkg_postrm () {
-
- einfo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/."
- einfo
-}
diff --git a/sci-mathematics/gimps/gimps-23.5.ebuild b/sci-mathematics/gimps/gimps-24.14.ebuild
index 4a7eaffe5a8f..d35f60d88d99 100644
--- a/sci-mathematics/gimps/gimps-23.5.ebuild
+++ b/sci-mathematics/gimps/gimps-24.14.ebuild
@@ -1,23 +1,25 @@
# 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-23.5.ebuild,v 1.3 2005/07/09 19:19:48 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14.ebuild,v 1.1 2005/08/16 16:14:18 spock Exp $
IUSE=""
DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
HOMEPAGE="http://mersenne.org/"
-SRC_URI="ftp://mersenne.org/gimps/mprime235.tar.gz"
+SRC_URI="ftp://mersenne.org/gimps/sprime${PV/./}.tar.gz"
+
+# We have to use the statically linked version since the dynamically
+# linked one requires gcc >= 3.4.4 (stdlibc++.so.6 dependency).
DEPEND=">=sys-apps/baselayout-1.8.0
>=sys-libs/glibc-2.1"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86"
+KEYWORDS="-* ~x86 ~amd64"
S="${WORKDIR}"
I="/opt/gimps"
src_install () {
-
cd ${S}
dodir ${I} /var/lib/gimps
@@ -33,22 +35,20 @@ src_install () {
}
pkg_postinst () {
-
- einfo
+ 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 it should the data files first, eg.:"
+ einfo "to cd into the directory where the data files are to be stored first, eg.:"
einfo " cd /var/lib/gimps && ${I}/mprime"
- einfo
+ echo
}
pkg_postrm () {
-
- einfo
+ echo
einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/."
- einfo
+ einfo "Remove them manually from /var/lib/gimps/"
+ echo
}