From 856c82eef6ff621111efa7c9dbc8851d3d65d673 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 29 May 2013 18:17:34 +0100 Subject: [PATCH 1/2] Add p4. --- recipes/p4 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/p4 diff --git a/recipes/p4 b/recipes/p4 new file mode 100644 index 00000000..946fc2f3 --- /dev/null +++ b/recipes/p4 @@ -0,0 +1,5 @@ +(p4 + :fetcher github + :repo "gareth-rees/p4.el" + :commit "origin/release" + :files ("p4.el")) From 68fcd8c5b07214a8a777a6ea90b3fc8fbd89d2cd Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 4 Jun 2013 11:19:28 +0100 Subject: [PATCH 2/2] Remove :commit and :files as requested here: https://github.com/milkypostman/melpa/pull/787#issuecomment-18899705 --- recipes/p4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/p4 b/recipes/p4 index 946fc2f3..413505ad 100644 --- a/recipes/p4 +++ b/recipes/p4 @@ -1,5 +1,3 @@ (p4 :fetcher github - :repo "gareth-rees/p4.el" - :commit "origin/release" - :files ("p4.el")) + :repo "gareth-rees/p4.el")