diff options
| author | Adam Vandenberg | 2012-03-04 16:56:59 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-03-05 21:14:39 -0800 | 
| commit | a6a56e2f724dd3a60a2b5b504f48ac568096e2dc (patch) | |
| tree | 7792d17d3a785b855313c634db01f594abaa863d /Library/Formula/aws-elasticache.rb | |
| parent | 89edada6b2381a64d758e17814cba0d0551f85b8 (diff) | |
| download | homebrew-a6a56e2f724dd3a60a2b5b504f48ac568096e2dc.tar.bz2 | |
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.
Diffstat (limited to 'Library/Formula/aws-elasticache.rb')
| -rw-r--r-- | Library/Formula/aws-elasticache.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/Library/Formula/aws-elasticache.rb b/Library/Formula/aws-elasticache.rb index 6609fb954..1e95428ab 100644 --- a/Library/Formula/aws-elasticache.rb +++ b/Library/Formula/aws-elasticache.rb @@ -1,8 +1,5 @@  require 'formula' -# Require ec2-api-tools to get the base class -require "#{File.dirname __FILE__}/ec2-api-tools.rb" -  class AwsElasticache < AmazonWebServicesFormula    homepage 'http://aws.amazon.com/developertools/2310261897259567'    url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2011-07-15-1.5.000.zip' | 
