metasploit-model: fixed

This commit is contained in:
Zero_Chaos 2014-10-19 22:51:43 +00:00
parent 810c66dfab
commit bb0f719499
5 changed files with 68 additions and 75 deletions

View file

@ -1,6 +1,3 @@
DIST metasploit-model-0.27.4.gem 154624 SHA256 f0e0b8ac45fbf89da5ef1fbf9831ee6251805f500ae5e02d98bfaf068e21fbc6 SHA512 957d9b1f36d14e94aec3678e46fa3257919343ca102f179234603c8686869e4d4ac966dffce7a7aa31cf4096584a5d0e5950925f7410a247072edae41902b146 WHIRLPOOL 0b305aa6580a0fc8ee639ad59ea1b765ced86c179ee019d191126a3833acfed9f2f4774e099cf9d95c10be88f4665ab5b58ac91bd3646df9daa3a2e83d30ce56
DIST metasploit-model-0.28.0.gem 154624 SHA256 c6d8862a5923476e805ff52c4f9b1584a365f8a5a688f2c63802056e5aef2e9b SHA512 84de515ad5b6b35229d249daffa58c54a020e3f51dfc9e2c90e2895dcd0b8648815a878f741133b8f6e6dec0e421ef218d9bac7df1bafb54482b11edd95c9e05 WHIRLPOOL 3cde3a36e13b90ea08d3ed6091be450ae7dd6910eef922b3b3b86699fda575cacf01d3bf8486b78912ca048d3187f85876b100591d32935a7e245330351391e7
EBUILD metasploit-model-0.27.4.ebuild 691 SHA256 4ec75b7b1ee09d454d7ca6865f0ff381fd0a4018fcef79bd12d83c307001b2c4 SHA512 270f123f6403a486fb56b8551bd27ee6276190cdafa4084f6c9a55a78ee5df32629b86913275dfed42cc77c40a81ee567c37808489288f44a8499e515a13cb4a WHIRLPOOL d95298d710a759fd5552dbd164a18a2aae210e6d874af286f840ea0d246cdd14fe9415f07883a213309721e082e8ffe53a0d3b9a9e3de330a92f84fa299263c7
EBUILD metasploit-model-0.28.0-r1.ebuild 892 SHA256 fa0457d05b116c66f2ab87f38e372cb30be200cbf542a8a1726edc4fd896d636 SHA512 e6373a1c64d566dccd471960f45ab1a47519fcfc9fbe0e039bcfb759963a077909631d776bb00e5584dad2792db059a9f3e7dce52a01887d107b4e040926b6eb WHIRLPOOL 5b60220d66f1a5e49f3ce313a1211eca77188b01fe13b2fea4cc550a7f7524cb5873f2c1e81923a046e47bdb186dd906a98ece3a8a29dd98a2c19d32b364a687
EBUILD metasploit-model-0.28.0.ebuild 691 SHA256 4ec75b7b1ee09d454d7ca6865f0ff381fd0a4018fcef79bd12d83c307001b2c4 SHA512 270f123f6403a486fb56b8551bd27ee6276190cdafa4084f6c9a55a78ee5df32629b86913275dfed42cc77c40a81ee567c37808489288f44a8499e515a13cb4a WHIRLPOOL d95298d710a759fd5552dbd164a18a2aae210e6d874af286f840ea0d246cdd14fe9415f07883a213309721e082e8ffe53a0d3b9a9e3de330a92f84fa299263c7
EBUILD metasploit-model-0.28.0-r2.ebuild 1829 SHA256 0d02a0d8f7f0222c6147d8d7a15c4b16722719490677a8b7c4687111df328da5 SHA512 d02b2c6ec7012ac6f1a40dc0576127aa0ee6d59690ef157b2135d4943eaecd813f391d0947ebc89f2f3e46abc92a9a95811473308978d815267e4526f7ee6a2d WHIRLPOOL 71d0210a4872401543d1f60922a6b5bc88746d5c134dd72e063eaa62d0ea32dd5e3d4dc94a40f8d89044914c80a774d8e017868bb1cab1f5db3139b4d29e9256
MISC metadata.xml 275 SHA256 ddea40fdfb3de36c4e8ec395d93195500089d461dc340ca376d7d93a3b6c3c70 SHA512 23a0fff59aeb0bceae496a74b75da3bc80d71fe9c60f63b1c20eecb97dd75fa32180457dfca21871c1e8d0a34f85a4a201a0eae0b46cbf91abb0fc8322d0b9f2 WHIRLPOOL 9f6a81dc72dc72656e6c32be440c3276225a7d7d09b4b1833db219eee071d3916e8eda3bdf6dbde6db1e5a6c9b4972fa6bb6e6ddecd2302941d9fdf283246761

View file

@ -1,21 +0,0 @@
# 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.3 2014/07/09 21:13:54 zerochaos Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-fakegem
DESCRIPTION="Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models"
HOMEPAGE="https://github.com/rapid7/metasploit-model"
SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "<dev-ruby/railties-4.0.0
dev-ruby/activesupport"

View file

@ -1,29 +0,0 @@
# 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.3 2014/07/09 21:13:54 zerochaos Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-fakegem
DESCRIPTION="Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models"
HOMEPAGE="https://github.com/rapid7/metasploit-model"
SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "<dev-ruby/railties-4.0.0
dev-ruby/activesupport
dev-ruby/coveralls"
each_ruby_prepare() {
if [ -f Gemfile ]
then
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
fi
}

View file

@ -0,0 +1,67 @@
# 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.3 2014/07/09 21:13:54 zerochaos Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-fakegem
DESCRIPTION="Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models"
HOMEPAGE="https://github.com/rapid7/metasploit-model"
SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
#IUSE="development test"
IUSE=""
ruby_add_rdepend "<dev-ruby/railties-4.0.0
dev-ruby/activesupport
dev-ruby/rake
dev-ruby/i18n
dev-ruby/multi_json
dev-ruby/activesupport
dev-ruby/builder
dev-ruby/activemodel
dev-ruby/erubis
dev-ruby/journey
dev-ruby/rack
dev-ruby/rack-cache
dev-ruby/rack-test
dev-ruby/hike
dev-ruby/tilt
dev-ruby/sprockets
dev-ruby/actionpack
dev-ruby/bundler
dev-ruby/json
dev-ruby/rack-ssl
dev-ruby/rdoc
dev-ruby/thor
dev-ruby/redcarpet
<dev-ruby/yard-0.8.7.4"
all_ruby_prepare() {
[ -f Gemfile.lock ] && rm Gemfile.lock
#For now, we don't support development or testing at all
#if ! use development; then
sed -i -e "/^group :development do/,/^end$/d" Gemfile || die
sed -i -e "/s.add_development_dependency/d" "${PN}".gemspec || die
#fi
#if ! use test; then
sed -i -e "/^group :test do/,/^end$/d" Gemfile || die
#fi
#if ! use test && ! use development; then
sed -i -e "/^group :development, :test do/,/^end$/d" Gemfile || die
#fi
}
each_ruby_prepare() {
if [ -f Gemfile ]
then
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
fi
}

View file

@ -1,21 +0,0 @@
# 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.3 2014/07/09 21:13:54 zerochaos Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-fakegem
DESCRIPTION="Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models"
HOMEPAGE="https://github.com/rapid7/metasploit-model"
SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "<dev-ruby/railties-4.0.0
dev-ruby/activesupport"