mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
profile: complete migration to ruby26
This commit is contained in:
parent
f79a59b3b7
commit
3e08a4d245
4 changed files with 9 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|
|||
PORTAGE_NICENESS="9"
|
||||
PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}"
|
||||
|
||||
USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gps jack lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265 zstd -python_targets_python2_7 -ruby_targets_ruby26"
|
||||
USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gps jack lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265 zstd -python_targets_python2_7"
|
||||
|
||||
PORTAGE_BZIP2_COMMAND="lbzip2"
|
||||
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ dev-ruby/coffee-rails:5.0
|
|||
dev-ruby/mini_exiftool
|
||||
dev-ruby/spider
|
||||
|
||||
#required by <metasploit-9999
|
||||
# Pentoo ebuilds:
|
||||
dev-ruby/cookiejar
|
||||
dev-ruby/em-http-request
|
||||
|
|
@ -39,6 +38,7 @@ dev-ruby/faye-websocket
|
|||
dev-ruby/openssl-cmac
|
||||
=dev-ruby/ruby_smb-2*
|
||||
|
||||
#required by <metasploit-9999
|
||||
=dev-ruby/bson-4.10* ~amd64
|
||||
=dev-ruby/ruby-net-ldap-0.16*
|
||||
=dev-ruby/bundler-audit-0.7.0*
|
||||
|
|
@ -58,7 +58,7 @@ dev-ruby/rex-rop_builder
|
|||
dev-ruby/rex-encoder
|
||||
dev-ruby/rex-exploitation
|
||||
dev-ruby/openvas-omp
|
||||
~dev-ruby/bindata-2.4.1
|
||||
dev-ruby/bindata:2
|
||||
dev-ruby/windows_error
|
||||
~dev-ruby/pg-0.20.0
|
||||
~dev-ruby/regexp_parser-0.4.3
|
||||
|
|
@ -106,7 +106,7 @@ dev-ruby/meterpreter_bins
|
|||
=dev-ruby/sawyer-0.8*
|
||||
~dev-ruby/patch_finder-1.0.2
|
||||
=dev-ruby/packetfu-1.1*
|
||||
dev-ruby/pcaprub:0.12
|
||||
dev-ruby/pcaprub:0.13
|
||||
dev-ruby/rails-dom-testing:1
|
||||
=dev-ruby/recog-2.3*
|
||||
=dev-ruby/redcarpet-3.4*
|
||||
|
|
@ -156,7 +156,7 @@ dev-ruby/pdf-reader:2
|
|||
=dev-ruby/xdr-3.0*
|
||||
~dev-ruby/kissfft-0.0.2
|
||||
=dev-ruby/mqtt-0.5*
|
||||
dev-ruby/faker:0
|
||||
dev-ruby/faker:2
|
||||
=dev-ruby/ruby-macho-2.2*
|
||||
=dev-ruby/ed25519-1.2*
|
||||
=dev-ruby/warden-1.2* ~amd64
|
||||
|
|
|
|||
|
|
@ -8,3 +8,6 @@ net-wireless/rfcat
|
|||
|
||||
#https://bugs.gentoo.org/735216
|
||||
app-forensics/openscap
|
||||
|
||||
#gentoo masked metasploit deps for removal, transferring these back to pentoo
|
||||
dev-ruby/patch_finder
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ livecd-stage1
|
|||
#we do not want old ruby
|
||||
ruby_targets_ruby23
|
||||
ruby_targets_ruby24
|
||||
ruby_targets_ruby25
|
||||
|
|
|
|||
Loading…
Reference in a new issue