summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2003-12-31 16:58:10 +0000
committerTim Yamin <plasmaroo@gentoo.org>2003-12-31 16:58:10 +0000
commit467983e45ae46bbd45d060f137db71cdf7323c7f (patch)
tree1d09d3f6477668309a1df5381819996641d8adbf /app-editors
parentstupid debug code (diff)
downloadgentoo-2-467983e45ae46bbd45d060f137db71cdf7323c7f.tar.gz
gentoo-2-467983e45ae46bbd45d060f137db71cdf7323c7f.tar.bz2
gentoo-2-467983e45ae46bbd45d060f137db71cdf7323c7f.zip
Added 'ECVS_AUTH="ext"' to allow checkouts, as Savannah now uses SSH for CVS.
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/Manifest4
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild5
2 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/Manifest b/app-editors/emacs-cvs/Manifest
index 88ae84deb786..1c64a4341b2e 100644
--- a/app-editors/emacs-cvs/Manifest
+++ b/app-editors/emacs-cvs/Manifest
@@ -1,6 +1,6 @@
MD5 63793751ed4ecd3f48a47888089433ae ChangeLog 2378
-MD5 1111378879a777894736e49df1c04d6c emacs-cvs-21.3.50.ebuild 2527
+MD5 f0181c55be8705197f7190ee936fb172 emacs-cvs-21.3.50.ebuild 2543
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-emacs-cvs-21.3.50 0
MD5 0e5a4a35651f5365c6191636a2c26eb7 files/emacs.desktop 190
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-emacs-cvs-21.3.50 0
MD5 04a64867694a98538309b433c80aaa62 files/40aspell-gentoo.el 80
diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
index 43d86ab3800c..a229d7d049f3 100644
--- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.17 2003/11/21 00:47:29 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.18 2003/12/31 16:57:55 plasmaroo Exp $
-ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs"
+ECVS_AUTH="ext"
+ECVS_SERVER="savannah.gnu.org:/cvsroot/emacs"
ECVS_MODULE="emacs"
ECVS_USER="anoncvs"
ECVS_CVS_OPTIONS="-dP"