dev-ruby/ethon - 0.15.0 (pentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/ethon-0.15.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/ethon-0.15.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/ethon-0.15.0

Package Information

Description:
Very lightweight libcurl wrapper
Homepage:
https://github.com/typhoeus/ethon
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.15.0 8 ~amd64 ~arm ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="Very lightweight libcurl wrapper"
HOMEPAGE="https://github.com/typhoeus/ethon"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"

RDEPEND+=" net-misc/curl"

ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"

ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"

all_ruby_prepare() {
	rm Gemfile || die
	sed -e '/bundler/I s:^:#:' \
		-e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
}

Inherited Eclasses

Dependencies

RDEPEND

 net-misc/curl