diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-04-09 14:41:33 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-04-09 14:41:33 +0000 |
commit | fa6433a1c3116a531c86ef68091ce2132bb46b0f (patch) | |
tree | daf473f7a4f1237acdecc3c0bc4004f09095dfa6 /sci-mathematics/pari | |
parent | Merge some changes thanks to sbriesen (diff) | |
download | historical-fa6433a1c3116a531c86ef68091ce2132bb46b0f.tar.gz historical-fa6433a1c3116a531c86ef68091ce2132bb46b0f.tar.bz2 historical-fa6433a1c3116a531c86ef68091ce2132bb46b0f.zip |
Remove ~sparc keyword. See Comments 3, 4 at Bug 97790 --- this version will not build at all on sparc, and so cannot be tested.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/pari/Manifest | 20 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.6.ebuild | 4 |
3 files changed, 13 insertions, 18 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 670e39b52d0e..bf77c31b0e1b 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2005/04/06 10:26:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.10 2005/04/09 14:41:33 fmccor Exp $ + + 09 Apr 2005; Ferris McCormick <fmccor@gentoo.org> pari-2.1.6.ebuild: + Remove ~sparc keyword (Compare Bug 87790). This version will NOT compile on + sparc, and so cannot be tested. Action on Comments 3 and 4 at Bug 87990 is + required before testing is remotely possible. 06 Apr 2005; Bryan Ăstergaard <kloeri@gentoo.org> pari-2.1.6.ebuild: Stable on alpha, bug 87790. diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest index e4938de54b29..5329298c6959 100644 --- a/sci-mathematics/pari/Manifest +++ b/sci-mathematics/pari/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b58fee8ac17afed85a1b80627d208db6 ChangeLog 4164 -MD5 4818ef4876441247184df2b11538de44 pari-2.1.5-r4.ebuild 1882 +MD5 a4176c66fb03290301c2beba3de4377f ChangeLog 4442 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 d33b0309bbbaa8e508e35af360efb31b pari-2.1.5-r1.ebuild 953 -MD5 68e087ebcdc06fc3a7609409a5286afa pari-2.1.6.ebuild 1905 +MD5 4818ef4876441247184df2b11538de44 pari-2.1.5-r4.ebuild 1882 +MD5 eb518b2d96486d424b931c28c19de200 pari-2.1.6.ebuild 1898 +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 dccf7ef464f99fa750a5c7fc3ec67e8f files/wrong_functype-r1.patch 1498 -MD5 ee951aeeb2122fab2aaf9803097fad76 files/digest-pari-2.1.5-r1 63 MD5 c3f89da5ddbdb73646e3d64ee31ea887 files/docs.patch 915 +MD5 dccf7ef464f99fa750a5c7fc3ec67e8f files/wrong_functype-r1.patch 1498 MD5 cbd309a01e2fee1a5ba6cb3a93ba5708 files/wrong_functype.patch 1946 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCU7lRKf2g/qXtneoRAs+ZAJ9jlqKrDtAf7MylsQRY35HS26imswCfSxxq -1n8xmSqb/gtd7SsL+zO24Jw= -=fuEt ------END PGP SIGNATURE----- diff --git a/sci-mathematics/pari/pari-2.1.6.ebuild b/sci-mathematics/pari/pari-2.1.6.ebuild index 07174ad9125c..55039f9b90e2 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.8 2005/04/06 10:26:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.9 2005/04/09 14:41:33 fmccor 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 ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa mips ppc ~x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |