Commit graph

2406 commits

Author SHA1 Message Date
myuhe
8863b7ca03 add jaunte
Closes #20
2012-03-24 11:18:41 -05:00
Steve Purcell
e98bb8cda6 Remove :files values from recipes where they are functionally equivalent to the new default of "*.el" 2012-03-24 11:05:20 -05:00
Steve Purcell
3bf025e659 Explicitly default :files to "*.el", expanded after check-out.
This resolves the inconsistency wherein an empty :files value meant "every
file" for git packages, but just "package-name.el" for wiki packages.

It also allows the removal of most :files values in the pkglist, since
"*.el" is almost always the Right Value.
2012-03-24 11:04:42 -05:00
Donald Ephraim Curtis
af3d24129b Merge pull request #21 from myuhe/pkgbuild-mode
add pkgbuild-mode
2012-03-24 07:43:08 -07:00
myuhe
a5c0071f7f add pkgbuild-mode 2012-03-24 22:40:49 +09:00
Steve Purcell
f5bffc2688 Merge remote-tracking branch 'remotes/myuhe/twittering-mode' 2012-03-24 11:56:42 +00:00
Steve Purcell
f9592d2162 Merge remote-tracking branch 'remotes/myuhe/org-toodledo' 2012-03-24 11:56:38 +00:00
myuhe
aaba51e818 sort alphabetical order 2012-03-24 20:47:17 +09:00
myuhe
0ee72d8355 add org-toodledo 2012-03-24 20:45:08 +09:00
myuhe
b1b94a07ae add files slot 2012-03-24 20:35:26 +09:00
myuhe
30e0ddf1c0 add google-maps 2012-03-24 20:29:24 +09:00
myuhe
fcd1fa86d9 add twittering-mode 2012-03-24 20:13:21 +09:00
Steve Purcell
ced90604eb Add popup (used by auto-complete) 2012-03-23 07:58:59 +00:00
Steve Purcell
84240090e4 Fix accidental breakage of implicitly multi-file packages like magit 2012-03-19 14:56:36 +00:00
Donald Ephraim Curtis
d6946fec11 Merge pull request #9 from genehack/misc-fixes
cleanup melpa script

remove unneeded arguments to emacs calls

ignore errors when removing packages
2012-03-19 07:30:43 -07:00
Steve Purcell
15efde743d Consistently use "wiki" rather than "emacswiki" in fn/var names 2012-03-19 14:17:16 +00:00
Steve Purcell
1b78dea4b6 Add icicles 2012-03-19 12:51:06 +00:00
Steve Purcell
badee655ee Support multi-file emacswiki packages, with rate-limiting of http requests 2012-03-19 12:50:51 +00:00
Steve Purcell
a0f471f415 Merge pull request #14 from genehack/delim-kill
Add delim-kill
2012-03-19 01:23:24 -07:00
Steve Purcell
174b5819f7 Merge pull request #13 from genehack/cperl-mode
Add jrockway cperl-mode
2012-03-19 01:23:05 -07:00
Steve Purcell
c0fa96d716 Merge pull request #12 from genehack/flymake-perlcritic
Add flymake-perlcritic
2012-03-19 01:20:48 -07:00
Steve Purcell
23d117b20a Merge pull request #11 from genehack/js2-mode
Add js2-mode (popular new mooz fork, now original has languished)
2012-03-19 01:20:11 -07:00
Steve Purcell
75b3e82470 Merge pull request #10 from genehack/smart-tab
Add smart-tab
2012-03-19 01:16:44 -07:00
John SJ Anderson
b348b31175 Correct tyop 2012-03-18 23:59:45 -04:00
John SJ Anderson
9cac213aab Remove '-u dcurtis' from package-build invocation
Eliminates errors for people who aren't named 'dcurtis'...
2012-03-18 23:12:18 -04:00
John SJ Anderson
ec662f82c5 Add '-f' to 'rm' command to silence error when directory is empty 2012-03-18 23:11:30 -04:00
John SJ Anderson
069f767e54 Add smart-tab 2012-03-18 22:59:17 -04:00
John SJ Anderson
45b7746fa4 Add js2-mode 2012-03-18 22:57:22 -04:00
John SJ Anderson
5c1fcdfe6e Add flymake-perlcritic 2012-03-18 22:55:14 -04:00
John SJ Anderson
b1c6fd843e Add delim-kill 2012-03-18 22:53:24 -04:00
John SJ Anderson
d456acc87e Add jrockway cperl-mode 2012-03-18 22:50:11 -04:00
Donald Curtis
42cb528e2a Wording change because package.el has changed in HEAD. 2012-03-18 15:20:13 -05:00
Donald Curtis
9470f40e4f Re-clone if repository has changed. 2012-03-17 13:45:55 -05:00
Donald Curtis
0c6c84c04b Delete checkout directory if it already exists.
In certain cases we are doing a clone (checkout) and the directory
we're cloning to already exists, this makes sure that the we delete it
before doing the clone.
2012-03-17 13:39:26 -05:00
Donald Curtis
a6e79d651b version of package-build-archives that ignores errors so that other
packages will complete even if one doesn't.

right now if an error occurs, the build-all will stop, but in most
cases build-all should continue through the rest.
2012-03-17 12:39:44 -05:00
Donald Curtis
dfb7f76a3e minor working fix. 2012-03-17 10:37:32 -05:00
Donald Curtis
73ab263d9e should be easy to checkout the repository. 2012-03-17 10:36:46 -05:00
Donald Curtis
d8fbc08336 Updates to README to remove old commands and text. 2012-03-17 10:06:39 -05:00
Steve Purcell
429aa60880 Check for sentinel version control files/dirs inside working dirs, to avoid errors
A problem existed prior to this commit: if a package was changed from
darcs to git, then running "git pull" in the package's working dir
would silently perform that git operation in the root of the Melpa
repo. Checking that the version control for a working dir is as
expected prevents this issue.
2012-03-16 14:33:12 +00:00
Steve Purcell
3697b36d06 Raise error when 'pb/run-process exits with a non-zero code. 2012-03-16 14:30:13 +00:00
Steve Purcell
7bbdcf7839 Haskell-mode has moved from Darcs to github 2012-03-16 13:42:41 +00:00
Donald Curtis
a98eb08ec4 added evil-surround 2012-03-13 17:52:49 -05:00
Donald Curtis
1c2382b586 add molokai-theme 2012-03-13 09:22:04 -05:00
Donald Curtis
e26b591932 add ir_black-theme 2012-03-13 09:21:58 -05:00
Donald Curtis
2a210c53e3 revert some wiki packages for the time being 2012-03-06 16:27:40 -06:00
Donald Curtis
28e4c6137b add auto-complete package 2012-03-06 15:56:36 -06:00
Donald Curtis
53cdf28f54 Add ESS (Emacs Speaks Statistics) 2012-03-06 15:50:59 -06:00
Donald Curtis
78cfac5f6d update multi-term to use personal git repo 2012-03-06 15:44:01 -06:00
Donald Curtis
7a3a0b7357 convert rainbow-delimiters to a person git repo 2012-03-06 15:31:34 -06:00
Donald Curtis
b552a5eb1d convert flymake-cursor to a person git repo 2012-03-06 15:31:23 -06:00