diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-12-30 18:43:55 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-12-30 18:43:55 +0000 |
commit | 370387986d1203a4c7716022259de3bf63794b17 (patch) | |
tree | 3de427177b0de6ba8ba040dac8a4dc48dc97d95b /sci-mathematics | |
parent | Fixes bug #111682, thanks Dieter (diff) | |
download | historical-370387986d1203a4c7716022259de3bf63794b17.tar.gz historical-370387986d1203a4c7716022259de3bf63794b17.tar.bz2 historical-370387986d1203a4c7716022259de3bf63794b17.zip |
Fix #117216.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/axiom/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/axiom/Manifest | 6 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-3.9.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-9999.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/sci-mathematics/axiom/ChangeLog b/sci-mathematics/axiom/ChangeLog index 7afc0fd81485..4ddd7295ee9c 100644 --- a/sci-mathematics/axiom/ChangeLog +++ b/sci-mathematics/axiom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/axiom # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.4 2005/12/29 23:32:31 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.5 2005/12/30 18:43:55 plasmaroo Exp $ + + 30 Dec 2005; <plasmaroo@gentoo.org> axiom-3.9.ebuild, axiom-9999.ebuild: + Fix #117216. *axiom-3.9 (29 Dec 2005) diff --git a/sci-mathematics/axiom/Manifest b/sci-mathematics/axiom/Manifest index 9f477a226332..053c877933c6 100644 --- a/sci-mathematics/axiom/Manifest +++ b/sci-mathematics/axiom/Manifest @@ -1,7 +1,7 @@ -MD5 b62e3367eea0fae6709c4088ae0d0455 ChangeLog 842 -MD5 9e4cd8bd2f0c8e1d698928766e4bb1cc axiom-9999.ebuild 2640 +MD5 ae337ca66ac1faff5e04f560510525a1 ChangeLog 933 +MD5 89a525a7281abca48480fd4289bcfb85 axiom-9999.ebuild 2630 MD5 e49bb02132d2cd74ad4e6ee291e102d9 metadata.xml 220 -MD5 b69afc95b5e9c2466b594b33b68a9bb9 axiom-3.9.ebuild 2417 +MD5 6f8b8d7059dc8f178213d2839cd07232 axiom-3.9.ebuild 2407 MD5 5e0239b67a06d3ea02047349b2e48e0d files/digest-axiom-3.9 69 MD5 84829d019c500de4d62b6f0e79fa9e0f files/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch 1422 MD5 43fa5bf93354597104a9752dea29743f files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input 843 diff --git a/sci-mathematics/axiom/axiom-3.9.ebuild b/sci-mathematics/axiom/axiom-3.9.ebuild index 8f4e50456496..ba2f0cd28fb0 100644 --- a/sci-mathematics/axiom/axiom-3.9.ebuild +++ b/sci-mathematics/axiom/axiom-3.9.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9.ebuild,v 1.1 2005/12/29 23:32:31 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9.ebuild,v 1.2 2005/12/30 18:43:55 plasmaroo Exp $ inherit eutils DESCRIPTION="Axiom is a general purpose Computer Algebra system" -HOMEPAGE="http://axiom.axiom-developer.org/index.html" +HOMEPAGE="http://axiom.axiom-developer.org/" SRC_URI="http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Sept2005-src.tgz" LICENSE="GPL-2" diff --git a/sci-mathematics/axiom/axiom-9999.ebuild b/sci-mathematics/axiom/axiom-9999.ebuild index 3b388a48de9c..56db0e41b0ab 100644 --- a/sci-mathematics/axiom/axiom-9999.ebuild +++ b/sci-mathematics/axiom/axiom-9999.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/axiom/axiom-9999.ebuild,v 1.4 2005/12/13 23:26:13 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-9999.ebuild,v 1.5 2005/12/30 18:43:55 plasmaroo Exp $ ECVS_SERVER="cvs.savannah.nongnu.org:/sources/axiom" ECVS_MODULE="axiom" @@ -10,7 +10,7 @@ ECVS_USER="anonymous" inherit cvs eutils DESCRIPTION="Axiom is a general purpose Computer Algebra system" -HOMEPAGE="http://axiom.axiom-developer.org/index.html" +HOMEPAGE="http://axiom.axiom-developer.org/" SRC_URI="" LICENSE="GPL-2" |