mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-ruby/pcaprub: drop 0.13.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
6b35ce92ed
commit
e8196c968a
@ -1,2 +1 @@
|
||||
DIST pcaprub-0.13.2.gem 36864 BLAKE2B 1bb0f37faa0752a7cb9b5c76f071596cf11b2c52dc3d16cd1fb577d7467afff3b46a7e4bb53436677231418ed8c0f91c91970366d4040f9ddf0491e50c52dfe5 SHA512 1be60a684ead0a91bd113150ac426f86f30b906bc2a300ac334ac9cc323406e4680d9578070d9f39cb479d9a45c2e4f42c11db9ca5531f8d5dee8d1dfc01425f
|
||||
DIST pcaprub-0.13.3.gem 36864 BLAKE2B 89bb372611ff1c7cfd4fb5040119690506d09a3db56f3cefdcd28862be0424b47d64c3585b361ef975927e4c4d0c1fba805449fed36e6d294952aebf0c0a6a89 SHA512 7eaf948857981bae2f9beb3eb0f5e5ea1e30313280de53ab82d392bb471a21a1eb2ed3086f48e7a8b1cbc0a0c4d8f68388e01a79f04bf2c24bc13d11d67f74c0
|
||||
|
||||
@ -1,68 +0,0 @@
|
||||
# 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_EXTRADOC="FAQ.rdoc README.rdoc USAGE.rdoc"
|
||||
RUBY_FAKEGEM_EXTENSIONS=(ext/pcaprub_c/extconf.rb)
|
||||
RUBY_FAKEGEM_TASK_TEST="test"
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Libpcap bindings for ruby compat"
|
||||
HOMEPAGE="https://rubygems.org/gems/pcaprub"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
DEPEND+="net-libs/libpcap"
|
||||
RDEPEND+="net-libs/libpcap"
|
||||
|
||||
ruby_add_bdepend "
|
||||
test? (
|
||||
>=dev-ruby/rake-compiler-0.6.0
|
||||
dev-ruby/shoulda-context
|
||||
)
|
||||
"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i \
|
||||
-e '/\(minitest\|shoulda-context\)/s:~>:>=:' \
|
||||
-e '/coveralls/d' \
|
||||
-e '/rubygems-tasks/d' \
|
||||
-e '/gem.*git/d' \
|
||||
Gemfile || die
|
||||
|
||||
sed -i \
|
||||
-e '/rubygems\/tasks/d' \
|
||||
-e '/Gem::Tasks/d' \
|
||||
-e "/^require 'git'/,/end/ s/^/#/" \
|
||||
Rakefile || die
|
||||
|
||||
sed -i -e '/coveralls/Id' test/test_helper.rb || die
|
||||
|
||||
# Tests which need escalated privileges, network interfaces or other devices
|
||||
local privileged_tests=(
|
||||
test_set_datalink
|
||||
test_create_from_primitives
|
||||
test_filter
|
||||
test_lookupdev
|
||||
test_lookupnet
|
||||
test_monitor
|
||||
test_pcap_stats
|
||||
test_pcap_datalink
|
||||
test_pcap_inject
|
||||
test_pcap_next
|
||||
test_pcap_setfilter
|
||||
test_pcap_snapshot
|
||||
)
|
||||
|
||||
local privileged_tests_expr=$(printf "%s\|" "${privileged_tests[@]}")
|
||||
privileged_tests_expr="${privileged_tests_expr::-2}"
|
||||
|
||||
sed -i \
|
||||
-e "/def \(${privileged_tests_expr}\)/,/^ end/s/^/#/" \
|
||||
test/test_pcaprub_unit.rb || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user