Commit Graph

1835 Commits

Author SHA1 Message Date
Ryan Thompson
8e88f3710a Merge pull request #765 from alanpearce/powerline
Add powerline recipe using github rather than emacswiki
2012-06-03 07:55:38 -07:00
Ryan C. Thompson
55da54338f Add color-theme dependency to theme-roller 2012-06-03 07:53:55 -07:00
Ryan C. Thompson
82681cbbff Fix #619 after merging #660
Convert el-get-checksum to new el-get-with-status-sources usage
2012-06-03 07:53:55 -07:00
Ryan C. Thompson
16518d9d6c Fix #592 after merging #660 2012-06-03 07:53:55 -07:00
Ryan C. Thompson
c3c07e7169 Fix #583 after merging #660 2012-06-03 07:53:55 -07:00
Ryan C. Thompson
bdc2cb2aa6 Fix #303 after merging #660 2012-06-03 07:53:55 -07:00
Ryan C. Thompson
967e58498d Fix missing paren in el-get-status.el
Fixes #764.
2012-06-03 07:53:44 -07:00
Ryan C. Thompson
349ea82c5c Fix confusion in test files between TEMP_HOME and TEST_HOME 2012-06-03 07:52:22 -07:00
Alan Pearce
b3086432a0 Add powerline recipe using github rather than emacswiki 2012-06-03 13:16:58 +01:00
Ryan Thompson
bcce1646bf Merge pull request #660 from DarwinAwardWinner/update-status-recipes
Auto-update status recipes when el-get-sources has changed
2012-06-02 20:51:08 -07:00
Ryan Thompson
aa804fcf75 Merge pull request #763 from yyr/zotexo
updated autopair, zotexo new recipe
2012-05-31 13:20:37 -07:00
Yakkala Yagnesh Raghava
abebe91fca * recipes/zotexo.rcp: new recipe, zotero integration with emacs 2012-06-01 03:51:41 +09:00
Yakkala Yagnesh Raghava
fee77a8bbd * recipes/autopair.rcp: package hosting is now on github. updated 2012-06-01 03:51:25 +09:00
Alex Ott
013c45f132 fix load-path for ensime recipe 2012-05-30 20:39:15 +02:00
Ryan C. Thompson
ee95dd230f Fix handling of el-get-install-skip-emacswiki-recipes
It is now not a syntax error, and it is consistent with the other
install variables in that they only have to be bound, not true.
2012-05-28 15:17:54 -07:00
Ryan C. Thompson
7f6c0e98a8 Merge remote-tracking branch 'refs/remotes/yyr/rec1' into dimitri-master
Updates for ebib and cedet recipes

Conflicts:
	recipes/cedet.rcp
2012-05-28 14:30:06 -07:00
Ryan Thompson
17b9214b1d Merge pull request #566 from DarwinAwardWinner/sunrise-recipe-fix
Change Sunrise Commander to ELPA repo.
2012-05-28 14:04:31 -07:00
Ryan Thompson
ac16c041b8 Merge pull request #705 from jimeh/add-birds-of-paradise-plus-theme-recipe
Add recipe for Birds of Paradise (Plus) Theme
2012-05-28 13:56:00 -07:00
Ryan C. Thompson
ca85d4fc30 Merge branch 'emacs-version-check'
This adds the ability for recipes to specify a required minimum emacs
version. Attempting to install such a recipe in a lower version of
emacs will result in an error.
2012-05-28 13:52:46 -07:00
Ryan C. Thompson
f42c023e10 Allow version to be specified as number, string, or list.
See "el-get-version-to-list" for details.
2012-05-28 13:50:46 -07:00
Ryan C. Thompson
2fbf696f93 Rename version requirement to :minimum-emacs-version 2012-05-28 13:16:20 -07:00
Ryan Thompson
a72f6c2337 Merge pull request #742 from shellbj/master
Only install info when `el-get-install-info` is not nil.
2012-05-28 13:11:52 -07:00
Ryan C. Thompson
880ca3da55 Fix emacs-goodies-el recipe
Switch to http-tar for install method, and add code to make it act
more similarly to when it is installed via apt-get.

Fixes #759.
2012-05-28 13:02:13 -07:00
Dimitri Fontaine
30693bc386 Document el-get-install-skip-emacswiki-recipes 2012-05-28 21:34:41 +02:00
Ryan C. Thompson
a083bff5b9 Allow skipping emacswiki recipes when installing el-get 2012-05-27 13:10:30 -07:00
Ryan C. Thompson
619941cb31 Fix cedet recipe
This includes a fix to "el-get-reload" that ignores errors during
reloading package files, because CEDET raises errors if you try to
reload it. If a file raises an error during reloading, we issue a
warning telling the user that they might have to restart emacs to
finish the update.

Recipe fixes based on https://github.com/dimitri/el-get/pull/748
2012-05-27 12:43:07 -07:00
Ryan C. Thompson
02f3795239 Remove obsolete :module property from wanderlust & dependencies
This property was a holdover from when these recipes were CVS-based.
It should have been removed when they were switched over to git-based
recipes.
2012-05-27 12:42:56 -07:00
Ryan Thompson
571f809077 Merge pull request #760 from alanpearce/github-conversion
Convert even more recipes to github type
2012-05-27 12:40:22 -07:00
Alan Pearce
67719bcc4b Convert even more recipes to github type
I used the script from #625
2012-05-27 20:22:01 +01:00
Ryan Thompson
bed25696af Merge pull request #752 from tkf/recipe-websocket-and-ein
Add websocket.rcp and ein.rcp
2012-05-27 11:41:18 -07:00
Ryan C. Thompson
4379dfaeb3 Fix build processes for dbgr and its dependencies 2012-05-27 11:40:06 -07:00
Ryan C. Thompson
d826ef1b30 Add ability to skip cleaning test dir between tests.
This is useful if you are testing the installation of a package with
lots of dependencies, since without cleaning the dependencies will not
need to be reinstalled at the beginning of each test run.
2012-05-27 11:39:25 -07:00
Ryan Thompson
055ac1a2a4 Merge pull request #750 from akatov/dbgr
added dependencies for dbgr.rcp
2012-05-27 11:11:00 -07:00
Ryan Thompson
9ffce19922 Merge pull request #755 from alanpearce/build-bsd
Use gmake to build CEDET on BSD
2012-05-20 10:31:56 -07:00
Alan Pearce
6a448862c7 Use gmake to build CEDET on BSD 2012-05-20 18:06:30 +01:00
Yakkala Yagnesh Raghava
b44f32fa05 * recipes/cedet.rcp: use official git mirror instead of bzr backend 2012-05-19 19:17:42 +09:00
Yakkala Yagnesh Raghava
74f001a406 * recipes/ebib.rcp: changed type to github recipe (project moved) 2012-05-19 19:17:17 +09:00
Ryan Thompson
c1f2a935f4 Merge pull request #753 from sudish/slime-info
Slime should build only info file from doc/
2012-05-16 13:32:06 -07:00
Sudish Joseph
95b7d0e671 Slime should build only info from doc/. 2012-05-15 21:39:28 -04:00
Takafumi Arakaki
36cecf9191 Add websocket.rcp and ein.rcp
* websocket.rcp: A websocket implementation in elisp, for emacs.
* ein.rcp: IPython notebook client in Emacs
2012-05-15 02:50:23 +02:00
Dmitri Akatov
aadeb5d202 added dependencies for dbgr.rcp 2012-05-13 23:20:53 -07:00
Ryan Thompson
675ed927a5 Merge pull request #746 from akatov/bc3e31a4d756cb3215886ca9dfeeb14c591a1cbf
unset executable mode for vc-fossil recipe
2012-05-13 21:39:42 -07:00
Ryan C. Thompson
04704b2892 Make sunrise-x recipes depend on main SC recipe 2012-05-13 16:14:59 -07:00
Ryan C. Thompson
4b1e0c8036 Switch Sunrise Commander recipes to ELPA type
Sunrise Commander is provided via an ELPA repository here:
http://joseito.republika.pl/sunrise-commander/

This switches all the SC recipes to install from this repo.
2012-05-13 16:14:59 -07:00
Ryan C. Thompson
a1e3054b74 Ensure el-get doesn't check for update on uninstalled package 2012-05-13 16:14:14 -07:00
Ryan C. Thompson
7a81d5b1a6 Fix elpa-update-available-p
It was not properly retrieving the installed/available versions.
2012-05-13 16:11:58 -07:00
Ryan C. Thompson
4ab0a16290 Merge branch 'fix-elpa-recipe-builder'
This fixes #741 and adds a test for it. It looks like the problem was
the new implementation of el-get-elpa-package-directory, which turned
out to be not so good after all.
2012-05-13 12:02:12 -07:00
Ryan C. Thompson
9479b9a157 Revert "Better implementation for el-get-elpa-package-directory"
This reverts commit e10d6dd3e0.
2012-05-13 11:59:06 -07:00
Ryan C. Thompson
bee3809e52 Create directories recursively in elpa-build-local-recipes
Typically this would not be necessary if el-get was installed
according to the instructions, but for testing el-get is not
installed, so the directory's parents do not already exist and need to
be created.
2012-05-13 11:59:06 -07:00
Ryan C. Thompson
b13dd5ded7 Add test case for #741.
Currently failing
2012-05-13 11:59:06 -07:00