diff options
author | Guy Martin <gmsoft@gentoo.org> | 2006-01-18 12:28:47 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2006-01-18 12:28:47 +0000 |
commit | 38e74cb9764642e0df9a84f67a16cca33bdc0bf2 (patch) | |
tree | d26b260847553cc93defba55a4723a82bba6d9b2 /sci-mathematics/pari | |
parent | sh love (diff) | |
download | historical-38e74cb9764642e0df9a84f67a16cca33bdc0bf2.tar.gz historical-38e74cb9764642e0df9a84f67a16cca33bdc0bf2.tar.bz2 historical-38e74cb9764642e0df9a84f67a16cca33bdc0bf2.zip |
Stable on hppa.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.7.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index f060375fd1d0..c9b8176f7043 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.22 2006/01/17 10:11:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.23 2006/01/18 12:28:47 gmsoft Exp $ + + 18 Jan 2006; Guy Martin <gmsoft@gentoo.org> pari-2.1.7.ebuild: + Stable on hppa. 17 Jan 2006; <mcumming@gentoo.org> pari-2.1.7.ebuild: Marking sparc stable for 2.1.7, bug 118920 diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest index 30a4b88047fb..6146c97f6f23 100644 --- a/sci-mathematics/pari/Manifest +++ b/sci-mathematics/pari/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 074c50ee2851bf76560fbec6027259eb ChangeLog 5874 +MD5 0023c746d98f1e623c75ba7ed1fc6e52 ChangeLog 5955 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 @@ -11,11 +8,4 @@ MD5 cbd309a01e2fee1a5ba6cb3a93ba5708 files/wrong_functype.patch 1946 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 12d02fbdc3b89b45adf6fae221237532 pari-2.1.5-r4.ebuild 2523 MD5 944e7cfb4a53d51b8619a0d3dc3b4be9 pari-2.1.6.ebuild 2485 -MD5 c86679b66731d93d8f2071a4b9449103 pari-2.1.7.ebuild 2455 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDzMK9tG5z4I8BtQoRAk73AJ40SyR7RuDYt3N+92NYfj+Pg1aD/wCgjYCW -S/+vZSHiOjG8ocrH5m8QaCY= -=KVvA ------END PGP SIGNATURE----- +MD5 71ac6ec3f46e5e840512359d1b2182d5 pari-2.1.7.ebuild 2451 diff --git a/sci-mathematics/pari/pari-2.1.7.ebuild b/sci-mathematics/pari/pari-2.1.7.ebuild index a3ccfddfa27f..d3f8b3401448 100644 --- a/sci-mathematics/pari/pari-2.1.7.ebuild +++ b/sci-mathematics/pari/pari-2.1.7.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.ebuild,v 1.3 2006/01/17 10:11:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7.ebuild,v 1.4 2006/01/18 12:28:47 gmsoft 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 sparc x86" +KEYWORDS="~alpha ~amd64 hppa ~mips ~ppc sparc x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |