Commit Graph

7 Commits

Author SHA1 Message Date
Ryan C. Thompson
cf34f9aa0a Clean up whitespace
This commit is the result of running cleanup-whitespace.sh.

Fixes #549.
2014-02-21 10:52:48 -08:00
Dimitri Fontaine
12031da005 Switch from lamba() to progn in the recipes. 2012-02-27 11:52:22 +01: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
Ryan C. Thompson
70df199b27 Remove needless use of "default-directory" as second arg to "expand-file-name" 2012-02-14 11:16:15 -08:00
Ryan C. Thompson
0776e8fd87 Use "default-directory" in recipes 2012-02-13 21:19:20 -08:00
Kyle Hargraves
131b458bb8 Use :prepare hook to set pcmpl-git-options-file 2012-01-22 12:52:01 -06:00
Kyle Hargraves
e272bdb2b9 Add pcmpl-git recipe 2012-01-17 08:38:13 -06:00