diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-12-13 23:26:13 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-12-13 23:26:13 +0000 |
commit | a3c16559c63250c008cbcf9332c7819fe9ec8d39 (patch) | |
tree | 760d7b061a71d322938480ca953c9024fb88f5bb /sci-mathematics/axiom | |
parent | stable on alpha wrt bug #105380 (diff) | |
download | historical-a3c16559c63250c008cbcf9332c7819fe9ec8d39.tar.gz historical-a3c16559c63250c008cbcf9332c7819fe9ec8d39.tar.bz2 historical-a3c16559c63250c008cbcf9332c7819fe9ec8d39.zip |
Update Savannah CVS info; #115327.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics/axiom')
-rw-r--r-- | sci-mathematics/axiom/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/axiom/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-9999.ebuild | 12 |
3 files changed, 10 insertions, 11 deletions
diff --git a/sci-mathematics/axiom/ChangeLog b/sci-mathematics/axiom/ChangeLog index cfd8fb8d9e86..1d9dad595b5d 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.2 2005/12/04 21:41:10 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.3 2005/12/13 23:26:13 plasmaroo Exp $ + + 13 Dec 2005; <plasmaroo@gentoo.org> axiom-9999.ebuild: + Update Savannah CVS info; #115327. 04 Dec 2005; <plasmaroo@gentoo.org> axiom-9999.ebuild, +files/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch, diff --git a/sci-mathematics/axiom/Manifest b/sci-mathematics/axiom/Manifest index ae983b9a245e..5ae2d85c56e4 100644 --- a/sci-mathematics/axiom/Manifest +++ b/sci-mathematics/axiom/Manifest @@ -1,5 +1,5 @@ -MD5 f62ee8a71256ad62e56897a9b1f63fb6 ChangeLog 634 -MD5 51c115f2ef0f245a210dc2b8e7294f29 axiom-9999.ebuild 2943 +MD5 c31af99006f4df7be468663b64304182 ChangeLog 729 +MD5 9e4cd8bd2f0c8e1d698928766e4bb1cc axiom-9999.ebuild 2640 MD5 e49bb02132d2cd74ad4e6ee291e102d9 metadata.xml 220 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-9999.ebuild b/sci-mathematics/axiom/axiom-9999.ebuild index 593913fc106b..3b388a48de9c 100644 --- a/sci-mathematics/axiom/axiom-9999.ebuild +++ b/sci-mathematics/axiom/axiom-9999.ebuild @@ -1,15 +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-9999.ebuild,v 1.3 2005/12/04 21:41:10 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-9999.ebuild,v 1.4 2005/12/13 23:26:13 plasmaroo Exp $ -ECVS_AUTH="ext" -export CVS_RSH="ssh" -ECVS_SERVER="savannah.gnu.org:/cvsroot/axiom" +ECVS_SERVER="cvs.savannah.nongnu.org:/sources/axiom" ECVS_MODULE="axiom" -ECVS_USER="anoncvs" -ECVS_PASS="" -ECVS_CVS_OPTIONS="-dP" -ECVS_SSH_HOST_KEY="savannah.gnu.org,199.232.41.3 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzFQovi+67xa+wymRz9u3plx0ntQnELBoNU4SCl3RkwSFZkrZsRTC0fTpOKatQNs1r/BLFoVt21oVFwIXVevGQwB+Lf0Z+5w9qwVAQNu/YUAFHBPTqBze4wYK/gSWqQOLoj7rOhZk0xtAS6USqcfKdzMdRWgeuZ550P6gSzEHfv0=" +ECVS_AUTH="pserver" +ECVS_USER="anonymous" inherit cvs eutils |