aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ec2-api-tools.rb
AgeCommit message (Collapse)Author
2013-03-12ec2-api-tools 1.6.7Matt Whiteley
Closes #18436. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-18ec2-api-tools 1.6.6.0Stefhen Hovland
Closes #16645. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-02ec2-api-tools 1.6.5.2Michael H. Oshita
Closes #16352. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-08ec2-api-tools 1.6.1.2Jacob Elder
Closes #14031. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02Updated ec2-api-tools to 1.5.5.0Marcus Vinicius Ferreira
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-22ec2-api-tools 1.5.2.5Stefhen Hovland
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-09ec2-api-tools 1.5.2.4Chia-liang Kao
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-05Move AmazonWebServicesFormula to formula_specialtiesAdam Vandenberg
Enough formulae in core depend on this, pull it in here. When multi-repo support lands, perhaps we could set up Homebrew-AWS.
2012-01-28Normalize JAVA_HOMEAdam Vandenberg
2012-01-09ec2-api-tools 1.5.2.3darron
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-06ec2-api-tools 1.5.0.1Mike Krieger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29ec2-api-tools 1.4.4.1mschueler
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-06-06Fix audit warnings in Amazon formulaeAdam Vandenberg
2011-03-29Update ec2-api-tools to 1.4.2.2.Aku
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-19added 12/15/2010 release of ec2-api-toolsJohn Paul Ashenfelter
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20Update ec2-api-tools to 1.3-57419Stephen Haynes
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-03ec2-api-tools: Snow Leopard patch is no longer requiredStephen Haynes
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-03ec2-tools-api: update to 1.3-53907Stephen Haynes
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-07-29Create symlink (jars/bin -> bin) to make scripts work.Adomas Paltanavičius
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-19Extract base class for Amazon Web Services.Adam Vandenberg
Many Amazon Web Service tool bundles have similar setup steps and caveats, so extract a base class and use that for other formulae.
2010-05-19Clean up ec2-api-toolsAdam Vandenberg
Modernize the brew and clean up the instructions.
2010-05-08updated ec2-api-tools to latest version (1.3-51254)Michael Glass
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-17Clean ups to several formulas, including:Adam Vandenberg
* Removing silly concatenation * Removing .bat files before installing * Removing silly quoting * Fixing download URLs * Removing explicit versions
2010-03-19Remove more non-ASCII characters.Adam Vandenberg
2010-03-17Remove non-ASCII characters.Adam Vandenberg
2009-12-21Bump the ec2-api-tools version to 46266Caleb Tennis
Closes #232.
2009-11-11Applied Mark Norman Francis’ patch to fix the [Deprecated] warnings from Javaelliottcable
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-22`#caveats` expects me to return a string, I don’t have to `#puts` it myself.elliottcable
2009-09-22No need for a @version, that is extracted from the URLelliottcable
2009-09-22Added a Formula to install the EC2 API tools.elliottcable
Unfortunately, dealing with them requires quite a bit of shell configuration. I offered the best documentation of this configuration that I could, but it’s fairly verbose and a bit repulsive… unfortunately, the other option (attempting to preform the setup automatically) turns out to be even messier, and prone to mistakes to boot.