mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
ethon: import from gentoo for wpscan
This commit is contained in:
parent
7eb95b37aa
commit
69756e93df
3 changed files with 45 additions and 0 deletions
1
dev-ruby/ethon/Manifest
Normal file
1
dev-ruby/ethon/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST ethon-0.16.0.gem 60416 BLAKE2B 6970554d8cbde18c0e08c95826f6444614d8378a3889e9347cc66170f80b947951312e3e65712106864351285f331ea0cb67c2e24e22ecc335fc0fbd571eb521 SHA512 3b31affcee0d5a5be05b5497d4a8d13515f8393f54579a3a9c8de49f78d3f065bb92659434b023f0a8bf8e0cccfbc94b617695b93c4d3f744cccd1eff2e68905
|
||||
37
dev-ruby/ethon/ethon-0.16.0.ebuild
Normal file
37
dev-ruby/ethon/ethon-0.16.0.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby31 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/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
|
||||
}
|
||||
7
dev-ruby/ethon/metadata.xml
Normal file
7
dev-ruby/ethon/metadata.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">typhoeus/ethon</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue