mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Adjust circe to the new upstream repository layout.
Remove lui, lcs and shorten, as they are no longer separate packages, but simply included in circe. This should not pose a problem, as no other packages in MELPA depend on them. As the tracking package is used by another package, leave the recipe, but adjust it to include the depended-on shorten.el.
This commit is contained in:
parent
0eb3729258
commit
cbae2db9a6
5 changed files with 2 additions and 5 deletions
|
@ -1 +1 @@
|
|||
(circe :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/circe*.el"))
|
||||
(circe :repo "jorgenschaefer/circe" :fetcher github)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
(lcs :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/lcs.el"))
|
|
@ -1 +0,0 @@
|
|||
(lui :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/lui*.el"))
|
|
@ -1 +0,0 @@
|
|||
(shorten :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/shorten.el"))
|
|
@ -1 +1 @@
|
|||
(tracking :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/tracking.el"))
|
||||
(tracking :repo "jorgenschaefer/circe" :fetcher github :files ("tracking.el" "shorten.el"))
|
||||
|
|
Loading…
Reference in a new issue