summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2007-04-22 14:12:23 +0000
committerMichael Januszewski <spock@gentoo.org>2007-04-22 14:12:23 +0000
commitbfde5c379cbd03d193cf47dce96391020e825c2a (patch)
tree7c5dd2efbfa1d59708973e5db48f97434016be77 /sci-mathematics
parentVersion bump (diff)
downloadgentoo-2-bfde5c379cbd03d193cf47dce96391020e825c2a.tar.gz
gentoo-2-bfde5c379cbd03d193cf47dce96391020e825c2a.tar.bz2
gentoo-2-bfde5c379cbd03d193cf47dce96391020e825c2a.zip
Remove old ebuild.
(Portage version: 2.1.2.4)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/gimps/ChangeLog5
-rw-r--r--sci-mathematics/gimps/files/digest-gimps-24.133
-rw-r--r--sci-mathematics/gimps/gimps-24.13.ebuild53
3 files changed, 4 insertions, 57 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index 14764c737de1..e19f52a01af5 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.16 2007/02/22 01:21:38 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.17 2007/04/22 14:12:23 spock Exp $
+
+ 22 Apr 2007; Michał Januszewski <spock@gentoo.org> -gimps-24.13.ebuild:
+ Remove old ebuild.
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/sci-mathematics/gimps/files/digest-gimps-24.13 b/sci-mathematics/gimps/files/digest-gimps-24.13
deleted file mode 100644
index 2cc90f4a6014..000000000000
--- a/sci-mathematics/gimps/files/digest-gimps-24.13
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7d18a7e57deb5255156b4885492806ba sprime2413.tar.gz 885726
-RMD160 eaa71fb8264dee0d32222fd53f3963ef991294dd sprime2413.tar.gz 885726
-SHA256 29024fe447cc4f6c84cf40960e6e632c9a2a3d22d48332a7aae09c5995ceacdb sprime2413.tar.gz 885726
diff --git a/sci-mathematics/gimps/gimps-24.13.ebuild b/sci-mathematics/gimps/gimps-24.13.ebuild
deleted file mode 100644
index eb38bd2b84de..000000000000
--- a/sci-mathematics/gimps/gimps-24.13.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.13.ebuild,v 1.3 2006/09/23 21:45:49 spock Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-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-libs/glibc-2.1"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* x86 ~amd64"
-
-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
-
- 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
-}