graaff      15/03/29 07:15:47

  Modified:             samuel-0.3.3-r1.ebuild ChangeLog
  Added:                samuel-0.3.3-r2.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.7                  dev-ruby/samuel/samuel-0.3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild?r1=1.6&r2=1.7

Index: samuel-0.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- samuel-0.3.3-r1.ebuild      30 Oct 2014 15:57:38 -0000      1.6
+++ samuel-0.3.3-r1.ebuild      29 Mar 2015 07:15:47 -0000      1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild,v 
1.6 2014/10/30 15:57:38 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild,v 
1.7 2015/03/29 07:15:47 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



1.25                 dev-ruby/samuel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   30 Oct 2014 15:57:38 -0000      1.24
+++ ChangeLog   29 Mar 2015 07:15:47 -0000      1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/samuel
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v 1.24 2014/10/30 
15:57:38 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v 1.25 2015/03/29 
07:15:47 graaff Exp $
+
+*samuel-0.3.3-r2 (29 Mar 2015)
+
+  29 Mar 2015; Hans de Graaff <gra...@gentoo.org> samuel-0.3.3-r1.ebuild,
+  +samuel-0.3.3-r2.ebuild:
+  Create stable candidate.
 
   30 Oct 2014; Manuel RĂ¼ger <mr...@gentoo.org> -samuel-0.3.3.ebuild,
   samuel-0.3.3-r1.ebuild:



1.1                  dev-ruby/samuel/samuel-0.3.3-r2.ebuild

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

Index: samuel-0.3.3-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild,v 1.1 
2015/03/29 07:15:47 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""

inherit ruby-fakegem

DESCRIPTION="An automatic logger for HTTP requests in Ruby"
HOMEPAGE="http://github.com/chrisk/samuel";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""

ruby_add_bdepend "
        test? (
                >=dev-ruby/shoulda-2.11.3
                >=dev-ruby/fakeweb-1.3
                >=dev-ruby/httpclient-2.2.3
                dev-ruby/mocha:0.13
                dev-ruby/test-unit:2
        )"

all_ruby_prepare() {
        # Remove references to bundler
        sed -i -e '/[Bb]undler/d' test/test_helper.rb || die
        rm Gemfile*

        # Change the default port from 8000 to 64888 to sidestep Issue #10.
        # https://github.com/chrisk/samuel/issues/10
        sed -i -e 's:8000:64888:g' test/*.rb || die

        # Require an old enough version of mocha.
        sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die

        # Use the test-unit gem to make jruby compatible with newer mocha.
        sed -i -e '1igem "test-unit"' test/test_helper.rb || die
}




Reply via email to