diff options
Diffstat (limited to 'dev-ruby/amazon-ec2/amazon-ec2-0.9.17.ebuild')
-rw-r--r-- | dev-ruby/amazon-ec2/amazon-ec2-0.9.17.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-ruby/amazon-ec2/amazon-ec2-0.9.17.ebuild b/dev-ruby/amazon-ec2/amazon-ec2-0.9.17.ebuild deleted file mode 100644 index 589c25fb4229..000000000000 --- a/dev-ruby/amazon-ec2/amazon-ec2-0.9.17.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amazon-ec2/amazon-ec2-0.9.17.ebuild,v 1.3 2013/10/15 19:14:31 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc ChangeLog" - -RUBY_FAKEGEM_BINWRAP="awshell ec2sh" - -inherit ruby-fakegem - -DESCRIPTION="Library for accessing the Amazon Web Services EC2 and related" -HOMEPAGE="http://github.com/grempe/amazon-ec2" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend " - test? ( - dev-ruby/test-unit:2 - >=dev-ruby/test-spec-0.10.0 - >=dev-ruby/mocha-0.9.8 - dev-ruby/yard - )" -ruby_add_rdepend ' - >=dev-ruby/xml-simple-1.0.12 - virtual/ruby-ssl' - -all_ruby_prepare() { - epatch "${FILESDIR}"/${P}+ruby-1.9.2.patch - - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die -} |