[DRE-commits] [ruby-fog] 02/10: remove patch deleted: debian/patches/remove-atmos.rb.patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 13 16:54:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-fog.

commit c09726ec11c5c80ac5aa48ad0c2f665d252af5f3
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Jul 13 17:37:42 2015 +0530

    remove patch
    	deleted:    debian/patches/remove-atmos.rb.patch
---
 debian/patches/remove-atmos.rb.patch | 34 ----------------------------------
 debian/patches/series                |  1 -
 2 files changed, 35 deletions(-)

diff --git a/debian/patches/remove-atmos.rb.patch b/debian/patches/remove-atmos.rb.patch
deleted file mode 100644
index 39dcd42..0000000
--- a/debian/patches/remove-atmos.rb.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Index: ruby-fog/lib/fog/bin/atmos.rb
-===================================================================
---- ruby-fog.orig/lib/fog/bin/atmos.rb
-+++ /dev/null
-@@ -1,29 +0,0 @@
--class Atmos < Fog::Bin
--  class << self
--    def class_for(key)
--      case key
--      when :storage
--        Fog::Storage::Atmos
--      else
--        raise ArgumentError, "Unsupported #{self} service: #{key}"
--      end
--    end
--
--    def [](service)
--      @@connections ||= Hash.new do |hash, key|
--        hash[key] = case key
--        when :storage
--          Fog::Logger.warning("Atmos[:storage] is not recommended, use Storage[:atmos] for portability")
--          Fog::Storage.new(:provider => 'Atmos')
--        else
--          raise ArgumentError, "Unrecognized service: #{service}"
--        end
--      end
--      @@connections[service]
--    end
--
--    def services
--      Fog::Atmos.services
--    end
--  end
--end
diff --git a/debian/patches/series b/debian/patches/series
index f52e6ef..b004ffb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 #add_missing_requires.patch
-remove-atmos.rb.patch
 fog_import.patch
 remove_rubygems_examples.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog.git



More information about the Pkg-ruby-extras-commits mailing list