Merge pull request #842 from tkf/update-gist-rcp

Update gist.rcp
This commit is contained in:
Dimitri Fontaine 2012-08-30 13:43:57 -07:00
commit 91acd7048a
4 changed files with 14 additions and 2 deletions

5
recipes/gh.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name gh
:description "GitHub API library for Emacs"
:type github
:pkgname "sigma/gh.el"
:depends (pcache logito))

View File

@ -1,6 +1,5 @@
(:name gist
:website "http://github.com/defunkt/gist.el"
:description "Emacs integration for gist.github.com"
:type github
:pkgname "defunkt/gist.el"
:features gist)
:depends gh)

4
recipes/logito.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name logito
:description "tiny logging framework for Emacs"
:type github
:pkgname "sigma/logito")

4
recipes/pcache.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name pcache
:description "persistent caching for Emacs"
:type github
:pkgname "sigma/pcache")