Commit Graph

13 Commits

Author SHA1 Message Date
Shihpin Tseng
5b322864b0 el-get.rcp: if el-get is not installd by package do nothing 2014-12-03 11:06:05 +08:00
Noam Postavsky
6d5db522f7 el-get.rcp: check if active status
Rather than installed status. Checking installed status require
package-initialize to have been called.
2014-12-02 19:57:32 -05:00
Noam Postavsky
69beaeb86f el-get.rcp: Delete bootstrap (M)ELPA version
Also unload the (M)ELPA package and reload the el-get installed one,
otherwise some of the defvars are not reset.
2014-11-29 15:05:06 -05:00
Noam Postavsky
16debb0ba0 only compile .el files in top and method/ dirs 2014-03-22 16:56:49 -04:00
Dimitri Fontaine
bfffd553f4 Move to version 5.1, rolling stable release. 2014-01-11 17:48:33 +01:00
Julien Danjou
321782a4e2 Remove :features in el-get since it has autoloads
Signed-off-by: Julien Danjou <julien@danjou.info>
2012-11-18 14:00:40 +01:00
Dimitri Fontaine
642ad14315 Release 4.1. 2012-08-28 23:07:48 +02:00
Damien Cassou
c053ca1539 Fix :info of el-get recipe
Signed-off-by: Damien Cassou <damien.cassou@gmail.com>
2012-07-29 13:57:32 +02:00
Dimitri Fontaine
0570f7a605 First step into providing a proper manual for el-get. 2012-07-18 19:43:50 +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
Dimitri Fontaine
c4a13844db Now that el-get-byte-compile works again, fix the el-get recipe. 2011-10-11 20:42:44 +02:00
Dimitri Fontaine
61504f3f8a Prepare 3.1 release.
Some bugs are blocking users in 2.stable and the code diverted enough to
warrant releasing 3.1 rather than spending time fixing 2.stable.  Also, it's
been a long time without release and we have some excellent new
features (dependency support, el-get-list-packages, etc).

The el-get recipe is already refering to the 3.stable branch, that will be
created from this commit.
2011-09-15 22:07:54 +02:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00