diff options
author | 2015-03-31 06:15:29 +0000 | |
---|---|---|
committer | 2015-03-31 06:15:29 +0000 | |
commit | 31cb60fcba735dca0047aba6e676993b2db9bee4 (patch) | |
tree | 2b6be1768e0c01f31d97eee17ab4a1cf0135c155 /dev-ruby | |
parent | Add ruby22. (diff) | |
download | gentoo-2-31cb60fcba735dca0047aba6e676993b2db9bee4.tar.gz gentoo-2-31cb60fcba735dca0047aba6e676993b2db9bee4.tar.bz2 gentoo-2-31cb60fcba735dca0047aba6e676993b2db9bee4.zip |
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rest-client/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rest-client/rest-client-1.7.3-r1.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/rest-client/rest-client-1.7.3.ebuild | 32 |
3 files changed, 5 insertions, 65 deletions
diff --git a/dev-ruby/rest-client/ChangeLog b/dev-ruby/rest-client/ChangeLog index 3d0bf0d4b660..d21f951f0dca 100644 --- a/dev-ruby/rest-client/ChangeLog +++ b/dev-ruby/rest-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rest-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.31 2015/03/29 12:04:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.32 2015/03/31 06:15:29 graaff Exp $ + + 31 Mar 2015; Hans de Graaff <graaff@gentoo.org> -rest-client-1.7.3.ebuild, + -rest-client-1.7.3-r1.ebuild: + Cleanup. 29 Mar 2015; Agostino Sarubbo <ago@gentoo.org> rest-client-1.8.0.ebuild: Stable for x86, wrt bug #544326 diff --git a/dev-ruby/rest-client/rest-client-1.7.3-r1.ebuild b/dev-ruby/rest-client/rest-client-1.7.3-r1.ebuild deleted file mode 100644 index 6152daf6b1f2..000000000000 --- a/dev-ruby/rest-client/rest-client-1.7.3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.3-r1.ebuild,v 1.1 2015/02/20 06:45:44 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Simple Simple HTTP and REST client for Ruby" -HOMEPAGE="http://github.com/archiloque/rest-client" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/webmock )" - -ruby_add_rdepend ">=dev-ruby/mime-types-1.16 >=dev-ruby/netrc-0.7:0" - -all_ruby_prepare() { - sed -e '/bundler/I s:^:#:' \ - -e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die - - # Remove spec that requires network access. - rm spec/integration/request_spec.rb || die -} diff --git a/dev-ruby/rest-client/rest-client-1.7.3.ebuild b/dev-ruby/rest-client/rest-client-1.7.3.ebuild deleted file mode 100644 index c8e80ee04fc9..000000000000 --- a/dev-ruby/rest-client/rest-client-1.7.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.3.ebuild,v 1.4 2015/02/20 11:23:28 ago Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Simple Simple HTTP and REST client for Ruby" -HOMEPAGE="http://github.com/archiloque/rest-client" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/webmock )" - -ruby_add_rdepend ">=dev-ruby/mime-types-1.16 >=dev-ruby/netrc-0.7:0" - -all_ruby_prepare() { - sed -e '/bundler/I s:^:#:' \ - -e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die - - # Remove spec that requires network access. - rm spec/integration/request_spec.rb || die -} |