Remove dependency declarations from Cask files
The dependencies are also in the package files themselves and are the actual source of truth. The way I’ve reorganized the stages should mean that this isn’t necessary anymore.
This commit is contained in:
parent
9d0d6776c1
commit
74a20197df
12 changed files with 0 additions and 57 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
(package-file "./oni-conf.el")
|
||||
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
(package-file "./oni-csharp.el")
|
||||
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,11 +3,6 @@
|
|||
|
||||
(package-file "./oni-css.el")
|
||||
|
||||
(depends-on "oni-company" :git "../" :files ("oni-company.el"))
|
||||
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||||
(depends-on "hydra")
|
||||
(depends-on "rainbow-mode")
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,14 +3,6 @@
|
|||
|
||||
(package-file "./oni-elisp.el")
|
||||
|
||||
(depends-on "oni-company" :git "../" :files ("oni-company.el"))
|
||||
(depends-on "oni-flycheck" :git "../" :files ("oni-flycheck.el"))
|
||||
(depends-on "oni-paredit" :git "../" :files ("oni-paredit.el"))
|
||||
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||||
(depends-on "rainbow-delimiters")
|
||||
(depends-on "nameless")
|
||||
(depends-on "erefactor")
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
(package-file "./oni-haml.el")
|
||||
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
(package-file "./oni-html.el")
|
||||
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
(package-file "./oni-nxml.el")
|
||||
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,12 +3,6 @@
|
|||
|
||||
(package-file "./oni-org.el")
|
||||
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
(depends-on "org-plus-contrib")
|
||||
(depends-on "org-bullets")
|
||||
(depends-on "hydra")
|
||||
(depends-on "org-wild-notifier")
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
11
oni-php/Cask
11
oni-php/Cask
|
@ -3,17 +3,6 @@
|
|||
|
||||
(package-file "./oni-php.el")
|
||||
|
||||
(depends-on "php-mode")
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
(depends-on "oni-flycheck" :git "../" :files ("oni-flycheck.el"))
|
||||
(depends-on "oni-company" :git "../" :files ("oni-company.el"))
|
||||
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||||
(depends-on "ggtags")
|
||||
(depends-on "fic-mode")
|
||||
(depends-on "hydra")
|
||||
(depends-on "company-php")
|
||||
(depends-on "phpcbf")
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,16 +3,6 @@
|
|||
|
||||
(package-file "./oni-python.el")
|
||||
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
(depends-on "oni-company" :git "../" :files ("oni-company.el"))
|
||||
(depends-on "company-jedi")
|
||||
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||||
(depends-on "oni-flycheck" :git "../" :files ("oni-flycheck.el"))
|
||||
(depends-on "rainbow-delimiters")
|
||||
(depends-on "reformatter")
|
||||
(depends-on "traad")
|
||||
(depends-on "hydra")
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
|
||||
(package-file "./oni-ruby.el")
|
||||
|
||||
(depends-on "ruby-mode")
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
|
||||
(package-file "./oni-twig.el")
|
||||
|
||||
(depends-on "twig-mode")
|
||||
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
||||
|
|
Loading…
Reference in a new issue