graaff      15/04/22 05:27:30

  Modified:             ChangeLog
  Added:                cocaine-0.5.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.16                 dev-ruby/cocaine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   9 Mar 2015 06:29:48 -0000       1.15
+++ ChangeLog   22 Apr 2015 05:27:30 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/cocaine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.15 
2015/03/09 06:29:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.16 
2015/04/22 05:27:30 graaff Exp $
+
+*cocaine-0.5.7 (22 Apr 2015)
+
+  22 Apr 2015; Hans de Graaff <[email protected]> +cocaine-0.5.7.ebuild:
+  Version bump.
 
   09 Mar 2015; Hans de Graaff <[email protected]> -cocaine-0.5.4.ebuild,
   -cocaine-0.5.4-r1.ebuild:



1.1                  dev-ruby/cocaine/cocaine-0.5.7.ebuild

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

Index: cocaine-0.5.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/cocaine-0.5.7.ebuild,v 1.1 
2015/04/22 05:27:30 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="A small library for doing command lines"
HOMEPAGE="http://www.thoughtbot.com/projects/cocaine";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend "dev-ruby/climate_control:0"

ruby_add_bdepend "
        test? (
                >=dev-ruby/activesupport-3  <dev-ruby/activesupport-5
                dev-ruby/bourne
                <dev-ruby/mocha-1.0.0
                dev-ruby/posix-spawn
        )"

all_ruby_prepare() {
        sed -i \
                -e '/git ls-files/d' \
                "${RUBY_FAKEGEM_GEMSPEC}" || die

        rm Gemfile* || die

        sed -i -e '/bundler/d' Rakefile || die

        sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die

        # BufferedLogger is deprecated in activesupport-4.0, and removed in 4.1
        # Require active_support not active_support/buffered_logger.
        sed -i -e 's/\/buffered_logger//g' spec/spec_helper.rb || die
}




Reply via email to