graaff      15/05/27 06:01:01

  Modified:             ChangeLog
  Added:                right_http_connection-1.5.0.ebuild
  Log:
  Version bump. Run tests again. Drop arm keyword due to new test dependency, 
bug 550510.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.23                 dev-ruby/right_http_connection/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   3 Apr 2015 10:54:15 -0000       1.22
+++ ChangeLog   27 May 2015 06:01:01 -0000      1.23
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/right_http_connection
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 
1.22 2015/04/03 10:54:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 
1.23 2015/05/27 06:01:01 graaff Exp $
+
+*right_http_connection-1.5.0 (27 May 2015)
+
+  27 May 2015; Hans de Graaff <[email protected]>
+  +right_http_connection-1.5.0.ebuild:
+  Version bump. Run tests again. Drop arm keyword due to new test dependency,
+  bug 550510.
 
   03 Apr 2015; Agostino Sarubbo <[email protected]>
   right_http_connection-1.3.0.ebuild:



1.1                  
dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild

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

Index: right_http_connection-1.5.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/right_http_connection/right_http_connection-1.5.0.ebuild,v
 1.1 2015/05/27 06:01:01 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"

RUBY_FAKEGEM_TASK_TEST="cucumber"

inherit ruby-fakegem

DESCRIPTION="RightScale's robust HTTP/S connection module"
HOMEPAGE="https://github.com/rightscale/right_http_connection";
SRC_URI="https://github.com/rightscale/right_http_connection/archive/v${PV}.tar.gz
 -> ${P}.tgz"

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

USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "test? (
        dev-util/cucumber
        dev-ruby/rspec:2
        dev-ruby/trollop:0
        dev-ruby/flexmock
)"

all_ruby_prepare() {
        rm Gemfile Gemfile.lock || die
        sed -i -e '/bundler/ s:^:#:' \
                -e 'arequire "rspec"' features/support/env.rb || die

        # Avoid features that require manual input (PEM pass phrase) or have
        # certificate issues due to unknown CA.
        rm -f features/{proxy_ssl,ssl}.feature || die
}

each_ruby_test() {
        case ${RUBY} in
                *ruby22)
                        einfo "cucumber is not yet available for ruby22"
                        ;;
                *)
                        ${RUBY} -S cucumber --format progress features || die
                        ;;
        esac
}




Reply via email to