diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:07:25 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:07:25 +0000 |
commit | f98b0c7823d8f23fc2ca8cb98330970bdacc74d1 (patch) | |
tree | 7be11048f22c67de804f81d09f2754a909c1af65 /net-analyzer | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-f98b0c7823d8f23fc2ca8cb98330970bdacc74d1.tar.gz gentoo-2-f98b0c7823d8f23fc2ca8cb98330970bdacc74d1.tar.bz2 gentoo-2-f98b0c7823d8f23fc2ca8cb98330970bdacc74d1.zip |
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/metasploit/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-4.9.3.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index 379f7b1e3938..4bed579421e9 100644 --- a/net-analyzer/metasploit/ChangeLog +++ b/net-analyzer/metasploit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/metasploit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.104 2014/11/03 13:25:07 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.105 2014/12/28 16:07:25 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> + metasploit-4.9.3.ebuild, metasploit-9999.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> metasploit-4.9.3.ebuild, metasploit-9999.ebuild: diff --git a/net-analyzer/metasploit/metasploit-4.9.3.ebuild b/net-analyzer/metasploit/metasploit-4.9.3.ebuild index 0956f4946865..ad9623a3c999 100644 --- a/net-analyzer/metasploit/metasploit-4.9.3.ebuild +++ b/net-analyzer/metasploit/metasploit-4.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.3.ebuild,v 1.3 2014/11/03 13:25:07 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.3.ebuild,v 1.4 2014/12/28 16:07:25 titanofold Exp $ EAPI="5" @@ -67,7 +67,7 @@ ruby_add_bdepend "${RUBY_COMMON_DEPEND} >=dev-ruby/rake-10.0.0 )" ruby_add_rdepend "${RUBY_COMMON_DEPEND}" -COMMON_DEPEND="virtual/postgresql[server] +COMMON_DEPEND="dev-db/postgresql[server] >=app-crypt/johntheripper-1.7.9-r1[-minimal] net-analyzer/nmap" DEPEND+=" ${COMMON_DEPEND}" diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index 5d482252bc96..9c26a1305822 100644 --- a/net-analyzer/metasploit/metasploit-9999.ebuild +++ b/net-analyzer/metasploit/metasploit-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.33 2014/11/03 13:25:07 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.34 2014/12/28 16:07:25 titanofold Exp $ EAPI="5" @@ -68,7 +68,7 @@ ruby_add_bdepend "${RUBY_COMMON_DEPEND} >=dev-ruby/rake-10.0.0 )" ruby_add_rdepend "${RUBY_COMMON_DEPEND}" -COMMON_DEPEND="virtual/postgresql[server] +COMMON_DEPEND="dev-db/postgresql[server] >=app-crypt/johntheripper-1.7.9-r1[-minimal] net-analyzer/nmap" DEPEND+=" ${COMMON_DEPEND}" |