Add :old-names key to recipes that have been renamed

This commit is contained in:
Steve Purcell 2013-10-04 14:07:52 +01:00
parent 5bfcbb77a8
commit b86c666ee9
5 changed files with 9 additions and 5 deletions

View file

@ -1 +1 @@
(cask :repo "cask/cask" :fetcher github)
(cask :repo "cask/cask" :fetcher github :old-names (carton))

View file

@ -1 +1,2 @@
(flycheck-d-unittest :repo "flycheck/flycheck-d-unittest" :fetcher github)
(flycheck-d-unittest :repo "flycheck/flycheck-d-unittest" :fetcher github
:old-names (flycheck-d))

View file

@ -1,4 +1,5 @@
(org-mac-link
:fetcher git
:url "git://orgmode.org/org-mode.git"
:files ("contrib/lisp/org-mac-link.el"))
:files ("contrib/lisp/org-mac-link.el")
:old-names (org-mac-link-grabber))

View file

@ -1 +1,2 @@
(ox-reveal :repo "yjwen/org-reveal" :fetcher github)
(ox-reveal :repo "yjwen/org-reveal" :fetcher github
:old-names (org-reveal))

View file

@ -1 +1,2 @@
(vlf :repo "m00natic/vlfi" :fetcher github :files ("vlf.el"))
(vlf :repo "m00natic/vlfi" :fetcher github :files ("vlf.el")
:old-names (vlfi))