diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-03-08 07:20:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-03-08 07:20:16 +0000 |
commit | af8a64b57e6029ceef70ce7ff2e21002a09bb4e1 (patch) | |
tree | 9ade2a7f17f6e9a821bb6a3a2de0e066fe85f033 /dev-ruby/right_aws | |
parent | Stable for AMD64 x86 too. (diff) | |
download | gentoo-2-af8a64b57e6029ceef70ce7ff2e21002a09bb4e1.tar.gz gentoo-2-af8a64b57e6029ceef70ce7ff2e21002a09bb4e1.tar.bz2 gentoo-2-af8a64b57e6029ceef70ce7ff2e21002a09bb4e1.zip |
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/right_aws')
-rw-r--r-- | dev-ruby/right_aws/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/right_aws/right_aws-1.10.0.ebuild | 38 |
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-ruby/right_aws/ChangeLog b/dev-ruby/right_aws/ChangeLog index 4f6c06be9512..8c2279330e6d 100644 --- a/dev-ruby/right_aws/ChangeLog +++ b/dev-ruby/right_aws/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/right_aws -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_aws/ChangeLog,v 1.5 2014/11/11 10:50:01 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_aws/ChangeLog,v 1.6 2015/03/08 07:20:16 graaff Exp $ + + 08 Mar 2015; Hans de Graaff <graaff@gentoo.org> -right_aws-1.10.0.ebuild: + Cleanup. 11 Nov 2014; Manuel Rüger <mrueg@gentoo.org> right_aws-1.10.0.ebuild, right_aws-3.0.4.ebuild: diff --git a/dev-ruby/right_aws/right_aws-1.10.0.ebuild b/dev-ruby/right_aws/right_aws-1.10.0.ebuild deleted file mode 100644 index da3f8c644c5e..000000000000 --- a/dev-ruby/right_aws/right_aws-1.10.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_aws/right_aws-1.10.0.ebuild,v 1.4 2014/11/11 10:50:01 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="A robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront" -HOMEPAGE="http://www.rightscale.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -# Tests require you to set up Amazon AWS access so we have no way to -# handle this from within the ebuild :( -RESTRICT="test" - -# uuidtools is just needed for sdb, but still better to add it to the -# dependencies. -# libxml is also optionally supported. -ruby_add_rdepend '>=dev-ruby/right_http_connection-1.2.4 dev-ruby/uuidtools' - -all_ruby_prepare() { - # by default the Rakefile will require rcovtask from rcov to allow - # coverage testing; since we don't care about that we'll just be - # ignoring it for now. - sed -i \ - -e '/rcovtask/s:^:#:' \ - Rakefile || die -} |