I just noticed that net-analyzer/metasploit still references dev-ruby/postgres as the preferred postgres database API provider. Could you please drop this? dev-ruby/postgres has been obsoleted by dev-ruby/pg a long time ago. It is also only available for ruby18 which we will drop from the tree shortly, so I'd like to mask dev-ruby/postgres for removal ASAP. Given that metasploit already has dev-ruby/activerecord[postgres] as an alternative you could just keep that, or just depend directly on dev-ruby/pg, which is what activerecord does.
03 Nov 2013; Manuel Rüger <mrueg@gentoo.org> metasploit-4.0.0-r1.ebuild, metasploit-4.2.0.ebuild, metasploit-4.3.0.ebuild, metasploit-4.4.0-r1.ebuild, metasploit-4.4.0.ebuild, metasploit-9999.ebuild: Non-maintainer update: Remove dependency on obsolete dev-ruby/postgres, dependency for dev-ruby/pg is covered by dev-ruby/activerecord[postgres] so no need to readd it. Acked by Rick Farina. Fixes bug #479688