diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 20:11:58 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 20:26:14 +0100 |
commit | cd5e6cb8b7d6301cdd21beda23d8a1e9616b536a (patch) | |
tree | 8d3ff19e3163c0e01d9d8099c2f79109e973a898 /dev-ruby/patron | |
parent | dev-ruby/pcaprub: add ruby24, ruby25 (diff) | |
download | gentoo-cd5e6cb8b7d6301cdd21beda23d8a1e9616b536a.tar.gz gentoo-cd5e6cb8b7d6301cdd21beda23d8a1e9616b536a.tar.bz2 gentoo-cd5e6cb8b7d6301cdd21beda23d8a1e9616b536a.zip |
dev-ruby/patron: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/patron')
-rw-r--r-- | dev-ruby/patron/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/patron/patron-0.4.18-r2.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest index d7dde995b69c..7d02beb7f664 100644 --- a/dev-ruby/patron/Manifest +++ b/dev-ruby/patron/Manifest @@ -1,2 +1 @@ DIST patron-0.10.0.gem 59904 BLAKE2B f4ec8c81e4c0c13f3d3b5e0696955c01c8ff962980a8ed83ca7aaca722c422b0466a806af9b2c36f0183c16767f5b3f37dae4ae4a8801866592c8f861ba9778d SHA512 bfe5fabbcbfa3d1c73ef6f79d100547de7e4121bcbd1f427423a127f0bc698bb8b6ade06c0e2eb1f529d1524e95fc36245b8be9d6e2c12b7e8d18b5f03ae6606 -DIST patron-0.4.18.gem 35840 BLAKE2B a8018495aecbf5a158a3964147d6f12138d8288fe48a0162a15837a7e10e2b77bf7bbe91cb8b9b25f790ff15f3153647104e47afd4f33fd5c7b7277ed306b118 SHA512 0069f42378b0dfe03e6f86003b7927b099fd15be4d4b5eeba51958774380bf7a9ddbd8a83b30942d02e95b923f9ae0a1c1abf5bcda8ca8490671208e0ae8ecb4 diff --git a/dev-ruby/patron/patron-0.4.18-r2.ebuild b/dev-ruby/patron/patron-0.4.18-r2.ebuild deleted file mode 100644 index 7657ca907a8e..000000000000 --- a/dev-ruby/patron/patron-0.4.18-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_TEST="spec" -RUBY_FAKEGEM_EXTRADOC="README.txt" - -inherit multilib ruby-fakegem - -DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl" -HOMEPAGE="https://toland.github.com/patron/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -#ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" - -DEPEND+=" net-misc/curl" -RDEPEND+=" net-misc/curl" - -# Tests require a live web service that is not included in the distribution. -RESTRICT="test" - -all_ruby_prepare() { - # Fix rake deprecation - sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die -} - -each_ruby_configure() { - ${RUBY} -Cext/patron extconf.rb || die -} - -each_ruby_compile() { - emake -Cext/patron V=1 - cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file" -} |