mrueg       15/02/14 02:55:47

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

Revision  Changes    Path
1.2                  dev-ruby/typhoeus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   1 Sep 2014 05:52:35 -0000       1.1
+++ ChangeLog   14 Feb 2015 02:55:47 -0000      1.2
@@ -1,10 +1,14 @@
 # ChangeLog for dev-ruby/typhoeus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/ChangeLog,v 1.1 
2014/09/01 05:52:35 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/ChangeLog,v 1.2 
2015/02/14 02:55:47 mrueg Exp $
+
+*typhoeus-0.7.1 (14 Feb 2015)
+
+  14 Feb 2015; Manuel RĂ¼ger <[email protected]> +typhoeus-0.7.1.ebuild:
+  Version bump.
 
 *typhoeus-0.6.9 (01 Sep 2014)
 
   01 Sep 2014; Hans de Graaff <[email protected]> +typhoeus-0.6.9.ebuild,
   +metadata.xml:
   Initial import. Dependency for forthcoming dev-ruby/vcr.
-



1.1                  dev-ruby/typhoeus/typhoeus-0.7.1.ebuild

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

Index: typhoeus-0.7.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/typhoeus-0.7.1.ebuild,v 
1.1 2015/02/14 02:55:47 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md"
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating 
handling logic"
HOMEPAGE="http://rubygems.org/gems/typhoeus/";

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

ruby_add_rdepend ">=dev-ruby/ethon-0.7.1"

ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 
>=dev-ruby/sinatra-1.3 )"

all_ruby_prepare() {
        sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die
}




Reply via email to