mrueg       14/03/31 01:17:13

  Modified:             ChangeLog
  Added:                cocaine-0.5.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.11                 dev-ruby/cocaine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   28 Dec 2013 07:34:28 -0000      1.10
+++ ChangeLog   31 Mar 2014 01:17:12 -0000      1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/cocaine
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.10 
2013/12/28 07:34:28 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.11 
2014/03/31 01:17:12 mrueg Exp $
+
+*cocaine-0.5.4 (31 Mar 2014)
+
+  31 Mar 2014; Manuel RĂ¼ger <[email protected]> +cocaine-0.5.4.ebuild:
+  Version bump.
 
   28 Dec 2013; Hans de Graaff <[email protected]> cocaine-0.5.3.ebuild:
   Add missing test dependency on activesupport, fixing bug 454930.



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

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

Index: cocaine-0.5.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/cocaine-0.5.4.ebuild,v 1.1 
2014/03/31 01:17:12 mrueg Exp $

EAPI=5
USE_RUBY="ruby19"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="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
        )"

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
}




Reply via email to