mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-ruby/ethon: add 0.17.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
19daeff1f3
commit
9ac738363d
@ -1 +1,2 @@
|
||||
DIST ethon-0.16.0.gem 60416 BLAKE2B 6970554d8cbde18c0e08c95826f6444614d8378a3889e9347cc66170f80b947951312e3e65712106864351285f331ea0cb67c2e24e22ecc335fc0fbd571eb521 SHA512 3b31affcee0d5a5be05b5497d4a8d13515f8393f54579a3a9c8de49f78d3f065bb92659434b023f0a8bf8e0cccfbc94b617695b93c4d3f744cccd1eff2e68905
|
||||
DIST ethon-0.17.0.tar.gz 57638 BLAKE2B 1fc4b5a9e4ea3d6658bc1d4c8b72e35d712c37abf5969ee0546e9410666836f4a84f1fb03edb2b252566cfc7fdfbfa6687c203bee556da42aeabceef3c1e7115 SHA512 89c47f45c7dda94c92a196e38ead57bceb0b0770fd6db3fd964bcbb2404eccfd7f25d4153c8c13365d9bdd8e2afa4e39814fc40de147b915fb299db0c417e978
|
||||
|
||||
44
dev-ruby/ethon/ethon-0.17.0.ebuild
Normal file
44
dev-ruby/ethon/ethon-0.17.0.ebuild
Normal file
@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
|
||||
RUBY_FAKEGEM_GEMSPEC="ethon.gemspec"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Very lightweight libcurl wrapper"
|
||||
HOMEPAGE="https://github.com/typhoeus/ethon"
|
||||
SRC_URI="https://github.com/typhoeus/ethon/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="net-misc/curl"
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
|| ( dev-ruby/rackup dev-ruby/rack:2.2 )
|
||||
dev-ruby/sinatra
|
||||
dev-ruby/mime-types
|
||||
dev-ruby/webrick
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
rm Gemfile || die
|
||||
sed -e '/bundler/I s:^:#:' \
|
||||
-e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
|
||||
|
||||
sed -e 's/__FILE__/"ethon.gemspec"/' \
|
||||
-e 's/__dir__/"."/' \
|
||||
-e 's/git ls-files -z/find * -print0/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user