mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
packetfu: drop, unused, unmaintained
This commit is contained in:
parent
7074ed3d1c
commit
84a09a32d2
4 changed files with 0 additions and 63 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST packetfu-1.1.13.gem 769024 BLAKE2B 6fa53680dec76c14c6cd73cac4e57acf2da5aaa2a9a6371d0b9fbea1e764d9e2eda09fcf0ad245eb62340fa0d3047e525ba290d4c45ff4739e28fd5782659cd6 SHA512 c3ee67bfd597dcd197f213361ab94c614136304d8746de45b99322c1b6878eaef7c4a2ebc19be658d891df3e7d261476def27ae14990157dc6cb466815bd6f15
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>ruby@gentoo.org</email>
|
||||
<name>Gentoo Ruby Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="rubygems">packetfu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby31 ruby32"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="examples"
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
inherit multilib ruby-fakegem
|
||||
|
||||
DESCRIPTION="A mid-level packet manipulation library"
|
||||
HOMEPAGE="https://rubygems.org/gems/packetfu"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/network_interface:0
|
||||
dev-ruby/pcaprub:*
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? ( >=dev-ruby/rspec-its-1.2.0:1 )
|
||||
dev-ruby/bundler"
|
||||
DEPEND="${DEPEND} !dev-ruby/packetfu:0"
|
||||
|
||||
all_ruby_prepare() {
|
||||
[ -f Gemfile.lock ] && rm Gemfile.lock
|
||||
#For now, we don't support development or testing at all
|
||||
#if ! use development; then
|
||||
sed -i -e "/^group :development do/,/^end$/d" Gemfile || die
|
||||
sed -i -e "/s.add_development_dependency/d" "${PN}".gemspec || die
|
||||
sed -i -e "/spec.add_development_dependency/d" "${PN}".gemspec || die
|
||||
#fi
|
||||
#if ! use test; then
|
||||
sed -i -e "/^group :test do/,/^end$/d" Gemfile || die
|
||||
#fi
|
||||
#if ! use test && ! use development; then
|
||||
sed -i -e "/^group :development, :test do/,/^end$/d" Gemfile || die
|
||||
#fi
|
||||
sed -i -e '/[Cc]overalls/d' spec/spec_helper.rb || die
|
||||
}
|
||||
|
|
@ -104,7 +104,6 @@ dev-ruby/meterpreter_bins
|
|||
=dev-ruby/openssl-ccm-1.2*
|
||||
=dev-ruby/sawyer-0.8*
|
||||
~dev-ruby/patch_finder-1.0.2
|
||||
=dev-ruby/packetfu-1.1*
|
||||
dev-ruby/pcaprub:0.13
|
||||
dev-ruby/rails-dom-testing:1
|
||||
=dev-ruby/recog-2.3*
|
||||
|
|
|
|||
Loading…
Reference in a new issue