diff options
author | Guy Martin <gmsoft@gentoo.org> | 2005-05-31 09:48:40 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2005-05-31 09:48:40 +0000 |
commit | 87652a80648a87f3eebffbfea582aa3b1e6afeb3 (patch) | |
tree | 3ed0a03b5719bb59a2bdf57fbc63a48d0892d887 /sci-mathematics/pari | |
parent | Fixed bug #93173. (diff) | |
download | historical-87652a80648a87f3eebffbfea582aa3b1e6afeb3.tar.gz historical-87652a80648a87f3eebffbfea582aa3b1e6afeb3.tar.bz2 historical-87652a80648a87f3eebffbfea582aa3b1e6afeb3.zip |
Stable and fixed on hppa.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/Manifest | 20 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.6.ebuild | 13 |
3 files changed, 18 insertions, 20 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index d9e41bbaaaf2..f62cf2ace252 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.11 2005/04/12 23:49:35 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.12 2005/05/31 09:48:40 gmsoft Exp $ + + 31 May 2005; Guy Martin <gmsoft@gentoo.org> pari-2.1.6.ebuild: + Stable and fixed on hppa. 12 Apr 2005; Olivier CrĂȘte <tester@gentoo.org> pari-2.1.6.ebuild: Stable on x86, bug #87790 diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest index 158729eb63dc..4054d89d1bd4 100644 --- a/sci-mathematics/pari/Manifest +++ b/sci-mathematics/pari/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4818ef4876441247184df2b11538de44 pari-2.1.5-r4.ebuild 1882 +MD5 ed1d982df5ce4c801d7046e3a112ef00 ChangeLog 4634 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 689cad7a2f5935ae10e92d32bbf83174 ChangeLog 4540 -MD5 866860eee65bc097413eb1a721cb2d0d pari-2.1.6.ebuild 1898 MD5 d33b0309bbbaa8e508e35af360efb31b pari-2.1.5-r1.ebuild 953 +MD5 4818ef4876441247184df2b11538de44 pari-2.1.5-r4.ebuild 1882 +MD5 627fadd2aa9ad53161b00d5452ba034d pari-2.1.6.ebuild 2028 +MD5 ee951aeeb2122fab2aaf9803097fad76 files/digest-pari-2.1.5-r1 63 MD5 ee951aeeb2122fab2aaf9803097fad76 files/digest-pari-2.1.5-r4 63 MD5 2fd9906f2bf293fdad42d572846508de files/digest-pari-2.1.6 60 +MD5 c3f89da5ddbdb73646e3d64ee31ea887 files/docs.patch 915 MD5 dccf7ef464f99fa750a5c7fc3ec67e8f files/wrong_functype-r1.patch 1498 -MD5 ee951aeeb2122fab2aaf9803097fad76 files/digest-pari-2.1.5-r1 63 MD5 cbd309a01e2fee1a5ba6cb3a93ba5708 files/wrong_functype.patch 1946 -MD5 c3f89da5ddbdb73646e3d64ee31ea887 files/docs.patch 915 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCXF6amOfEJZHYOKcRAtCvAJ4vUnh7A6dFYYOeXNU4Q2H0gGwidwCeL4Gw -q0ri0qAGbaPeykSAIarUTCc= -=2aw0 ------END PGP SIGNATURE----- diff --git a/sci-mathematics/pari/pari-2.1.6.ebuild b/sci-mathematics/pari/pari-2.1.6.ebuild index eb93f5ddf66f..7e72d2d991fd 100644 --- a/sci-mathematics/pari/pari-2.1.6.ebuild +++ b/sci-mathematics/pari/pari-2.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.10 2005/04/12 23:49:35 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.11 2005/05/31 09:48:40 gmsoft Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://pari.math.u-bordeaux.fr/pub/pari/unix/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa mips ppc x86" +KEYWORDS="alpha amd64 hppa mips ppc x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" @@ -36,14 +36,19 @@ src_compile() { addwrite "/usr/share/texmf" addwrite "/var/cache/fonts" + if use hppa + then + mymake=DLLD\=/usr/bin/gcc\ DLLDFLAGS\=-shared\ -Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm + fi + # Shared libraries should be PIC on ALL architectures. # Danny van Dyk <kugelfang@gentoo.org> 2005/03/31 # Fixes BUG #49583 einfo "Building shared library..." cd Olinux-* || die "Bad directory. File a BUG!" - emake CFLAGS="${CFLAGS} -DGCC_INLINE -fPIC" lib-dyn || die "Building shared library failed!" + emake ${mymake} CFLAGS="${CFLAGS} -DGCC_INLINE -fPIC" lib-dyn || die "Building shared library failed!" einfo "Building executables..." - emake CFLAGS="${CFLAGS} -DGCC_INLINE" gp ../gp || die "Building executables failed!" + emake ${mymake} CFLAGS="${CFLAGS} -DGCC_INLINE" gp ../gp || die "Building executables failed!" use doc || rm -rf doc/*.tex use doc && emake doc |