From a6a56e2f724dd3a60a2b5b504f48ac568096e2dc Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 4 Mar 2012 16:56:59 -0800 Subject: 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. --- Library/Formula/aws-elasticache.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library/Formula/aws-elasticache.rb') 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' -- cgit v1.2.3