summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-03-06 17:26:35 +0000
committerJeroen Roovers <jer@gentoo.org>2014-03-06 17:26:35 +0000
commit10663e580016203a42e5815d74048c9dc866b249 (patch)
treef22b8a7d62319174aa7e133c7d9ecc85a6a8e3ca /sci-mathematics
parentVersion bump (diff)
downloadgentoo-2-10663e580016203a42e5815d74048c9dc866b249.tar.gz
gentoo-2-10663e580016203a42e5815d74048c9dc866b249.tar.bz2
gentoo-2-10663e580016203a42e5815d74048c9dc866b249.zip
Remove unneeded HPPA settings.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/pari/ChangeLog7
-rw-r--r--sci-mathematics/pari/pari-2.3.5.ebuild6
-rw-r--r--sci-mathematics/pari/pari-2.5.0-r3.ebuild8
-rw-r--r--sci-mathematics/pari/pari-2.5.1-r1.ebuild8
-rw-r--r--sci-mathematics/pari/pari-2.5.1.ebuild8
-rw-r--r--sci-mathematics/pari/pari-2.5.2.ebuild8
-rw-r--r--sci-mathematics/pari/pari-2.5.3.ebuild8
-rw-r--r--sci-mathematics/pari/pari-2.5.4.ebuild7
8 files changed, 19 insertions, 41 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog
index a02ba0341eee..12bd3be9eeb4 100644
--- a/sci-mathematics/pari/ChangeLog
+++ b/sci-mathematics/pari/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/pari
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.103 2014/01/27 07:11:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.104 2014/03/06 17:26:35 jer Exp $
+
+ 06 Mar 2014; Jeroen Roovers <jer@gentoo.org> pari-2.3.5.ebuild,
+ pari-2.5.0-r3.ebuild, pari-2.5.1.ebuild, pari-2.5.1-r1.ebuild,
+ pari-2.5.2.ebuild, pari-2.5.3.ebuild, pari-2.5.4.ebuild:
+ Remove unneeded HPPA settings.
27 Jan 2014; Justin Lecher <jlec@gentoo.org> -pari-2.3.4-r1.ebuild,
metadata.xml:
diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild
index d2e18f75848a..7a15b4475a0e 100644
--- a/sci-mathematics/pari/pari-2.3.5.ebuild
+++ b/sci-mathematics/pari/pari-2.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.14 2014/01/26 12:10:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.15 2014/03/06 17:26:35 jer Exp $
EAPI=3
inherit elisp-common eutils flag-o-matic toolchain-funcs
@@ -86,10 +86,6 @@ src_configure() {
}
src_compile() {
- if use hppa; then
- mymake=DLLD\=/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
- fi
-
local installdir=$(get_compile_dir)
cd "${installdir}" || die "Bad directory"
diff --git a/sci-mathematics/pari/pari-2.5.0-r3.ebuild b/sci-mathematics/pari/pari-2.5.0-r3.ebuild
index 29d5d44f7a91..8a3f30ac1bc6 100644
--- a/sci-mathematics/pari/pari-2.5.0-r3.ebuild
+++ b/sci-mathematics/pari/pari-2.5.0-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.0-r3.ebuild,v 1.2 2012/10/22 22:01:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.0-r3.ebuild,v 1.3 2014/03/06 17:26:35 jer Exp $
EAPI="4"
@@ -95,10 +95,6 @@ src_configure() {
}
src_compile() {
- if use hppa; then
- mymake=DLLD\="${EPREFIX}"/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
- fi
-
local installdir=$(get_compile_dir)
cd "${installdir}" || die "failed to change directory"
diff --git a/sci-mathematics/pari/pari-2.5.1-r1.ebuild b/sci-mathematics/pari/pari-2.5.1-r1.ebuild
index 410a3e2ed7ac..24532f9309aa 100644
--- a/sci-mathematics/pari/pari-2.5.1-r1.ebuild
+++ b/sci-mathematics/pari/pari-2.5.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1-r1.ebuild,v 1.3 2013/03/02 23:25:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1-r1.ebuild,v 1.4 2014/03/06 17:26:35 jer Exp $
EAPI="4"
@@ -98,10 +98,6 @@ src_configure() {
}
src_compile() {
- if use hppa; then
- mymake=DLLD\="${EPREFIX}"/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
- fi
-
local installdir=$(get_compile_dir)
cd "${installdir}" || die "failed to change directory"
# upstream set -fno-strict-aliasing.
diff --git a/sci-mathematics/pari/pari-2.5.1.ebuild b/sci-mathematics/pari/pari-2.5.1.ebuild
index da6d92b5f1d8..81cfd9547b9b 100644
--- a/sci-mathematics/pari/pari-2.5.1.ebuild
+++ b/sci-mathematics/pari/pari-2.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild,v 1.3 2012/10/22 22:01:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild,v 1.4 2014/03/06 17:26:35 jer Exp $
EAPI="4"
@@ -97,10 +97,6 @@ src_configure() {
}
src_compile() {
- if use hppa; then
- mymake=DLLD\="${EPREFIX}"/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
- fi
-
local installdir=$(get_compile_dir)
cd "${installdir}" || die "failed to change directory"
diff --git a/sci-mathematics/pari/pari-2.5.2.ebuild b/sci-mathematics/pari/pari-2.5.2.ebuild
index cdae00004533..50cfb8b32928 100644
--- a/sci-mathematics/pari/pari-2.5.2.ebuild
+++ b/sci-mathematics/pari/pari-2.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild,v 1.4 2013/03/02 23:25:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild,v 1.5 2014/03/06 17:26:35 jer Exp $
EAPI=4
@@ -94,10 +94,6 @@ src_configure() {
}
src_compile() {
- if use hppa; then
- mymake=DLLD\="${EPREFIX}"/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
- fi
-
local installdir=$(get_compile_dir)
cd "${installdir}" || die "failed to change directory"
# upstream set -fno-strict-aliasing.
diff --git a/sci-mathematics/pari/pari-2.5.3.ebuild b/sci-mathematics/pari/pari-2.5.3.ebuild
index ade944f91a83..94b4dec1ecc1 100644
--- a/sci-mathematics/pari/pari-2.5.3.ebuild
+++ b/sci-mathematics/pari/pari-2.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.3.ebuild,v 1.2 2013/03/02 23:25:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.3.ebuild,v 1.3 2014/03/06 17:26:35 jer Exp $
EAPI=4
@@ -94,10 +94,6 @@ src_configure() {
}
src_compile() {
- if use hppa; then
- mymake=DLLD\="${EPREFIX}"/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
- fi
-
local installdir=$(get_compile_dir)
cd "${installdir}" || die "failed to change directory"
# upstream set -fno-strict-aliasing.
diff --git a/sci-mathematics/pari/pari-2.5.4.ebuild b/sci-mathematics/pari/pari-2.5.4.ebuild
index 71f409bc2c6c..871ccaff3103 100644
--- a/sci-mathematics/pari/pari-2.5.4.ebuild
+++ b/sci-mathematics/pari/pari-2.5.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.4.ebuild,v 1.1 2013/06/11 17:33:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.4.ebuild,v 1.2 2014/03/06 17:26:35 jer Exp $
EAPI=5
@@ -100,9 +100,6 @@ src_configure() {
}
src_compile() {
- use hppa && \
- mymake=DLLD\="${EPREFIX}"/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
-
mycxxmake=LD\=$(tc-getCXX)
local installdir=$(get_compile_dir)