Commit Graph

5 Commits

Author SHA1 Message Date
Ryan C. Thompson
55da54338f Add color-theme dependency to theme-roller 2012-06-03 07:53:55 -07:00
Ryan C. Thompson
b7b63dfcb4 Convert more recipes to github type
This automated conversion 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/([A-Za-z0-9.-]+)/([A-Za-z0-9.-]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
    # Change :type from git to github if recipe has a :pkgname property
    for x in *.rcp; do if pcregrep -q ":type\s+git\b" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git(hub)?\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-29 09:31:09 -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
7a4490fae2 Eliminate lambdas from :post-init in recipes 2012-02-22 14:46:21 -08:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00