public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/faraday: faraday-0.8.0.ebuild ChangeLog
Date: Sun, 29 Apr 2012 00:11:59 +0000 (UTC)	[thread overview]
Message-ID: <20120429001159.784512004B@flycatcher.gentoo.org> (raw)

flameeyes    12/04/29 00:11:59

  Modified:             ChangeLog
  Added:                faraday-0.8.0.ebuild
  Log:
  Version bump; addd sinatra to the test dependencies, remove dropped dependencies, add a dependency over system_timer (for Ruby 1.8/EE only). JRuby has been dropped until it supports sinatra.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ruby/faraday/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/faraday/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	8 Apr 2012 06:12:54 -0000	1.12
+++ ChangeLog	29 Apr 2012 00:11:59 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/faraday
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/ChangeLog,v 1.12 2012/04/08 06:12:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/ChangeLog,v 1.13 2012/04/29 00:11:59 flameeyes Exp $
+
+*faraday-0.8.0 (29 Apr 2012)
+
+  29 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org> +faraday-0.8.0.ebuild:
+  Version bump; addd sinatra to the test dependencies, remove dropped
+  dependencies, add a dependency over system_timer (for Ruby 1.8/EE only). JRuby
+  has been dropped until it supports sinatra.
 
 *faraday-0.7.6 (08 Apr 2012)
 



1.1                  dev-ruby/faraday/faraday-0.8.0.ebuild

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

Index: faraday-0.8.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/faraday-0.8.0.ebuild,v 1.1 2012/04/29 00:11:59 flameeyes Exp $

EAPI=4

USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem eutils

DESCRIPTION="HTTP/REST API client library with pluggable components"
HOMEPAGE="http://github.com/technoweenie/faraday"

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

ruby_add_rdepend ">=dev-ruby/multipart-post-1.1.3"
USE_RUBY="ruby18 ree18" ruby_add_rdepend "dev-ruby/system_timer"
ruby_add_bdepend "test? (
		>=dev-ruby/test-unit-2.4
		>=dev-ruby/webmock-1.7
		dev-ruby/sinatra
	)"

all_ruby_prepare() {
	# Remove bundler support.
	rm Gemfile || die
	sed -i -e '/[Bb]undler/d' test/helper.rb config.ru || die
}

each_ruby_prepare() {
	case "${RUBY}" in
		*/ruby18|*/ree18)
			# add a dependency on system_timer for Ruby 1.8 as upstream suggests for
			# proper timeouts
			sed -i -e '/^end/i s.add_dependency "system_timer"' ${RUBY_FAKEGEM_GEMSPEC} || die
			;;
	esac
}






             reply	other threads:[~2012-04-29  0:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-29  0:11 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-17 10:48 [gentoo-commits] gentoo-x86 commit in dev-ruby/faraday: faraday-0.8.0.ebuild ChangeLog Thomas Kahle (tomka)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120429001159.784512004B@flycatcher.gentoo.org \
    --to=flameeyes@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox