mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
profile: ruby keywords
This commit is contained in:
parent
48ffe512d1
commit
38cf56cc6b
6 changed files with 1 additions and 126 deletions
|
|
@ -1,3 +0,0 @@
|
|||
DIST ruby_smb-2.0.4.gem 219136 BLAKE2B 02cac4ba51c0b2c58a9bebecd12b9a35edd2d983d5e0ee26a775ba108ec41df59fd318399b9b1814f011f2246812c0e54809fb7731770603c4d722b3056b8ae7 SHA512 79d4a6bacb531f40f4405b9807a76ba57963d656a5104c0977b20ff79f95c31c0cb17d37d0616f35864c0cf8cb7fdce93ac2d012e16b191585d0bc462fd10c31
|
||||
DIST ruby_smb-2.0.6.gem 222720 BLAKE2B 03921a6043efbf87801c2016074861de3febccbab64d7f7c27a2bc95351041ed3c0437209385faecf8c0a04b477ce62214f8b5378b54951935c0cb9461893218 SHA512 57268a0d744e56fb7e727b7f935be3df59776b5382d45180009e172b6610c9d5b40e48108029bcab08f58ecbe6fcddc67df05a06f1dfcebf1eb419220ed9c3aa
|
||||
DIST ruby_smb-2.0.7.gem 222720 BLAKE2B fa25a61065253554d2b0b0c8809fb3b41cb516ebd586a73836d676c8f145551a9891cbf8036b5e363cb09a16242fc299539783ea55bd48aaab648db6717e3371 SHA512 e9750ae097a2081cf47436c0076270a0436904953cc16f87d91b6d4e88c9badd4399c7dcb4b04d2db63a422c46380a0c1e3216ee2735f96cd3e58fe666281406
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">rapid7/ruby_smb</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby30 ruby31 ruby32"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
|
||||
HOMEPAGE="https://github.com/rapid7/ruby_smb"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="1"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "dev-ruby/bindata:*
|
||||
dev-ruby/openssl-ccm
|
||||
dev-ruby/openssl-cmac
|
||||
dev-ruby/rubyntlm
|
||||
dev-ruby/windows_error"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
|
||||
sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
|
||||
-e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
|
||||
sed -i '/TRAVIS/d' spec/spec_helper.rb
|
||||
sed -i -e '1irequire "rubyntlm"; require "time"' spec/spec_helper.rb
|
||||
}
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby30 ruby31 ruby32"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
|
||||
HOMEPAGE="https://github.com/rapid7/ruby_smb"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="1"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "dev-ruby/bindata:*
|
||||
dev-ruby/openssl-ccm
|
||||
dev-ruby/openssl-cmac
|
||||
dev-ruby/rubyntlm
|
||||
dev-ruby/windows_error"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
|
||||
sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
|
||||
-e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
|
||||
sed -i '/TRAVIS/d' spec/spec_helper.rb
|
||||
sed -i -e '1irequire "rubyntlm"; require "time"' spec/spec_helper.rb
|
||||
}
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby30 ruby31 ruby32"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
|
||||
HOMEPAGE="https://github.com/rapid7/ruby_smb"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="1"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "dev-ruby/bindata:*
|
||||
dev-ruby/openssl-ccm
|
||||
dev-ruby/openssl-cmac
|
||||
dev-ruby/rubyntlm
|
||||
dev-ruby/windows_error"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
|
||||
sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
|
||||
-e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
|
||||
sed -i '/TRAVIS/d' spec/spec_helper.rb
|
||||
sed -i -e '1irequire "rubyntlm"; require "time"' spec/spec_helper.rb
|
||||
}
|
||||
|
|
@ -1,10 +1,7 @@
|
|||
dev-ruby/coffee-rails:5.0
|
||||
~dev-ruby/colorize-0.8.1
|
||||
|
||||
#ruby30
|
||||
~dev-ruby/multi_json-1.15.0
|
||||
|
||||
#rails 6.0
|
||||
#rails 6.1
|
||||
#should match with stable: dev-ruby/activesupport
|
||||
dev-ruby/actioncable:6.1
|
||||
dev-ruby/actionmailbox:6.1
|
||||
|
|
@ -34,11 +31,6 @@ dev-ruby/autoprefixer-rails:10
|
|||
#required by haiti-hash
|
||||
=dev-ruby/paint-2*
|
||||
|
||||
#required by cewl Pentoo packages
|
||||
dev-ruby/mini_exiftool
|
||||
dev-ruby/mime-types amd64
|
||||
dev-ruby/mime-types-data amd64
|
||||
|
||||
# Pentoo ebuilds:
|
||||
dev-ruby/hrr_rb_ssh
|
||||
dev-ruby/faye-websocket
|
||||
|
|
@ -165,10 +157,6 @@ dev-ruby/faker:2
|
|||
=dev-ruby/warden-1.2* ~amd64
|
||||
=dev-ruby/zeitwerk-2.4*
|
||||
|
||||
#required for rake:2.2
|
||||
=dev-ruby/sinatra-2.1*
|
||||
=dev-ruby/rack-protection-2.1*
|
||||
|
||||
#wpscan
|
||||
=dev-ruby/addressable-2.7*
|
||||
dev-ruby/public_suffix:4
|
||||
|
|
|
|||
Loading…
Reference in a new issue