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: Fri, 17 Apr 2015 13:02:14 +0000 (UTC)	[thread overview]
Message-ID: <1429275722.e5d3d2a33045c218694199befc492b9e59624aa7.graaff@gentoo> (raw)

commit:     e5d3d2a33045c218694199befc492b9e59624aa7
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 17 13:02:02 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 13:02:02 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e5d3d2a3

Version bump.

Package-Manager: portage-2.2.14

 app-forensics/brakeman/ChangeLog             |  7 ++++-
 app-forensics/brakeman/Manifest              |  1 +
 app-forensics/brakeman/brakeman-2.6.3.ebuild | 42 ++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/app-forensics/brakeman/ChangeLog b/app-forensics/brakeman/ChangeLog
index 7951113..9b17fa4 100644
--- a/app-forensics/brakeman/ChangeLog
+++ b/app-forensics/brakeman/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for app-forensics/brakeman
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*brakeman-2.6.3 (17 Apr 2015)
+
+  17 Apr 2015; Hans de Graaff <graaff@gentoo.org> +brakeman-2.6.3.ebuild:
+  Version bump.
+
   23 Sep 2014; Hans de Graaff <graaff@gentoo.org> brakeman-2.3.1.ebuild:
   Add ruby20.
 

diff --git a/app-forensics/brakeman/Manifest b/app-forensics/brakeman/Manifest
index 1b2e5bf..757791f 100644
--- a/app-forensics/brakeman/Manifest
+++ b/app-forensics/brakeman/Manifest
@@ -1,2 +1,3 @@
 DIST brakeman-2.2.0.tar.gz 477638 SHA256 9c364c3a5eb8aa6134d0205ce17ed92921ff9f4864c6cef47708aed4f1e7a063 SHA512 c3ea24a66e52fc20ee015065cbc9ee89b6a72c25aee44fb0d9fe2bc7e85e812e0d0cb796db4b18005634dc998f7557c07c1e7f9a0566e1ff75a897b03ecec84e WHIRLPOOL 432728b80631d95d9d3122b8da05eb7cb11698b66a0a4917b0e82f3a13364471aed3a257b70b93410a407d43b4873c79aa241a38a9b112f80a90daa6a192149b
 DIST brakeman-2.3.1.tar.gz 484253 SHA256 e46cb6a17759e2f39db1db489a7bd99c4e4edfa6b4048b7ba44fa63158c1c6a2 SHA512 a284f97285a33f4713253b00388e56e5fcc028ae1c4cd6ad4d2de5d8daf14da4907e2e7d65cc5404797f7f202b2e461b04a07df6b079802d9afbdf50fe3625bf WHIRLPOOL 3aa41de3ec5d9f7108194a5e789781b7ae31fc3c94c444e5b909a3230c0844d5f9d54b0e118405456d7ab3a651728616269e5adb14ad7f72308e5bca88e099f4
+DIST brakeman-2.6.3.tar.gz 508761 SHA256 46f3202614b1a6e12eb0d16c4121adff5ae68e644ecd048982cb079cff28ffd9 SHA512 da54bd366df193bd1cc926e28a39a4901f8055be6a772fadf620a9efa639523e5a5314da3e19a4f2de0dce6c8cc7149308f09d4bfade794329ad455acd9d907f WHIRLPOOL 757930cbf9758095e072802db623afb726033b7d8ea7c5e7375dd15dabe2ae2146009ba9567182c051df28633b7da8727caf65067e69717f71bf7932fff39d8a

diff --git a/app-forensics/brakeman/brakeman-2.6.3.ebuild b/app-forensics/brakeman/brakeman-2.6.3.ebuild
new file mode 100644
index 0000000..da98930
--- /dev/null
+++ b/app-forensics/brakeman/brakeman-2.6.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+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.6*
+	>=dev-ruby/multi_json-1.2 =dev-ruby/multi_json-1*
+	>=dev-ruby/ruby2ruby-2.1.1 =dev-ruby/ruby2ruby-2.1*
+	>=dev-ruby/ruby_parser-3.5.0 =dev-ruby/ruby_parser-3*
+	>=dev-ruby/sass-3.0 =dev-ruby/sass-3*
+	>=dev-ruby/slim-1.3.6 <dev-ruby/slim-3
+	>=dev-ruby/terminal-table-1.4 =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.5.0/3.5/' \
+		${RUBY_FAKEGEM_GEMSPEC} || die
+}


             reply	other threads:[~2015-04-17 13:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 13:02 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-06-14  5:19 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
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=1429275722.e5d3d2a33045c218694199befc492b9e59624aa7.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