diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-04-11 06:54:51 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-04-11 07:12:11 +0200 |
commit | 86e86867c02dad902ef0c22d81cafcf1bc5ff18b (patch) | |
tree | a282aaf490b8b7a673ef664b7cf334dbe8c3b75c | |
parent | 27e99743e54d127ec750ba8ebfc5c546cb27893d (diff) | |
download | gentoo-86e86867c02dad902ef0c22d81cafcf1bc5ff18b.tar.gz gentoo-86e86867c02dad902ef0c22d81cafcf1bc5ff18b.tar.xz |
dev-ruby/patron: cleanup
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-ruby/patron/patron-0.4.18-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-ruby/patron/patron-0.4.18-r1.ebuild b/dev-ruby/patron/patron-0.4.18-r1.ebuild deleted file mode 100644 index 9698e76138e..00000000000 --- a/dev-ruby/patron/patron-0.4.18-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -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" - -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" -} |