aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/riak.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-25riak 0.14.1Mark Wolfe
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-12Add man pages for Riak.Sean Cribbs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-12Fixed version numberJon Pierce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-07update Riak formula to latest stable release, 0.14Alex Payne
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-12riak - fix audit warningAdam Vandenberg
2010-10-12Update to Riak 0.13.0.Preston Marshall
Remove patch required for building on Erlang R14B, as they have fixed the bug upstream (bug 746 on issues.basho.com). Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-27riak - remove trailing whitespaceAdam Vandenberg
2010-09-26Added a patch for Erlang R14B, there was a auto_import change which causes a ↵Christopher Villalobos
break. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-20Riak updated to 0.12.0.Mathias Meyer
Removed one hack that was needed in earlier versions. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-14updated riak to 0.11.0 versionMichael Erb
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-27riak bugs addressed, moved to version .10.1Matt Heitzenroder
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-26Update riak to install most files privately.Adam Vandenberg
Riak does not need its "lib" folder linked into the PREFIX, so we install all of Riak privately to "libexec" and then link in the control scripts in "bin".
2010-04-24bumped riak to .10 releaseMatt Heitzenroder
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-20Bumped Riak to 0.9.1julienXX
Signed-off-by: David Höppner <0xffea@gmail.com> * remove version var
2010-02-13Added formula for Riak tip.Mathias Meyer