From cbae2db9a6e13147adb777e62c11a215dc562161 Mon Sep 17 00:00:00 2001 From: Jorgen Schaefer Date: Sun, 5 Apr 2015 14:37:28 +0200 Subject: [PATCH] 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. --- recipes/circe | 2 +- recipes/lcs | 1 - recipes/lui | 1 - recipes/shorten | 1 - recipes/tracking | 2 +- 5 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 recipes/lcs delete mode 100644 recipes/lui delete mode 100644 recipes/shorten diff --git a/recipes/circe b/recipes/circe index 78596588..a029f3af 100644 --- a/recipes/circe +++ b/recipes/circe @@ -1 +1 @@ -(circe :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/circe*.el")) +(circe :repo "jorgenschaefer/circe" :fetcher github) diff --git a/recipes/lcs b/recipes/lcs deleted file mode 100644 index 1bfbe03f..00000000 --- a/recipes/lcs +++ /dev/null @@ -1 +0,0 @@ -(lcs :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/lcs.el")) diff --git a/recipes/lui b/recipes/lui deleted file mode 100644 index e7061ba8..00000000 --- a/recipes/lui +++ /dev/null @@ -1 +0,0 @@ -(lui :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/lui*.el")) diff --git a/recipes/shorten b/recipes/shorten deleted file mode 100644 index f42afb68..00000000 --- a/recipes/shorten +++ /dev/null @@ -1 +0,0 @@ -(shorten :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/shorten.el")) diff --git a/recipes/tracking b/recipes/tracking index e0e0cac0..b2d69a71 100644 --- a/recipes/tracking +++ b/recipes/tracking @@ -1 +1 @@ -(tracking :repo "jorgenschaefer/circe" :fetcher github :files ("lisp/tracking.el")) +(tracking :repo "jorgenschaefer/circe" :fetcher github :files ("tracking.el" "shorten.el"))