Commit Graph

12 Commits

Author SHA1 Message Date
Alex Ott
f51c711f27 add git-modes as dependency for magit 2013-08-27 09:37:32 +02:00
Malyshev Artem
2c156e1b35 Fix version check condition. 2013-04-11 10:26:50 +04:00
Malyshev Artem
d8764ff122 Fix magit recipe for emacs version check. 2013-04-10 13:51:52 +04:00
Dimitri Fontaine
46a488e302 Stop using specific autoloads provided by magit, fix #966 2012-12-16 17:46:55 +01:00
Seiji Kumagai
d5bae9822c change build/darwin to build when the only OSX-specific thing is to set path of emacs during build 2012-12-14 18:41:50 -05:00
Ross Timson
e2e28f2b1b Fixing Magit build in BSD.
Magit does not seem to build in FreeBSD and complains:
"don't know how to make magit-svn.elc".  Using gmake fixes the issue.

Avoiding shell interpolation warning.

Use gmake to build Magit and avoid shell interpolation.
2012-12-06 10:07:50 +00:00
Damien Cassou
08fec8716f Stop shell-interpolation for magit
Signed-off-by: Damien Cassou <cassou@roman2.lifl.fr>
2012-09-14 10:46:40 +02:00
Julien Danjou
e5deb486ad Fix magit autoloads and build command
Signed-off-by: Julien Danjou <julien@danjou.info>
2012-07-22 20:35:36 +02:00
Shihpin Tseng
7fa9079d66 fix magit on Mac OS X
install magit will get can not open load file: subst-ksc
see alse https://github.com/dimitri/el-get/issues/255
2012-04-24 01:59:55 +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
Dave Abrahams
23ccc01143 Handle paths with spaces in magit recipe 2012-01-11 11:06:13 -05:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00