public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit_data_models/
Date: Sun, 30 Oct 2016 19:51:00 +0000 (UTC)	[thread overview]
Message-ID: <1477856532.9edac1c72f96e55fb021365415cd3686416cfa3d.graaff@gentoo> (raw)

commit:     9edac1c72f96e55fb021365415cd3686416cfa3d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 19:42:12 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 19:42:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edac1c7

dev-ruby/metasploit_data_models: remove masked version

Package-Manager: portage-2.3.0

 dev-ruby/metasploit_data_models/Manifest           |  2 -
 .../metasploit_data_models-1.2.10.ebuild           | 63 ----------------------
 .../metasploit_data_models-1.2.9.ebuild            | 63 ----------------------
 3 files changed, 128 deletions(-)

diff --git a/dev-ruby/metasploit_data_models/Manifest b/dev-ruby/metasploit_data_models/Manifest
index b384e3e..dc933c0 100644
--- a/dev-ruby/metasploit_data_models/Manifest
+++ b/dev-ruby/metasploit_data_models/Manifest
@@ -1,3 +1 @@
-DIST metasploit_data_models-1.2.10.gem 171008 SHA256 9360ed8701d22eef77a819f1ca81daf03aae6d604e7f98efe097dc907e6f0e4a SHA512 f6f7e53a83b8e30df3dfd2f926e5d3df3f007a136f60abe58e1d683918c6cf1b17eba7e3172d83161858e8a9f1ad9d62c17e8769e543140e0286c809e6dcb60c WHIRLPOOL 013f53d51c717f0176da89613cae91de2c10847e91e83304b462c9d130117230c4db5112501f1c6ce959e8804931963a418cc338eb6f4f2a9eda970d9778ad31
-DIST metasploit_data_models-1.2.9.gem 171008 SHA256 77f7e49fa88b7f3e98cfc651e4434ee3138357ab9501b002a2ac56d10977fecc SHA512 aa8edbb29336a2a2c606866476d9e9bd8235ef86d3598b4cc15f2b929c5f499586e61b6c3ae8c2d64d4c22c07d2b37545b2f7f9483bf58f983c16cd1f851cf02 WHIRLPOOL 1372139c5c7f391ae670d7ca83d5ea78aaacd9ad7ea2bd19bb17ca2830413a8e43e64c5839342eb1ac9e7ab0df1d997fee2be8a4a7ffb09075ec4176a15f6f3e
 DIST metasploit_data_models-2.0.0.gem 177152 SHA256 b5f32aeb00cab511c94212b7fa1b42631278d4766ab7b05f1c4fdf8e3c3655bb SHA512 4ff18ba09fe58e5846b745152739a6602fc144ca68240901f18791f7c6ffacc0a1d621fda222c86960ca59cd3034ef2fda4fc85dead669837e3c0a7c2ddc3f1d WHIRLPOOL 407460ac990f257a80c89c56463aef91ea48070d52225fc2116500ce822d5c5eb2880bd1fb21cb65a3ea3a0a725906dbe525cce5d18527030294ace776265a91

diff --git a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.10.ebuild b/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.10.ebuild
deleted file mode 100644
index 6a0cb28..00000000
--- a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.10.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db script spec"
-
-DESCRIPTION="The database layer for Metasploit"
-HOMEPAGE="https://github.com/rapid7/metasploit_data_models"
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-RESTRICT=test
-#IUSE="development test"
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit_data_models:0"
-
-ruby_add_rdepend "
-		>=dev-ruby/activerecord-4.0.9:4.0[postgres]
-		>=dev-ruby/activesupport-4.0.9:4.0
-		dev-ruby/pg
-		dev-ruby/postgres_ext
-		>=dev-ruby/railties-4.0.9:4.0
-		dev-ruby/recog:*
-		dev-ruby/arel-helpers
-		>=dev-ruby/metasploit-concern-1.0.0:1.0
-		>=dev-ruby/metasploit-model-1.0.0:1.0
-		<dev-ruby/thor-2.0"
-
-ruby_add_bdepend "dev-ruby/bundler"
-
-all_ruby_prepare() {
-	[ -f Gemfile.lock ] && rm Gemfile.lock
-	#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
-}
-
-all_ruby_install() {
-	ruby_fakegem_binwrapper mdm_console mdm_console-${SLOT}
-}

diff --git a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.9.ebuild b/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.9.ebuild
deleted file mode 100644
index 6a0cb28..00000000
--- a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.9.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db script spec"
-
-DESCRIPTION="The database layer for Metasploit"
-HOMEPAGE="https://github.com/rapid7/metasploit_data_models"
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-RESTRICT=test
-#IUSE="development test"
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit_data_models:0"
-
-ruby_add_rdepend "
-		>=dev-ruby/activerecord-4.0.9:4.0[postgres]
-		>=dev-ruby/activesupport-4.0.9:4.0
-		dev-ruby/pg
-		dev-ruby/postgres_ext
-		>=dev-ruby/railties-4.0.9:4.0
-		dev-ruby/recog:*
-		dev-ruby/arel-helpers
-		>=dev-ruby/metasploit-concern-1.0.0:1.0
-		>=dev-ruby/metasploit-model-1.0.0:1.0
-		<dev-ruby/thor-2.0"
-
-ruby_add_bdepend "dev-ruby/bundler"
-
-all_ruby_prepare() {
-	[ -f Gemfile.lock ] && rm Gemfile.lock
-	#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
-}
-
-all_ruby_install() {
-	ruby_fakegem_binwrapper mdm_console mdm_console-${SLOT}
-}


             reply	other threads:[~2016-10-30 19:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-30 19:51 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-05  6:54 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit_data_models/ Michał Górny
2019-04-09  5:53 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-11-21 18:21 Rick Farina
2017-05-09  3:09 Richard Farina
2017-02-10  6:56 Hans de Graaff
2016-06-13  4:37 Richard Farina
2016-01-26 19:47 Richard Farina
2015-10-24 13:20 Richard Farina
2015-10-09  1:26 Richard Farina
2015-10-09  1:26 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477856532.9edac1c72f96e55fb021365415cd3686416cfa3d.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox