graaff      15/07/01 05:30:45

  Modified:             ChangeLog
  Added:                bundler-audit-0.4.0.ebuild
  Log:
  Version bump. Fix USE=doc. Run tests as much as possible.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.2                  dev-ruby/bundler-audit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler-audit/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   26 Jun 2015 15:23:09 -0000      1.1
+++ ChangeLog   1 Jul 2015 05:30:45 -0000       1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bundler-audit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler-audit/ChangeLog,v 1.1 
2015/06/26 15:23:09 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler-audit/ChangeLog,v 1.2 
2015/07/01 05:30:45 graaff Exp $
+
+*bundler-audit-0.4.0 (01 Jul 2015)
+
+  01 Jul 2015; Hans de Graaff <[email protected]> +bundler-audit-0.4.0.ebuild:
+  Version bump. Fix USE=doc. Run tests as much as possible.
 
 *bundler-audit-0.3.1 (26 Jun 2015)
 



1.1                  dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild?rev=1.1&content-type=text/plain

Index: bundler-audit-0.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild,v 1.1 
2015/07/01 05:30:45 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_EXTRAINSTALL="data"

inherit ruby-fakegem

DESCRIPTION="Provides patch-level verification for Bundled apps"
HOMEPAGE="https://github.com/rubysec/bundler-audit";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
IUSE="test"

ruby_add_rdepend "
        >=dev-ruby/thor-0.18:0
        >=dev-ruby/bundler-1.2:0
"

all_ruby_prepare() {
        sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die

        # Avoid specs that require network access via 'bundle install'
        rm spec/{integration,scanner}_spec.rb || die

        # Avoid specs that only work when the source is a git repository
        sed -i -e '/describe "path"/,/^  end/ s:^:#:' \
                -e '/describe "update!"/,/^  end/ s:^:#:' \
                spec/database_spec.rb || die
}




Reply via email to