aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yeti.rb
AgeCommit message (Collapse)Author
2015-03-03yeti: test addedBaptiste Fontaine
Closes #35595. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-30Explicitly mark ant deps as build-time depsJack Nagel
2013-12-17yeti 0.9.9Brett Koonce
Closes #25283. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28Add ant dependencyJack Nagel
Closes #23484. Closes #23494. Closes #23681.
2013-08-12yeti: use write_jar_scriptJack Nagel
2013-05-21yeti v0.9.8Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-06Update github URLsJack Nagel
2013-03-15yeti: use archive downloadAdam Vandenberg
2012-12-02yeti 0.9.7Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28yeti 0.9.6Brett Koonce
Closes #13694. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-14yeti 0.9.5nibbles 2bits
Upgrade yeti to version 0.9.5. Tested on Lion with system `ant`. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-09Yeti 0.94Adam Vandenberg
* Quote args in wrapper script * Use a stable download * Build jar from source; first Java app we've added a build step for
2011-05-26Use https for github repos.Adam Vandenberg
2011-03-20Yeti version bumpGeorge Kulakowski
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-22Update yetiGeorge Kulakowski
As noted in the formula, yeti 'releases' are just occasional builds from a repository snapshot, so it is versioned by date. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-30Update yetiAdam Vandenberg
2010-01-16Adding a stable install of yeti.Jason Baker
2009-12-19Add Yeti formulaJason Baker
Signed-Off-By: Max Howell <max@methylblue.com> The chmod is unrequired, Homebrew does that for you. Also used full paths to ant as we prefer to be sure about which version of tools we are using. Fix the yeti script, as write doesn't eval DATA.read by default, and I think possibly it would be a bad idea, unless we only do it when DATA is passed (not DATA.read as we can't detect that).