Commit Graph

6 Commits

Author SHA1 Message Date
Rüdiger Sonderfeld
338f4c13c9 Update rust-mode repo.
Rust-mode now has its own github repo.

https://github.com/rust-lang/rust-mode
2015-02-02 16:10:16 +01:00
David Holm
cab1ec2f76 reciep: rust-mode has autoloads 2014-10-16 19:39:40 +02:00
Daniel Farina
8f87e068d9 Un-break el-get when installing rust-mode
rust-mode no longer requires cm-mode, and furthermore, cm-mode has
been removed from the Rust repository.  That means that without this
patch updating one's rust-mode will break one's .emacs initialization.

Fix this by simply removing the dependency metadata.
2013-07-30 01:05:05 -07:00
Mikhail Glushenkov
327f6e6b3f Fix the recipe for rust-mode. 2012-07-13 22:46:10 +02: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
Mikhail Glushenkov
d23071e3e9 Add a recipe for rust-mode. 2011-12-22 14:46:57 +01:00