Skip to content

Commit cc6a663

Browse files
authored
Move some packages from git to github type (#2957)
1 parent 2f3d2be commit cc6a663

14 files changed

+38
-26
lines changed

recipes/ac-R.rcp

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(:name ac-R
22
:description "Auto-completion-mode support for R"
3-
:type git
4-
:url "https://github.com/mlf176f2/ac-R")
3+
:type github
4+
:pkgname "mlf176f2/ac-R"
5+
:depends (ess)
6+
)

recipes/durendal.rcp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(:name durendal
22
:website "https://github.com/technomancy/durendal"
33
:description "A bucket of Emacs tricks for Clojure."
4-
:type git :url "https://github.com/technomancy/durendal.git")
4+
:type github
5+
:pkgname "technomancy/durendal"
6+
)

recipes/flymake-html-validator.rcp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(:name "flymake-html-validator"
22
:description "Make flymake work with Validator.nu."
3-
:type git
4-
:url "https://github.com/dwdreisigmeyer/flymake-html-validator"
3+
:type github
4+
:pkgname "dwdreisigmeyer/flymake-html-validator"
55
:features "flymake-html-validator"
66
:prepare (setq validator-script (concat el-get-dir "flymake-html-validator")))
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(:name highlight-indentation-guides
22
:description "This minor mode highlights indentation levels via font-lock"
3-
:type git
4-
:url "https://github.com/DarthFennec/highlight-indent-guides.git")
3+
:type github
4+
:pkgname "DarthFennec/highlight-indent-guides"
5+
)

recipes/highlight-indentation.rcp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(:name highlight-indentation
22
:description "Function for highlighting indentation"
3-
:type git
4-
:url "https://github.com/antonj/Highlight-Indentation-for-Emacs")
3+
:type github
4+
:pkgname "antonj/Highlight-Indentation-for-Emacs"
5+
)

recipes/hl-tags-mode.rcp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(:name hl-tags-mode
22
:website "http://www.reddit.com/r/emacs/comments/ha7l9/html_matching_tag_highlighting/"
33
:description "if the cursor is inside of a '<div ....>' tag, it will highlight it and the corresponding '</div>' tag"
4-
:type git
5-
:url "https://github.com/deactivated/hl-tags-mode"
4+
:type github
5+
:pkgname "deactivated/hl-tags-mode"
66
:features hl-tags-mode)

recipes/ioccur.rcp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(:name ioccur
22
:description "Incremental occur."
3-
:type git
4-
:url "https://github.com/thierryvolpiatto/ioccur"
3+
:type github
4+
:pkgname "thierryvolpiatto/ioccur"
55
:features ioccur)

recipes/mew.rcp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(:name mew
22
:description "Mew is a mail reader for Emacs"
3-
:type git
4-
:url "https://github.com/kazu-yamamoto/Mew.git"
3+
:type github
4+
:pkgname "kazu-yamamoto/Mew"
55
;;; To use Mew S/MIME support, manual configuration of
66
;;; pinentry-program entry on ~/.gnupg/gpg-agent.conf is required.
77
;;; pinentry-program for mew is (concat el-get-dir "mew/bin/mew-pinentry")

recipes/pony-mode.rcp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(:name pony-mode
22
:website "https://github.com/davidmiller/pony-mode"
33
:description "A Django mode for Emacs."
4-
:type git
4+
:type github
5+
:pkgname "davidmiller/pony-mode"
56
:load-path "src"
6-
:url "https://github.com/davidmiller/pony-mode")
7+
)

recipes/rope.rcp

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
:post-init
44
;; Add to PYTHONPATH directly as it is used in ropemacs and traad
55
(el-get-envpath-prepend "PYTHONPATH" default-directory)
6-
:type git
7-
:url "https://github.com/python-rope/rope.git")
6+
:type github
7+
:pkgname "python-rope/rope"
8+
)

recipes/ropemacs.rcp

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
66
(add-to-list 'pymacs-load-path default-directory))
77
:depends (rope ropemode pymacs)
8-
:type git
9-
:url "https://github.com/python-rope/ropemacs")
8+
:type github
9+
:pkgname "python-rope/ropemacs"
10+
)

recipes/ropemode.rcp

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
(progn
55
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
66
(add-to-list 'pymacs-load-path default-directory))
7-
:type git
8-
:url "https://github.com/python-rope/ropemode")
7+
:type github
8+
:pkgname "python-rope/ropemode"
9+
)

recipes/scpaste.rcp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(:name scpaste
22
:website "http://www.emacswiki.org/cgi-bin/wiki/SCPaste"
33
:description "Paste to the web via scp."
4-
:type git
5-
:url "https://github.com/technomancy/scpaste.git")
4+
:type github
5+
:pkgname "technomancy/scpaste"
6+
)

recipes/shadow.rcp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(:name shadow
22
:description "That's not the file. That's shadow."
3-
:type git :url "https://github.com/mooz/shadow.el.git"
3+
:type github
4+
:pkgname "mooz/shadow.el"
45
:features shadow
56
:post-init (progn
67
(add-hook 'find-file-hooks 'shadow-on-find-file)

0 commit comments

Comments
 (0)