diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-03 16:40:54 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-03 16:40:54 +0000 |
commit | 2a3e1260a8005eb2c69bcd768340adfd96bdd118 (patch) | |
tree | b25630fe1417c0be24bc58a305d00f5ba227235d /sci-mathematics/pari | |
parent | Fixed graphic paths so demos actually run. Re-added debug build. (diff) | |
download | historical-2a3e1260a8005eb2c69bcd768340adfd96bdd118.tar.gz historical-2a3e1260a8005eb2c69bcd768340adfd96bdd118.tar.bz2 historical-2a3e1260a8005eb2c69bcd768340adfd96bdd118.zip |
Stable on ppc.
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 | 16 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.6.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index c5c8307e1523..596cc942e409 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.6 2005/04/03 15:09:07 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.7 2005/04/03 16:40:54 hansmi Exp $ + + 03 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> pari-2.1.6.ebuild: + Stable on ppc. 03 Apr 2005; Danny van Dyk <kugelfang@gentoo.org> pari-2.1.6.ebuild: Fixed toolchain usage and added src_test() function. diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest index eb4a709164a9..b91401d603d3 100644 --- a/sci-mathematics/pari/Manifest +++ b/sci-mathematics/pari/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c881ae142213f4a6f3588e5a28213181 ChangeLog 3874 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 d339357d200a2665b2864dfd0275f8a3 pari-2.1.6.ebuild 1907 MD5 d33b0309bbbaa8e508e35af360efb31b pari-2.1.5-r1.ebuild 953 +MD5 1e700d23940503ab82ef77ff1921803a ChangeLog 3962 MD5 4818ef4876441247184df2b11538de44 pari-2.1.5-r4.ebuild 1882 -MD5 bc462d4cf4c16f9ebab9217f7dc3fffd pari-2.1.6.ebuild 1911 -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 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.2.6 (GNU/Linux) - -iD8DBQFCUAeJ5mJXAu5GbtIRAuL9AJ0R2D/kwlVNo4w0J+p38H+6SNEqPQCfZ2Nz -MB5UrV5v0SKNnDH/8Hig9xs= -=TYIm ------END PGP SIGNATURE----- diff --git a/sci-mathematics/pari/pari-2.1.6.ebuild b/sci-mathematics/pari/pari-2.1.6.ebuild index d03e2250ff4d..3e7a075a910a 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.5 2005/04/03 15:09:07 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.6 2005/04/03 16:40:54 hansmi 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 ~sparc ~x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |