diff options
author | 2014-03-24 22:02:49 +0000 | |
---|---|---|
committer | 2014-03-24 22:02:49 +0000 | |
commit | 853446e1a97f0a4039ede8deb44f508a77e892c6 (patch) | |
tree | 935f98e6a268322863b51a514024af49ad1b106b /dev-ruby/metasploit_data_models | |
parent | media-plugins/vdr-bistreamout media-plugins/vdr-eggtimer masked for removal (diff) | |
download | gentoo-2-853446e1a97f0a4039ede8deb44f508a77e892c6.tar.gz gentoo-2-853446e1a97f0a4039ede8deb44f508a77e892c6.tar.bz2 gentoo-2-853446e1a97f0a4039ede8deb44f508a77e892c6.zip |
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-ruby/metasploit_data_models')
-rw-r--r-- | dev-ruby/metasploit_data_models/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/metasploit_data_models/metasploit_data_models-0.17.0.ebuild | 27 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-ruby/metasploit_data_models/ChangeLog b/dev-ruby/metasploit_data_models/ChangeLog index 5db8c5071dd5..91360c8ca231 100644 --- a/dev-ruby/metasploit_data_models/ChangeLog +++ b/dev-ruby/metasploit_data_models/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/metasploit_data_models -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/metasploit_data_models/ChangeLog,v 1.21 2013/12/24 23:17:41 zerochaos Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/metasploit_data_models/ChangeLog,v 1.22 2014/03/24 22:02:49 zerochaos Exp $ + +*metasploit_data_models-0.17.0 (24 Mar 2014) + + 24 Mar 2014; Rick Farina <zerochaos@gentoo.org> + +metasploit_data_models-0.17.0.ebuild: + version bump *metasploit_data_models-0.16.9 (24 Dec 2013) diff --git a/dev-ruby/metasploit_data_models/metasploit_data_models-0.17.0.ebuild b/dev-ruby/metasploit_data_models/metasploit_data_models-0.17.0.ebuild new file mode 100644 index 000000000000..4ed3f21f43dd --- /dev/null +++ b/dev-ruby/metasploit_data_models/metasploit_data_models-0.17.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/metasploit_data_models/metasploit_data_models-0.17.0.ebuild,v 1.1 2014/03/24 22:02:49 zerochaos Exp $ + +EAPI=5 + +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" + +# Tests depend on unpackaged factory_girl_rails +RUBY_FAKEGEM_RECIPE_TEST="" + +RUBY_FAKEGEM_EXTRAINSTALL="app db script spec" + +inherit ruby-fakegem + +DESCRIPTION="The database layer for Metasploit" +HOMEPAGE="https://github.com/rapid7/metasploit_data_models" +SRC_URI="https://github.com/rapid7/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activerecord-3.2.10[postgres]" |