graaff      15/03/29 07:18:38

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

Revision  Changes    Path
1.21                 dev-ruby/right_http_connection/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   25 Mar 2015 06:55:06 -0000      1.20
+++ ChangeLog   29 Mar 2015 07:18:38 -0000      1.21
@@ -1,6 +1,12 @@
 # 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.20 2015/03/25 06:55:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 
1.21 2015/03/29 07:18:38 graaff Exp $
+
+*right_http_connection-1.3.0-r1 (29 Mar 2015)
+
+  29 Mar 2015; Hans de Graaff <[email protected]>
+  right_http_connection-1.3.0.ebuild, +right_http_connection-1.3.0-r1.ebuild:
+  Create stable candidate.
 
   25 Mar 2015; Hans de Graaff <[email protected]>
   right_http_connection-1.3.0.ebuild:



1.11                 
dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild

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

Index: right_http_connection-1.3.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- right_http_connection-1.3.0.ebuild  25 Mar 2015 06:55:06 -0000      1.10
+++ right_http_connection-1.3.0.ebuild  29 Mar 2015 07:18:38 -0000      1.11
@@ -1,10 +1,10 @@
 # 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.3.0.ebuild,v
 1.10 2015/03/25 06:55:06 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v
 1.11 2015/03/29 07:18:38 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"



1.1                  
dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild

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

Index: right_http_connection-1.3.0-r1.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.3.0-r1.ebuild,v
 1.1 2015/03/29 07:18:38 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="http://rightscale.rubyforge.org/";
SRC_URI="https://github.com/rightscale/right_http_connection/tarball/v${PV} -> 
${P}.tgz"
RUBY_S="rightscale-${PN}-*"

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

RESTRICT="test"
#USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )"

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

each_ruby_test() {
        case ${RUBY} in
                *ruby19)
                        ;;
                *)
                        ${RUBY} -S cucumber features || die
                        ;;
        esac
}




Reply via email to