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 | df7a1d19a7bcc70348fafecc39574ff134c6bfdd (patch) | |
tree | 73fb9e0d368ab886347bb8d7b17efe16f4dcddd7 /sci-mathematics | |
parent | stable on alpha wrt bug #105380 (diff) | |
download | gentoo-2-df7a1d19a7bcc70348fafecc39574ff134c6bfdd.tar.gz gentoo-2-df7a1d19a7bcc70348fafecc39574ff134c6bfdd.tar.bz2 gentoo-2-df7a1d19a7bcc70348fafecc39574ff134c6bfdd.zip |
Update Savannah CVS info; #115327.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/axiom/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-9999.ebuild | 12 |
2 files changed, 8 insertions, 9 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/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 |