diff options
author | 2010-03-26 19:17:22 +0000 | |
---|---|---|
committer | 2010-03-26 19:17:22 +0000 | |
commit | d6504bdb6e642d2a7eeac4b4b58d5dde0ec74d75 (patch) | |
tree | e785206c6280bd80cc5f57d712f7b062d0792655 /sci-mathematics/gimps | |
parent | no bugs, maintainer-needed (diff) | |
download | gentoo-2-d6504bdb6e642d2a7eeac4b4b58d5dde0ec74d75.tar.gz gentoo-2-d6504bdb6e642d2a7eeac4b4b58d5dde0ec74d75.tar.bz2 gentoo-2-d6504bdb6e642d2a7eeac4b4b58d5dde0ec74d75.zip |
Fix bug #311479.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-25.11.ebuild | 13 |
2 files changed, 5 insertions, 13 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 0f8ae4194da3..508b53753a3e 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gimps # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.31 2010/03/25 19:09:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.32 2010/03/26 19:17:22 spock Exp $ + + 26 Mar 2010; Michał Januszewski <spock@gentoo.org> gimps-25.11.ebuild: + Fix bug #311479. *gimps-25.11 (25 Mar 2010) diff --git a/sci-mathematics/gimps/gimps-25.11.ebuild b/sci-mathematics/gimps/gimps-25.11.ebuild index d1071a887f29..c3063c174c3d 100644 --- a/sci-mathematics/gimps/gimps-25.11.ebuild +++ b/sci-mathematics/gimps/gimps-25.11.ebuild @@ -1,6 +1,6 @@ # 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-25.11.ebuild,v 1.1 2010/03/25 19:09:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.11.ebuild,v 1.2 2010/03/26 19:17:22 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -23,17 +23,6 @@ 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}" |