diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/Manifest | 12 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.7-r1.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 997f57b19f4a..692bc2fb2096 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.31 2006/04/12 05:00:40 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.32 2006/04/12 10:22:46 ferdy Exp $ + + 12 Apr 2006; Fernando J. Pereda <ferdy@gentoo.org> pari-2.1.7-r1.ebuild: + Stable on alpha as per bug #117434 11 Apr 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> pari-2.1.7-r1.ebuild: diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest index d5dc49481cdc..b0a3e7969d90 100644 --- a/sci-mathematics/pari/Manifest +++ b/sci-mathematics/pari/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 759774061c570bb6577061ad7977b0af ChangeLog 6888 +MD5 169be1c7d8e54f108b5fecaded85b589 ChangeLog 7001 MD5 ee951aeeb2122fab2aaf9803097fad76 files/digest-pari-2.1.5-r4 63 MD5 2fd9906f2bf293fdad42d572846508de files/digest-pari-2.1.6 60 MD5 af657a173514360dabaac40ecd6ee695 files/digest-pari-2.1.7 60 @@ -13,12 +13,12 @@ MD5 cbd309a01e2fee1a5ba6cb3a93ba5708 files/wrong_functype.patch 1946 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 dd86221c31f38694f931f54d55252b38 pari-2.1.5-r4.ebuild 2563 MD5 944e7cfb4a53d51b8619a0d3dc3b4be9 pari-2.1.6.ebuild 2485 -MD5 6e521f2ac9402a9c12190e6ca1313cf3 pari-2.1.7-r1.ebuild 2871 +MD5 b489a37128da426769f5e35691531483 pari-2.1.7-r1.ebuild 2870 MD5 fa51888dcaf06d7e6c4bb42f290e222e pari-2.1.7.ebuild 2451 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEPIMF/NoSW7FuNV8RArzxAKCKqvTvkILTuCNVTiH3rmA/wIlkzgCgwc1Z -zBBE7qnpzVBKPUbunDXzJjo= -=a+5q +iD8DBQFEPNUMViELBEf1JB0RAo6UAJ0exP0JXzkVBmJdrHuAA7LYrVtk1gCfVMPI +1Oq57bg7/YtmQ0wHGg+FfXs= +=b1fg -----END PGP SIGNATURE----- diff --git a/sci-mathematics/pari/pari-2.1.7-r1.ebuild b/sci-mathematics/pari/pari-2.1.7-r1.ebuild index a4e281ad9ea4..3d7578b74d8a 100644 --- a/sci-mathematics/pari/pari-2.1.7-r1.ebuild +++ b/sci-mathematics/pari/pari-2.1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7-r1.ebuild,v 1.4 2006/04/12 05:00:40 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7-r1.ebuild,v 1.5 2006/04/12 10:22:46 ferdy Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -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 ~ppc64 sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~ppc64 sparc ~x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |