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] dev/graaff:master commit in: app-forensics/brakeman/
Date: Tue, 14 Jun 2016 05:19:16 +0000 (UTC)	[thread overview]
Message-ID: <1465880469.5c90b380079cf381044e4a2cb0cded5fec09deba.graaff@gentoo> (raw)

commit:     5c90b380079cf381044e4a2cb0cded5fec09deba
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Jun 14 05:01:09 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 05:01:09 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=5c90b380

app-forensics/brakeman: cleanup

Package-Manager: portage-2.2.28

 app-forensics/brakeman/Manifest              |  2 --
 app-forensics/brakeman/brakeman-3.1.2.ebuild | 47 --------------------------
 app-forensics/brakeman/brakeman-3.1.5.ebuild | 50 ----------------------------
 3 files changed, 99 deletions(-)

diff --git a/app-forensics/brakeman/Manifest b/app-forensics/brakeman/Manifest
index 90d3685..65f4cf1 100644
--- a/app-forensics/brakeman/Manifest
+++ b/app-forensics/brakeman/Manifest
@@ -1,3 +1 @@
-DIST brakeman-3.1.2.tar.gz 539937 SHA256 4356133747d12a0faa59a8e26928b4b4aef2db531697c1382bb3e80584246f4b SHA512 6a6eb8130830dc24c518c9123a5ea6c2246dcef083a828fbb8e3facd135fc0548ee8f296e0ce472141299f06a9c63d855dbb88fdfa9c03c69bd909fba5723038 WHIRLPOOL c893e0fa7ae6460d9d70ac61ace9149118709dee8d4ed9fde89f4081bf21845fabe047969d458a18b0926300bb93d15a82c89d843799c81a71dcf72a84f062a4
-DIST brakeman-3.1.5.tar.gz 579890 SHA256 166b6ede80477d5b1698d547f99e9fd743ac0c5d03fd34e4c03ad49debb36949 SHA512 61eb3fe3fa0b680fb552c9358bce026d5d32ab52d61d3b77935e60b610c3ddc26137822788a97a500be6c0e174629f12840b6199f26f8a10abee687d05af634a WHIRLPOOL cfdf7bca9ebfacaa17eb940f9e84cfb3543fdc003109fcd225a4f09d611a21b79c34a959be9b5d4b038a9da4148d66962776932b68ae362937026e8d7b17acd9
 DIST brakeman-3.2.1.tar.gz 580419 SHA256 821204d8fddacd3faa13318597e00d4edeedacd92abfb6453144465a16faceda SHA512 5e01fa3e0155929fad04b60ffb8815357535c08b3b470843f2ad6fa7f0683c05df5e2c1ccdb1e6f5f73e51b4ed341837038abfb74201a6f4532310c1f60e0db1 WHIRLPOOL a57104892071c86ce8fda1ddf08936033e26ad0cd469df4c360189a0785da832874dcf73cd443be8ea2e8e6a12de8e0574d7afc2b2faf2e43745b675ad8e75b1

diff --git a/app-forensics/brakeman/brakeman-3.1.2.ebuild b/app-forensics/brakeman/brakeman-3.1.2.ebuild
deleted file mode 100644
index 2ebbd2c..0000000
--- a/app-forensics/brakeman/brakeman-3.1.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES FEATURES README.md WARNING_TYPES"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_GEMSPEC="brakeman.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a static analysis tool which checks Ruby on Rails applications for security vulnerabilities"
-HOMEPAGE="http://brakemanscanner.org/"
-SRC_URI="https://github.com/presidentbeef/brakeman/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/erubis-2.6
-	>=dev-ruby/haml-3.0:*  <dev-ruby/haml-5:*
-	>=dev-ruby/highline-1.6.20 =dev-ruby/highline-1*
-	>=dev-ruby/multi_json-1.2 =dev-ruby/multi_json-1*
-	>=dev-ruby/ruby2ruby-2.1.1 <dev-ruby/ruby2ruby-2.3.0
-	>=dev-ruby/ruby_parser-3.7.0 =dev-ruby/ruby_parser-3*
-	dev-ruby/safe_yaml
-	>=dev-ruby/sass-3.0:* =dev-ruby/sass-3*:*
-	>=dev-ruby/slim-1.3.6 <dev-ruby/slim-4.0
-	>=dev-ruby/terminal-table-1.4.5 =dev-ruby/terminal-table-1.4*"
-
-all_ruby_prepare() {
-	# Remove fastercsv since it's a no-op on ruby19.
-	sed -i -e '/fastercsv/d' \
-		-e '/ruby_parser/ s/3.7.0/3.7/' \
-		${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-	${RUBY} test/test.rb || die
-}

diff --git a/app-forensics/brakeman/brakeman-3.1.5.ebuild b/app-forensics/brakeman/brakeman-3.1.5.ebuild
deleted file mode 100644
index d3c8040..0000000
--- a/app-forensics/brakeman/brakeman-3.1.5.ebuild
+++ /dev/null
@@ -1,50 +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 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES FEATURES README.md WARNING_TYPES"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_GEMSPEC="brakeman.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Static analysis tool which checks RoR applications for security vulnerabilities"
-HOMEPAGE="http://brakemanscanner.org/"
-SRC_URI="https://github.com/presidentbeef/brakeman/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/erubis-2.6
-	>=dev-ruby/haml-3.0:*  <dev-ruby/haml-5:*
-	>=dev-ruby/highline-1.6.20 =dev-ruby/highline-1*
-	>=dev-ruby/multi_json-1.2 =dev-ruby/multi_json-1*
-	>=dev-ruby/ruby2ruby-2.1.1 <dev-ruby/ruby2ruby-2.3.0
-	>=dev-ruby/ruby_parser-3.7.0 =dev-ruby/ruby_parser-3*
-	>=dev-ruby/safe_yaml-1.0
-	>=dev-ruby/sass-3.0:* =dev-ruby/sass-3*:*
-	>=dev-ruby/slim-1.3.6 <dev-ruby/slim-4.0
-	>=dev-ruby/terminal-table-1.4.5 =dev-ruby/terminal-table-1*"
-
-all_ruby_prepare() {
-	# Remove fastercsv since it's a no-op on ruby19.
-	sed -i -e '/fastercsv/d' \
-		-e '/ruby_parser/ s/3.7.0/3.7/' \
-		${RUBY_FAKEGEM_GEMSPEC} || die
-
-	# Use gem version of test-unit for consistent results
-	sed -i -e '1i gem "test-unit"' test/test.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} test/test.rb || die
-}


             reply	other threads:[~2016-06-14  5:19 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14  5:19 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27  7:07 [gentoo-commits] dev/graaff:master commit in: app-forensics/brakeman/ Hans de Graaff
2016-03-13  6:45 Hans de Graaff
2016-02-12  6:55 Hans de Graaff
2016-02-12  6:55 Hans de Graaff
2016-01-12  6:41 Hans de Graaff
2015-10-29  6:14 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-09-29  8:39 Hans de Graaff
2015-07-01 21:34 Hans de Graaff
2015-06-21  6:03 Hans de Graaff
2015-06-05  5:38 Hans de Graaff
2015-05-05  9:36 Hans de Graaff
2015-04-24  7:37 Hans de Graaff
2015-04-24  7:37 Hans de Graaff
2015-04-17 13:02 Hans de Graaff
2014-09-23  8:12 Hans de Graaff
2014-09-23  8:12 Hans de Graaff
2014-01-09 12:36 Hans de Graaff
2013-11-29  9:54 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-09-05  5:50 Hans de Graaff
2013-06-01  6:55 Hans de Graaff

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=1465880469.5c90b380079cf381044e4a2cb0cded5fec09deba.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