update repo URLs, remove obsolete repositories
This commit is contained in:
parent
ec77f0dca0
commit
a803142f57
86
.gitignore
vendored
86
.gitignore
vendored
@ -28,20 +28,22 @@
|
|||||||
.cvsignore
|
.cvsignore
|
||||||
.svnignore
|
.svnignore
|
||||||
|
|
||||||
org-mode/
|
/org-mode/
|
||||||
apel/
|
/apel/
|
||||||
flim/
|
/flim/
|
||||||
semi/
|
/semi/
|
||||||
wanderlust/
|
/wanderlust/
|
||||||
bbdb/
|
/bbdb/
|
||||||
gnus/
|
/gnus/
|
||||||
ess/
|
/ess/
|
||||||
emacswiki/
|
/emacswiki/
|
||||||
w3/
|
/w3/
|
||||||
use-package/
|
/use-package/
|
||||||
dvc/
|
/dvc/
|
||||||
yaml-mode/
|
/yaml-mode/
|
||||||
htmlize/
|
/htmlize/
|
||||||
|
/emacs-jabber/
|
||||||
|
/auctex/
|
||||||
|
|
||||||
doxymacs/Makefile
|
doxymacs/Makefile
|
||||||
doxymacs/Makefile.in
|
doxymacs/Makefile.in
|
||||||
@ -65,59 +67,6 @@ doxymacs/no-autoconf/Makefile
|
|||||||
doxymacs/no-autoconf/Makefile.in
|
doxymacs/no-autoconf/Makefile.in
|
||||||
doxymacs/lisp/elc-stamp
|
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/dvc-load.el
|
||||||
dvc/autom4te.cache
|
dvc/autom4te.cache
|
||||||
dvc/lisp/dvc-autoloads.el
|
dvc/lisp/dvc-autoloads.el
|
||||||
@ -142,8 +91,5 @@ server/
|
|||||||
auto-save-list/
|
auto-save-list/
|
||||||
#lisp/[^0-9].*-([0-9.]+|git|snapshot|cvs)
|
#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.*
|
||||||
Copy[ ()0-9]*of.*/
|
Copy[ ()0-9]*of.*/
|
||||||
|
|||||||
28
Makefile
28
Makefile
@ -6,8 +6,8 @@ endif
|
|||||||
|
|
||||||
all: elisp-all
|
all: elisp-all
|
||||||
|
|
||||||
elisp-all: org-mode gnus dvc auctex reftex
|
elisp-all: org-mode gnus dvc auctex
|
||||||
#elisp-all: ess org-mode gnus dvc auctex reftex
|
#elisp-all: ess org-mode gnus dvc auctex
|
||||||
#apel flim semi wanderlust
|
#apel flim semi wanderlust
|
||||||
|
|
||||||
update: updaterepos
|
update: updaterepos
|
||||||
@ -31,16 +31,16 @@ GIT_DIRS += yaml-mode
|
|||||||
URL-yaml-mode := https://github.com/yoshiki/yaml-mode.git
|
URL-yaml-mode := https://github.com/yoshiki/yaml-mode.git
|
||||||
|
|
||||||
#GIT_DIRS += apel
|
#GIT_DIRS += apel
|
||||||
URL-apel := http://github.com/wanderlust/apel.git
|
#URL-apel := http://github.com/wanderlust/apel.git
|
||||||
|
|
||||||
#GIT_DIRS += semi
|
#GIT_DIRS += semi
|
||||||
URL-semi := http://github.com/wanderlust/semi.git
|
#URL-semi := http://github.com/wanderlust/semi.git
|
||||||
|
|
||||||
#GIT_DIRS += flim
|
#GIT_DIRS += flim
|
||||||
URL-flim := http://github.com/wanderlust/flim.git
|
#URL-flim := http://github.com/wanderlust/flim.git
|
||||||
|
|
||||||
#GIT_DIRS += wanderlust
|
#GIT_DIRS += wanderlust
|
||||||
URL-wanderlust := http://github.com/wanderlust/wanderlust.git
|
#URL-wanderlust := http://github.com/wanderlust/wanderlust.git
|
||||||
|
|
||||||
GIT_DIRS += org-mode
|
GIT_DIRS += org-mode
|
||||||
URL-org-mode := http://orgmode.org/org-mode.git
|
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
|
GIT_DIRS += gnus
|
||||||
URL-gnus := http://git.gnus.org/gnus.git
|
URL-gnus := http://git.gnus.org/gnus.git
|
||||||
|
|
||||||
GIT_DIRS += w3
|
#GIT_DIRS += w3
|
||||||
URL-w3 := http://git.savannah.gnu.org/r/w3.git
|
#URL-w3 := http://git.savannah.gnu.org/r/w3.git
|
||||||
|
|
||||||
GIT_DIRS += bbdb
|
GIT_DIRS += bbdb
|
||||||
URL-bbdb := http://git.savannah.gnu.org/r/bbdb.git
|
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
|
URL-auctex := http://git.savannah.gnu.org/r/auctex.git
|
||||||
|
|
||||||
GIT_DIRS += emacs-jabber
|
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
|
GIT_DIRS += doxymacs
|
||||||
URL-doxymacs := git://doxymacs.git.sourceforge.net/gitroot/doxymacs/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
|
GIT_DIRS += htmlize
|
||||||
URL-htmlize := http://github.com/emacsmirror/htmlize.git
|
URL-htmlize := http://github.com/emacsmirror/htmlize.git
|
||||||
|
|
||||||
#SVN_DIRS += ess
|
#GIT_DIRS += ess
|
||||||
#URL-ess := https://svn.r-project.org/ESS/trunk
|
#URL-ess := https://github.com/emacs-ess/ESS.git
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
BZR_DIRS += dvc
|
BZR_DIRS += dvc
|
||||||
URL-dvc := http://bzr.xsteve.at/dvc
|
URL-dvc := http://bzr.xsteve.at/dvc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user