Commit Graph

17 Commits

Author SHA1 Message Date
Dimitri Fontaine
c199912f76 Merge pull request #1524 from siteshen/fix-slime-osx
fix slime.rcp build script in mac OS X
2014-01-20 07:50:57 -08:00
Xiaojiang Shen
61aae8a600 fix slime.rcp build script in mac OS X 2014-01-18 10:44:38 +08:00
Rüdiger Sonderfeld
901feb1152 Slime now depends on `cl-lib'.
http://article.gmane.org/gmane.lisp.slime.devel/11212

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2014-01-17 15:51:47 +01:00
Xiao Hanyu
f16e6383d0 Slime has move to github officially from 2014-01-03. 2014-01-05 10:37:59 +08:00
Guillermo Vaya
9faff8bb9a Adds a sed line that allows to build slime.info with makeinfo v. 5.X 2013-11-01 16:01:02 +01:00
Xiao Hanyu
9e37808b0b Remove compile keyword in slime.rcp.
The latest slime (commit b090605) will report "require: Symbol's value
as variable is void: slime-fancy" if byte-compile to elc.
2013-10-10 16:27:34 +08:00
Akihiro Uchida
484f4fe559 use GNU Make on BSD-derivatives instead of BSD Make 2013-06-04 03:14:08 +09:00
capdevc
dc9b2184a3 Changed to antifuchs slime mirror
The previous slime github mirror hadn't updated since 12/2012. antifuchs/slime is current and is the repo being used by the melpa package.
2013-03-08 23:43:36 -05:00
Julien Danjou
d4013c7c70 Enhance slime recipe
Signed-off-by: Julien Danjou <julien@danjou.info>
2012-11-18 13:58:49 +01:00
Damien Cassou
afdc1e6a29 Don't shell-interpolate for slime
Signed-off-by: Damien Cassou <damien.cassou@gmail.com>
2012-10-18 14:28:31 +02:00
Sudish Joseph
95b7d0e671 Slime should build only info from doc/. 2012-05-15 21:39:28 -04:00
Ryan C. Thompson
112a6c2e38 Merge branch 'lazy-fix' into recipe-auto-lambda
Conflicts:
	el-get.el
	recipes/clevercss.rcp
	recipes/coffee-mode.rcp
	recipes/full-ack.rcp
	recipes/mustache-mode.rcp
	recipes/n3-mode.rcp
	recipes/pylookup.rcp
	recipes/rhtml-mode.rcp
	recipes/sauron.rcp
	recipes/yaml-mode.rcp
2012-02-23 15:05:49 -08:00
Ryan C. Thompson
ad94cc46b3 Fix recipes to use ":post-init (FUNC)"
Instead of just ":post-init FUNC"
2012-02-22 14:59:35 -08:00
Ryan C. Thompson
7d15faed65 Convert all github recipes to github type
This automated convertsion was done with the following sequence of
commands:

cd recipes
 # Replace :url with :pkgname "user/repo"
perl -iBAK -lape 's{^(\s*):url\s+".*github.com/([^/]+)/([^.]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
 # Change :type from git to github if recipe has a :pkgname property
for x in *.rcp; do if grep -q ":type.*git" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git\b/:type github/g' $x; fi; done
 # Clean up backup files
rm -f *BAK *BAK2
cd ..

These commands may be repeated at any time in the future to convert
newly-added recipes.
2012-02-21 15:03:03 -08:00
Mihaly Barasz
ae3a14f21b Fix slime recipe: require slime-autoloads and call slime-setup. 2011-12-21 16:50:04 +01:00
Alex Ott
f9cca1478e fix recipes for slime & emacs-jabber
for both of them, were problems with .info
2011-09-12 09:15:46 +02:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00