summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-07-07 17:02:16 +0000
committerThomas Kahle <tomka@gentoo.org>2011-07-07 17:02:16 +0000
commit0ecdbc140ee30bedc3c3de0dd79e9c573926404d (patch)
treeaee69f77824f4d6b5e4b6c4821892dea0c917fb0 /sci-mathematics
parentRaise EAPI from 2 to 3 for python.eclass by Arfrever. (diff)
downloadgentoo-2-0ecdbc140ee30bedc3c3de0dd79e9c573926404d.tar.gz
gentoo-2-0ecdbc140ee30bedc3c3de0dd79e9c573926404d.tar.bz2
gentoo-2-0ecdbc140ee30bedc3c3de0dd79e9c573926404d.zip
Reintroducing QA-warning handling for this binary package. Removed a lot of old versions fixing bug 373261
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/gimps/ChangeLog10
-rw-r--r--sci-mathematics/gimps/files/gimps-conf.d12
-rwxr-xr-xsci-mathematics/gimps/files/gimps-init.d28
-rw-r--r--sci-mathematics/gimps/files/mprime-25.7.bpatchbin159 -> 0 bytes
-rw-r--r--sci-mathematics/gimps/files/mprime-25.9.bpatchbin156 -> 0 bytes
-rw-r--r--sci-mathematics/gimps/gimps-24.14.ebuild54
-rw-r--r--sci-mathematics/gimps/gimps-25.6.ebuild55
-rw-r--r--sci-mathematics/gimps/gimps-25.7.ebuild73
-rw-r--r--sci-mathematics/gimps/gimps-25.8.ebuild73
-rw-r--r--sci-mathematics/gimps/gimps-25.9.ebuild73
-rw-r--r--sci-mathematics/gimps/gimps-26.3.ebuild62
-rw-r--r--sci-mathematics/gimps/gimps-26.4.ebuild63
-rw-r--r--sci-mathematics/gimps/gimps-26.6.ebuild4
13 files changed, 12 insertions, 495 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index 2031b5ce3966..4a626eecc210 100644
--- a/sci-mathematics/gimps/ChangeLog
+++ b/sci-mathematics/gimps/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for sci-mathematics/gimps
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.41 2011/06/13 05:36:14 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.42 2011/07/07 17:02:14 tomka Exp $
+
+ 07 Jul 2011; Thomas Kahle <tomka@gentoo.org> -gimps-24.14.ebuild,
+ -gimps-25.6.ebuild, -gimps-25.7.ebuild, -files/mprime-25.7.bpatch,
+ -gimps-25.8.ebuild, -gimps-25.9.ebuild, -files/mprime-25.9.bpatch,
+ -gimps-26.3.ebuild, -gimps-26.4.ebuild, gimps-26.6.ebuild,
+ -files/gimps-conf.d, -files/gimps-init.d:
+ Reintroducing QA-warning handling for this binary package. Removed a lot of
+ old versions fixing bug 373261
13 Jun 2011; Thomas Kahle <tomka@gentoo.org> metadata.xml:
Taking over maintainership
diff --git a/sci-mathematics/gimps/files/gimps-conf.d b/sci-mathematics/gimps/files/gimps-conf.d
deleted file mode 100644
index 251e681fc145..000000000000
--- a/sci-mathematics/gimps/files/gimps-conf.d
+++ /dev/null
@@ -1,12 +0,0 @@
-# Config file for /etc/init.d/gimps
-
-# the number of CPUs GIMPS will use
-GIMPS_CPUS="1"
-
-# set up any options you want for GIMPS
-# for more info, `mprime -h`
-# GIMPS_OPTIONS=""
-
-# this is the directory where GIMPS run-time
-# data files will be stored
-GIMPS_DIR=/var/lib/gimps
diff --git a/sci-mathematics/gimps/files/gimps-init.d b/sci-mathematics/gimps/files/gimps-init.d
deleted file mode 100755
index e5f2f38832af..000000000000
--- a/sci-mathematics/gimps/files/gimps-init.d
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-checkconfig() {
- if [ ! -e "${GIMPS_DIR}" ]
- then
- einfo "Creating ${GIMPS_DIR}"
- mkdir "${GIMPS_DIR}"
- fi
-}
-
-start() {
- checkconfig
- ebegin "Starting GIMPS"
- /opt/gimps/mprime -b${GIMPS_CPUS} -w${GIMPS_DIR} ${GIMPS_OPTIONS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping GIMPS"
- killall mprime
- eend $?
-}
diff --git a/sci-mathematics/gimps/files/mprime-25.7.bpatch b/sci-mathematics/gimps/files/mprime-25.7.bpatch
deleted file mode 100644
index 4ddd15628473..000000000000
--- a/sci-mathematics/gimps/files/mprime-25.7.bpatch
+++ /dev/null
Binary files differ
diff --git a/sci-mathematics/gimps/files/mprime-25.9.bpatch b/sci-mathematics/gimps/files/mprime-25.9.bpatch
deleted file mode 100644
index 3c40f22465b0..000000000000
--- a/sci-mathematics/gimps/files/mprime-25.9.bpatch
+++ /dev/null
Binary files differ
diff --git a/sci-mathematics/gimps/gimps-24.14.ebuild b/sci-mathematics/gimps/gimps-24.14.ebuild
deleted file mode 100644
index 50152e368312..000000000000
--- a/sci-mathematics/gimps/gimps-24.14.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2007 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.6 2007/04/22 14:19:58 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="-* amd64 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:0 ${D}/${I}
- chown root:0 ${D}/${I}/mprime
-
- dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
-
- newinitd ${FILESDIR}/gimps-init.d gimps
- newconfd ${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 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
-}
-
-pkg_postrm () {
- echo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/"
- echo
-}
diff --git a/sci-mathematics/gimps/gimps-25.6.ebuild b/sci-mathematics/gimps/gimps-25.6.ebuild
deleted file mode 100644
index 5f9e504b70fb..000000000000
--- a/sci-mathematics/gimps/gimps-25.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.6.ebuild,v 1.3 2008/11/04 20:06:38 spock Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-
-# Since there are no statically linked binaries for this version of mprime,
-# and no static binaries for amd64 in general, we use the dynamically linked
-# ones and try to cover the .so deps with the packages listed in RDEPEND.
-DEPEND=""
-RDEPEND="net-misc/curl"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-src_install() {
- 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
-
- newinitd "${FILESDIR}/gimps-25.6-init.d" gimps
- newconfd "${FILESDIR}/gimps-25.6-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 to"
- einfo "pass it an additional command line parameter specifying where the data"
- einfo "files are to be stored, e.g.:"
- einfo " ${I}/mprime -w/var/lib/gimps"
- echo
-}
-
-pkg_postrm() {
- echo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/"
- echo
-}
diff --git a/sci-mathematics/gimps/gimps-25.7.ebuild b/sci-mathematics/gimps/gimps-25.7.ebuild
deleted file mode 100644
index 9ceceb3d5a2f..000000000000
--- a/sci-mathematics/gimps/gimps-25.7.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.7.ebuild,v 1.1 2008/12/11 16:56:07 spock Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-
-# Since there are no statically linked binaries for this version of mprime,
-# and no static binaries for amd64 in general, we use the dynamically linked
-# ones and try to cover the .so deps with the packages listed in RDEPEND.
-DEPEND="x86? ( dev-util/bsdiff )"
-RDEPEND="net-misc/curl"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_EXECSTACK="opt/gimps/mprime"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- if use x86 ; then
- bspatch mprime mprime.fixed "${FILESDIR}/mprime-25.7.bpatch" || \
- die "failed to apply binary patch for libcurl.so.4"
- mv mprime.fixed mprime
- fi
-}
-
-src_install() {
- dodir ${I} /var/lib/gimps
- cp mprime "${D}/${I}"
- chmod 0555 "${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
-
- newinitd "${FILESDIR}/gimps-25.7-init.d" gimps
- newconfd "${FILESDIR}/gimps-25.6-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 are a new user, you will need to configure GIMPS before"
- einfo "starting the initscript. To do so, run:"
- einfo " ${I}/mprime -w/var/lib/gimps"
- einfo "followed by:"
- einfo " chown nobody:nobody /var/lib/gimps/*"
- einfo
- einfo "If you have an existing GIMPS account, follow the instructions at:"
- einfo " http://mersenne.org/freesoft/#upgradeusers"
- einfo "and do not blindy restart gimps."
- echo
-}
-
-pkg_postrm() {
- echo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/"
- echo
-}
diff --git a/sci-mathematics/gimps/gimps-25.8.ebuild b/sci-mathematics/gimps/gimps-25.8.ebuild
deleted file mode 100644
index 46eea5dd065a..000000000000
--- a/sci-mathematics/gimps/gimps-25.8.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.8.ebuild,v 1.1 2008/12/19 18:33:02 spock Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-
-# Since there are no statically linked binaries for this version of mprime,
-# and no static binaries for amd64 in general, we use the dynamically linked
-# ones and try to cover the .so deps with the packages listed in RDEPEND.
-DEPEND="x86? ( dev-util/bsdiff )"
-RDEPEND="net-misc/curl"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_EXECSTACK="opt/gimps/mprime"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- if use x86 ; then
- bspatch mprime mprime.fixed "${FILESDIR}/mprime-25.7.bpatch" || \
- die "failed to apply binary patch for libcurl.so.4"
- mv mprime.fixed mprime
- fi
-}
-
-src_install() {
- dodir ${I} /var/lib/gimps
- cp mprime "${D}/${I}"
- chmod 0555 "${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
-
- newinitd "${FILESDIR}/gimps-25.7-init.d" gimps
- newconfd "${FILESDIR}/gimps-25.6-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 are a new user, you will need to configure GIMPS before"
- einfo "starting the initscript. To do so, run:"
- einfo " ${I}/mprime -w/var/lib/gimps"
- einfo "followed by:"
- einfo " chown nobody:nobody /var/lib/gimps/*"
- einfo
- einfo "If you have an existing GIMPS account, follow the instructions at:"
- einfo " http://mersenne.org/freesoft/#upgradeusers"
- einfo "and do not blindy restart gimps."
- echo
-}
-
-pkg_postrm() {
- echo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/"
- echo
-}
diff --git a/sci-mathematics/gimps/gimps-25.9.ebuild b/sci-mathematics/gimps/gimps-25.9.ebuild
deleted file mode 100644
index a654126796ff..000000000000
--- a/sci-mathematics/gimps/gimps-25.9.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.9.ebuild,v 1.4 2009/12/24 16:08:42 pacho Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* amd64 x86"
-
-# Since there are no statically linked binaries for this version of mprime,
-# and no static binaries for amd64 in general, we use the dynamically linked
-# ones and try to cover the .so deps with the packages listed in RDEPEND.
-DEPEND="x86? ( dev-util/bsdiff )"
-RDEPEND="net-misc/curl"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_EXECSTACK="opt/gimps/mprime"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- if use x86 ; then
- bspatch mprime mprime.fixed "${FILESDIR}/mprime-25.9.bpatch" || \
- die "failed to apply binary patch for libcurl.so.4"
- mv mprime.fixed mprime
- fi
-}
-
-src_install() {
- dodir ${I} /var/lib/gimps
- cp mprime "${D}/${I}"
- chmod 0555 "${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
-
- newinitd "${FILESDIR}/gimps-25.7-init.d" gimps
- newconfd "${FILESDIR}/gimps-25.6-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 are a new user, you will need to configure GIMPS before"
- einfo "starting the initscript. To do so, run:"
- einfo " ${I}/mprime -w/var/lib/gimps"
- einfo "followed by:"
- einfo " chown nobody:nobody /var/lib/gimps/*"
- einfo
- einfo "If you have an existing GIMPS account, follow the instructions at:"
- einfo " http://mersenne.org/freesoft/#upgradeusers"
- einfo "and do not blindy restart gimps."
- echo
-}
-
-pkg_postrm() {
- echo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/"
- echo
-}
diff --git a/sci-mathematics/gimps/gimps-26.3.ebuild b/sci-mathematics/gimps/gimps-26.3.ebuild
deleted file mode 100644
index a91247c241d5..000000000000
--- a/sci-mathematics/gimps/gimps-26.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-26.3.ebuild,v 1.1 2010/10/16 21:24:46 spock Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-
-# Since there are no statically linked binaries for this version of mprime,
-# and no static binaries for amd64 in general, we use the dynamically linked
-# ones and try to cover the .so deps with the packages listed in RDEPEND.
-DEPEND="x86? ( dev-util/bsdiff )"
-RDEPEND="net-misc/curl"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_EXECSTACK="opt/gimps/mprime"
-
-src_install() {
- dodir ${I} /var/lib/gimps
- cp mprime "${D}/${I}"
- chmod 0555 "${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
-
- newinitd "${FILESDIR}/gimps-25.7-init.d" gimps
- newconfd "${FILESDIR}/gimps-25.6-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 are a new user, you will need to configure GIMPS before"
- einfo "starting the initscript. To do so, run:"
- einfo " ${I}/mprime -w/var/lib/gimps"
- einfo "followed by:"
- einfo " chown nobody:nobody /var/lib/gimps/*"
- einfo
- einfo "If you have an existing GIMPS account, follow the instructions at:"
- einfo " http://mersenne.org/freesoft/#upgradeusers"
- einfo "and do not blindy restart gimps."
- echo
-}
-
-pkg_postrm() {
- echo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/"
- echo
-}
diff --git a/sci-mathematics/gimps/gimps-26.4.ebuild b/sci-mathematics/gimps/gimps-26.4.ebuild
deleted file mode 100644
index c30f0e5c941f..000000000000
--- a/sci-mathematics/gimps/gimps-26.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-26.4.ebuild,v 1.1 2010/11/28 18:18:17 spock Exp $
-
-IUSE=""
-DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="binchecks"
-
-# Since there are no statically linked binaries for this version of mprime,
-# and no static binaries for amd64 in general, we use the dynamically linked
-# ones and try to cover the .so deps with the packages listed in RDEPEND.
-DEPEND="x86? ( dev-util/bsdiff )"
-RDEPEND="net-misc/curl"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_EXECSTACK="opt/gimps/mprime"
-
-src_install() {
- dodir ${I} /var/lib/gimps
- cp mprime "${D}/${I}"
- chmod 0555 "${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
-
- newinitd "${FILESDIR}/gimps-25.7-init.d" gimps
- newconfd "${FILESDIR}/gimps-25.6-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 are a new user, you will need to configure GIMPS before"
- einfo "starting the initscript. To do so, run:"
- einfo " ${I}/mprime -w/var/lib/gimps"
- einfo "followed by:"
- einfo " chown nobody:nobody /var/lib/gimps/*"
- einfo
- einfo "If you have an existing GIMPS account, follow the instructions at:"
- einfo " http://mersenne.org/freesoft/#upgradeusers"
- einfo "and do not blindy restart gimps."
- echo
-}
-
-pkg_postrm() {
- echo
- einfo "GIMPS data files were not removed."
- einfo "Remove them manually from /var/lib/gimps/"
- echo
-}
diff --git a/sci-mathematics/gimps/gimps-26.6.ebuild b/sci-mathematics/gimps/gimps-26.6.ebuild
index 5ed09f38b40a..31f3fc93cd61 100644
--- a/sci-mathematics/gimps/gimps-26.6.ebuild
+++ b/sci-mathematics/gimps/gimps-26.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-26.6.ebuild,v 1.1 2011/05/08 15:13:58 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-26.6.ebuild,v 1.2 2011/07/07 17:02:14 tomka Exp $
IUSE=""
DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
@@ -11,6 +11,7 @@ SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz )
SLOT="0"
LICENSE="as-is"
KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="binchecks"
# Since there are no statically linked binaries for this version of mprime,
# and no static binaries for amd64 in general, we use the dynamically linked
@@ -20,6 +21,7 @@ RDEPEND="net-misc/curl"
S="${WORKDIR}"
I="/opt/gimps"
+QA_EXECSTACK="opt/gimps/mprime"
src_install() {
dodir ${I} /var/lib/gimps