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:
Jorgen Schaefer 2015-04-05 14:37:28 +02:00
parent 0eb3729258
commit cbae2db9a6
5 changed files with 2 additions and 5 deletions

View file

@ -1 +1 @@
(circe :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/circe*.el"))
(circe :repo "jorgenschaefer/circe" :fetcher github)

View file

@ -1 +0,0 @@
(lcs :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/lcs.el"))

View file

@ -1 +0,0 @@
(lui :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/lui*.el"))

View file

@ -1 +0,0 @@
(shorten :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/shorten.el"))

View file

@ -1 +1 @@
(tracking :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/tracking.el"))
(tracking :repo "jorgenschaefer/circe" :fetcher github :files ("tracking.el" "shorten.el"))