From 286a1a034c36a0f47402fbba2ff6b76295992bfa Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 10 Sep 2013 17:44:15 +0200 Subject: [PATCH] split magit into multiple packages --- recipes/magit | 14 +++++++++++++- recipes/magit-stgit | 3 +++ recipes/magit-svn | 3 +++ recipes/magit-topgit | 3 +++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 recipes/magit-stgit create mode 100644 recipes/magit-svn create mode 100644 recipes/magit-topgit diff --git a/recipes/magit b/recipes/magit index 2789a6aa..2aa91684 100644 --- a/recipes/magit +++ b/recipes/magit @@ -1,2 +1,14 @@ -(magit :repo "magit/magit" :fetcher github) +(magit :fetcher github + :repo "magit/magit" + :files ("magit.el" + "magit-bisect.el" + "magit-blame.el" + "magit-cherry.el" + "magit-compat.el" + "magit-key-mode.el" + "magit-wip.el" + "magit.info" + "dir" + "AUTHORS.md" + "README.md")) diff --git a/recipes/magit-stgit b/recipes/magit-stgit new file mode 100644 index 00000000..096c0874 --- /dev/null +++ b/recipes/magit-stgit @@ -0,0 +1,3 @@ +(magit-stgit :fetcher github + :repo "magit/magit" + :files ("magit-stgit.el")) diff --git a/recipes/magit-svn b/recipes/magit-svn new file mode 100644 index 00000000..a97835ee --- /dev/null +++ b/recipes/magit-svn @@ -0,0 +1,3 @@ +(magit-svn :fetcher github + :repo "magit/magit" + :files ("magit-svn.el")) diff --git a/recipes/magit-topgit b/recipes/magit-topgit new file mode 100644 index 00000000..57eb3f00 --- /dev/null +++ b/recipes/magit-topgit @@ -0,0 +1,3 @@ +(magit-topgit :fetcher github + :repo "magit/magit" + :files ("magit-topgit.el"))