summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2014-07-12 16:01:04 +0000
committerThomas Kahle <tomka@gentoo.org>2014-07-12 16:01:04 +0000
commitbc0b5c69e8bcb9e824e2b59ee7fae855596403db (patch)
tree8d0bbfa10ee6c4e81953bb1ea15168ce966608fc /sci-mathematics/gimps
parentamd64 stable wrt bug #503058 (diff)
downloadgentoo-2-bc0b5c69e8bcb9e824e2b59ee7fae855596403db.tar.gz
gentoo-2-bc0b5c69e8bcb9e824e2b59ee7fae855596403db.tar.bz2
gentoo-2-bc0b5c69e8bcb9e824e2b59ee7fae855596403db.zip
remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r--sci-mathematics/gimps/ChangeLog6
-rw-r--r--sci-mathematics/gimps/gimps-27.9-r1.ebuild65
-rw-r--r--sci-mathematics/gimps/gimps-27.9.ebuild62
-rw-r--r--sci-mathematics/gimps/gimps-28.3-r1.ebuild67
-rw-r--r--sci-mathematics/gimps/gimps-28.3.ebuild64
5 files changed, 5 insertions, 259 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index 520ccd5ff285..7ecb1bf48f9b 100644
--- a/sci-mathematics/gimps/ChangeLog
+++ b/sci-mathematics/gimps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/gimps
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.69 2014/06/03 20:36:22 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.70 2014/07/12 16:01:04 tomka Exp $
+
+ 12 Jul 2014; Thomas Kahle <tomka@gentoo.org> -gimps-27.9-r1.ebuild,
+ -gimps-27.9.ebuild, -gimps-28.3-r1.ebuild, -gimps-28.3.ebuild:
+ remove old
03 Jun 2014; Thomas Kahle <tomka@gentoo.org> gimps-28.5.ebuild:
Fix distfile mess (bug #512182)
diff --git a/sci-mathematics/gimps/gimps-27.9-r1.ebuild b/sci-mathematics/gimps/gimps-27.9-r1.ebuild
deleted file mode 100644
index ba6bcc2e051c..000000000000
--- a/sci-mathematics/gimps/gimps-27.9-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.9-r1.ebuild,v 1.1 2013/11/13 20:00:34 tomka Exp $
-
-EAPI=4
-
-inherit pax-utils
-
-DESCRIPTION="The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="
- amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux32.tar.gz )"
-
-SLOT="0"
-LICENSE="GIMPS"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-# 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"
-
-RESTRICT="binchecks"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_PREBUILT="opt/gimps/mprime"
-
-src_install() {
- dodir ${I} /var/lib/gimps
- pax-mark m mprime
- cp mprime "${D}/${I}"
- fperms a-w "${I}/mprime"
- fowners root:0 "${I}"
- fowners root:0 "${I}/mprime"
-
- dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
-
- newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps
- newconfd "${FILESDIR}/${PN}-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-27.9.ebuild b/sci-mathematics/gimps/gimps-27.9.ebuild
deleted file mode 100644
index ee4b723a4f79..000000000000
--- a/sci-mathematics/gimps/gimps-27.9.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.9.ebuild,v 1.4 2013/04/12 10:07:19 tomka Exp $
-
-EAPI=4
-
-DESCRIPTION="The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="
- amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz )
- x86? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux32.tar.gz )"
-
-SLOT="0"
-LICENSE="GIMPS"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-# 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"
-
-RESTRICT="binchecks"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_PREBUILT="opt/gimps/mprime"
-
-src_install() {
- dodir ${I} /var/lib/gimps
- cp mprime "${D}/${I}"
- fperms a-w "${I}/mprime"
- fowners root:0 "${I}"
- fowners root:0 "${I}/mprime"
-
- dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
-
- newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps
- newconfd "${FILESDIR}/${PN}-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-28.3-r1.ebuild b/sci-mathematics/gimps/gimps-28.3-r1.ebuild
deleted file mode 100644
index 24425409ce63..000000000000
--- a/sci-mathematics/gimps/gimps-28.3-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.3-r1.ebuild,v 1.1 2014/02/15 12:22:34 pacho Exp $
-
-EAPI=4
-
-inherit pax-utils systemd
-
-DESCRIPTION="The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="
- amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz )"
-
-SLOT="0"
-LICENSE="GIMPS"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-# 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"
-
-RESTRICT="binchecks"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_PREBUILT="opt/gimps/mprime"
-
-src_install() {
- dodir ${I} /var/lib/gimps
- pax-mark m mprime
- cp mprime "${D}/${I}"
- fperms a-w "${I}/mprime"
- fowners root:0 "${I}"
- fowners root:0 "${I}/mprime"
-
- dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
-
- newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps
- newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps
-
- systemd_dounit "${FILESDIR}/${PN}.service"
- systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf"
-}
-
-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-28.3.ebuild b/sci-mathematics/gimps/gimps-28.3.ebuild
deleted file mode 100644
index 80ca6766da25..000000000000
--- a/sci-mathematics/gimps/gimps-28.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.3.ebuild,v 1.1 2014/02/07 14:38:21 tomka Exp $
-
-EAPI=4
-
-inherit pax-utils
-
-DESCRIPTION="The Great Internet Mersenne Prime Search"
-HOMEPAGE="http://mersenne.org/"
-SRC_URI="
- amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz )"
-
-SLOT="0"
-LICENSE="GIMPS"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-# 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"
-
-RESTRICT="binchecks"
-
-S="${WORKDIR}"
-I="/opt/gimps"
-
-QA_PREBUILT="opt/gimps/mprime"
-
-src_install() {
- dodir ${I} /var/lib/gimps
- pax-mark m mprime
- cp mprime "${D}/${I}"
- fperms a-w "${I}/mprime"
- fowners root:0 "${I}"
- fowners root:0 "${I}/mprime"
-
- dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
-
- newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps
- newconfd "${FILESDIR}/${PN}-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
-}