update repo URLs, remove obsolete repositories

This commit is contained in:
Kai Tetzlaff (chogori.tetzco.de) 2014-11-03 14:06:57 +01:00
parent ec77f0dca0
commit a803142f57
2 changed files with 27 additions and 87 deletions

86
.gitignore vendored
View File

@ -28,20 +28,22 @@
.cvsignore
.svnignore
org-mode/
apel/
flim/
semi/
wanderlust/
bbdb/
gnus/
ess/
emacswiki/
w3/
use-package/
dvc/
yaml-mode/
htmlize/
/org-mode/
/apel/
/flim/
/semi/
/wanderlust/
/bbdb/
/gnus/
/ess/
/emacswiki/
/w3/
/use-package/
/dvc/
/yaml-mode/
/htmlize/
/emacs-jabber/
/auctex/
doxymacs/Makefile
doxymacs/Makefile.in
@ -65,59 +67,6 @@ doxymacs/no-autoconf/Makefile
doxymacs/no-autoconf/Makefile.in
doxymacs/lisp/elc-stamp
emacs-jabber/build-aux/
emacs-jabber/autom4te.cache/
reftex/lisp/reftex.el
reftex/doc/reftex.info
reftex/doc/version.texi
auctex/Makefile
auctex/auctex.el
auctex/auto-loads.el
auctex/config.log
auctex/autom4te.cache/
auctex/config.status
auctex/doc/Makefile
auctex/preview/Makefile
auctex/preview/auto.el
auctex/preview/config.log
auctex/preview/config.status
auctex/preview/latex/Makefile
auctex/preview/latex/prauctex.cfg
auctex/preview/latex/prauctex.def
auctex/preview/latex/prcounters.def
auctex/preview/latex/preview-mk.ins
auctex/preview/latex/preview.drv
auctex/preview/latex/preview.dvi
auctex/preview/latex/preview.pdf
auctex/preview/latex/preview.sty
auctex/preview/latex/prfootnotes.def
auctex/preview/latex/prlyx.def
auctex/preview/latex/prshowbox.def
auctex/preview/latex/prshowlabels.def
auctex/preview/latex/prtightpage.def
auctex/preview/latex/prtracingall.def
auctex/preview/preview-latex.el
auctex/tex-site.el
auctex/tex-site.el.out
auctex/CHANGES
auctex/FAQ
auctex/INSTALL
auctex/INSTALL.windows
auctex/README
auctex/TODO
auctex/configure
auctex/doc/auctex.info
auctex/doc/auctex.info-1
auctex/doc/auctex.info-2
auctex/doc/preview-dtxdoc.texi
auctex/doc/preview-latex.info
auctex/doc/tex-ref.pdf
auctex/doc/version.texi
auctex/preview/configure
dvc/dvc-load.el
dvc/autom4te.cache
dvc/lisp/dvc-autoloads.el
@ -142,8 +91,5 @@ server/
auto-save-list/
#lisp/[^0-9].*-([0-9.]+|git|snapshot|cvs)
emacs-jabber/(configure|config.status|aclocal.m4|elc-stamp|jabber(-autoloads.el|-ourversion.el|\.info))
emacs-jabber/(.*/)?Makefile(\.in)?
Copy[ ()0-9]*of.*
Copy[ ()0-9]*of.*/

View File

@ -6,8 +6,8 @@ endif
all: elisp-all
elisp-all: org-mode gnus dvc auctex reftex
#elisp-all: ess org-mode gnus dvc auctex reftex
elisp-all: org-mode gnus dvc auctex
#elisp-all: ess org-mode gnus dvc auctex
#apel flim semi wanderlust
update: updaterepos
@ -31,16 +31,16 @@ GIT_DIRS += yaml-mode
URL-yaml-mode := https://github.com/yoshiki/yaml-mode.git
#GIT_DIRS += apel
URL-apel := http://github.com/wanderlust/apel.git
#URL-apel := http://github.com/wanderlust/apel.git
#GIT_DIRS += semi
URL-semi := http://github.com/wanderlust/semi.git
#URL-semi := http://github.com/wanderlust/semi.git
#GIT_DIRS += flim
URL-flim := http://github.com/wanderlust/flim.git
#URL-flim := http://github.com/wanderlust/flim.git
#GIT_DIRS += wanderlust
URL-wanderlust := http://github.com/wanderlust/wanderlust.git
#URL-wanderlust := http://github.com/wanderlust/wanderlust.git
GIT_DIRS += org-mode
URL-org-mode := http://orgmode.org/org-mode.git
@ -48,8 +48,8 @@ URL-org-mode := http://orgmode.org/org-mode.git
GIT_DIRS += gnus
URL-gnus := http://git.gnus.org/gnus.git
GIT_DIRS += w3
URL-w3 := http://git.savannah.gnu.org/r/w3.git
#GIT_DIRS += w3
#URL-w3 := http://git.savannah.gnu.org/r/w3.git
GIT_DIRS += bbdb
URL-bbdb := http://git.savannah.gnu.org/r/bbdb.git
@ -58,7 +58,7 @@ GIT_DIRS += auctex
URL-auctex := http://git.savannah.gnu.org/r/auctex.git
GIT_DIRS += emacs-jabber
URL-emacs-jabber := git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber
URL-emacs-jabber := http://git.code.sf.net/p/emacs-jabber/git
GIT_DIRS += doxymacs
URL-doxymacs := git://doxymacs.git.sourceforge.net/gitroot/doxymacs/doxymacs
@ -66,14 +66,8 @@ URL-doxymacs := git://doxymacs.git.sourceforge.net/gitroot/doxymacs/doxymacs
GIT_DIRS += htmlize
URL-htmlize := http://github.com/emacsmirror/htmlize.git
#SVN_DIRS += ess
#URL-ess := https://svn.r-project.org/ESS/trunk
CVS_DIRS += reftex
URL-reftex := :pserver:anonymous@cvs.savannah.gnu.org:/sources/auctex
# :pserver:anonymous@cvs.namazu.org:/storage/cvsroot login
# :pserver:anonymous@cvs.namazu.org:/storage/cvsroot co emacs-w3m
#GIT_DIRS += ess
#URL-ess := https://github.com/emacs-ess/ESS.git
BZR_DIRS += dvc
URL-dvc := http://bzr.xsteve.at/dvc