Commit graph

31 commits

Author SHA1 Message Date
Stefhen Hovland
f539dea28d ec2-api-tools 1.6.6.0
Closes Homebrew/homebrew#16645.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-18 10:20:16 -08:00
Michael H. Oshita
5f7ebba4d2 ec2-api-tools 1.6.5.2
Closes Homebrew/homebrew#16352.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-02 14:57:11 -06:00
Jacob Elder
a6120861a1 ec2-api-tools 1.6.1.2
Closes Homebrew/homebrew#14031.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 07:05:15 -07:00
Marcus Vinicius Ferreira
bd8285a030 Updated ec2-api-tools to 1.5.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:00 -07:00
Stefhen Hovland
9ea77020ff ec2-api-tools 1.5.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-22 08:04:17 -07:00
Chia-liang Kao
37739da868 ec2-api-tools 1.5.2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-09 06:41:23 -08:00
Adam Vandenberg
2f78de2be1 Move AmazonWebServicesFormula to formula_specialties
Enough formulae in core depend on this, pull it in here.
When multi-repo support lands, perhaps we could set up Homebrew-AWS.
2012-03-05 21:14:39 -08:00
Adam Vandenberg
121ea33799 Normalize JAVA_HOME 2012-01-28 11:25:36 -08:00
darron
5d1c9fdca9 ec2-api-tools 1.5.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-09 20:01:04 -08:00
Mike Krieger
b45fd760ee ec2-api-tools 1.5.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-06 20:20:43 -08:00
mschueler
bb79b8ed38 ec2-api-tools 1.4.4.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 10:38:02 -05:00
Adam Vandenberg
dc0f03a6f6 Fix audit warnings in Amazon formulae 2011-06-06 07:26:05 -07:00
Aku
866111fcbc Update ec2-api-tools to 1.4.2.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-29 08:28:48 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
John Paul Ashenfelter
bae513558d added 12/15/2010 release of ec2-api-tools
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-19 11:45:52 -08:00
Stephen Haynes
72faf67e7e Update ec2-api-tools to 1.3-57419
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20 08:10:01 -07:00
Stephen Haynes
0688959193 ec2-api-tools: Snow Leopard patch is no longer required
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-03 18:43:51 +02:00
Stephen Haynes
0b04d5d724 ec2-tools-api: update to 1.3-53907
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-03 18:43:13 +02:00
Adomas Paltanavičius
d98b6e0f1b Create symlink (jars/bin -> bin) to make scripts work.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-29 07:57:26 -07:00
Adam Vandenberg
b4ac7d994a Extract base class for Amazon Web Services.
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-19 21:17:32 -07:00
Adam Vandenberg
7190e2ff35 Clean up ec2-api-tools
Modernize the brew and clean up the instructions.
2010-05-19 20:18:18 -07:00
Michael Glass
5d8558d959 updated ec2-api-tools to latest version (1.3-51254)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-08 16:43:26 -07:00
Adam Vandenberg
95d9785ff5 Clean ups to several formulas, including:
* Removing silly concatenation
* Removing .bat files before installing
* Removing silly quoting
* Fixing download URLs
* Removing explicit versions
2010-04-17 18:24:02 -07:00
Adam Vandenberg
d88b652558 Remove more non-ASCII characters. 2010-03-19 12:00:08 -07:00
Adam Vandenberg
670c90486c Remove non-ASCII characters. 2010-03-17 21:32:49 -07:00
Caleb Tennis
d5f87b5d07 Bump the ec2-api-tools version to 46266
Closes Homebrew/homebrew#232.
2009-12-21 17:31:24 +00:00
elliottcable
2abc8af6bd Applied Mark Norman Francis’ patch to fix the [Deprecated] warnings from Java 2009-11-11 19:18:55 +00:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
elliottcable
fc365b8f39 #caveats expects me to return a string, I don’t have to #puts it myself. 2009-09-22 13:47:40 -08:00
elliottcable
75f0bea72d No need for a @version, that is extracted from the URL 2009-09-22 13:45:11 -08:00
elliottcable
cd9ee34adf Added a Formula to install the EC2 API tools.
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.
2009-09-22 13:15:15 -08:00