public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: ChangeLog patron-0.4.20.ebuild
@ 2015-03-16  6:53 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-16  6:53 UTC (permalink / raw
  To: gentoo-commits

graaff      15/03/16 06:53:46

  Modified:             ChangeLog
  Added:                patron-0.4.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.35                 dev-ruby/patron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	19 Feb 2015 07:19:01 -0000	1.34
+++ ChangeLog	16 Mar 2015 06:53:46 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/patron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.34 2015/02/19 07:19:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.35 2015/03/16 06:53:46 graaff Exp $
+
+*patron-0.4.20 (16 Mar 2015)
+
+  16 Mar 2015; Hans de Graaff <graaff@gentoo.org> +patron-0.4.20.ebuild:
+  Version bump.
 
   19 Feb 2015; Hans de Graaff <graaff@gentoo.org> patron-0.4.18-r2.ebuild:
   Add ruby22.



1.1                  dev-ruby/patron/patron-0.4.20.ebuild

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

Index: patron-0.4.20.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.20.ebuild,v 1.1 2015/03/16 06:53:46 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit multilib ruby-fakegem

DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
HOMEPAGE="http://toland.github.com/patron/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND+=" net-misc/curl"
RDEPEND+=" net-misc/curl"

all_ruby_prepare() {
	# Fix Rakefile
	sed -i -e 's:rake/rdoctask:rdoc/task:' \
		-e 's/README.txt/README.md/' \
		-e '/bundler/I s:^:#:' Rakefile || die

	# Avoid specs with failures. We were not running any specs before.
	rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb || die
}

each_ruby_configure() {
	${RUBY} -Cext/patron extconf.rb || die
}

each_ruby_compile() {
	emake -Cext/patron V=1
	cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file"
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: ChangeLog patron-0.4.20.ebuild
@ 2015-04-19  5:54 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-19  5:54 UTC (permalink / raw
  To: gentoo-commits

graaff      15/04/19 05:54:52

  Modified:             ChangeLog patron-0.4.20.ebuild
  Log:
  Avoid unneeded dependency on rake-compiler.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.36                 dev-ruby/patron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	16 Mar 2015 06:53:46 -0000	1.35
+++ ChangeLog	19 Apr 2015 05:54:52 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/patron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.35 2015/03/16 06:53:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.36 2015/04/19 05:54:52 graaff Exp $
+
+  19 Apr 2015; Hans de Graaff <graaff@gentoo.org> patron-0.4.20.ebuild:
+  Avoid unneeded dependency on rake-compiler.
 
 *patron-0.4.20 (16 Mar 2015)
 



1.2                  dev-ruby/patron/patron-0.4.20.ebuild

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

Index: patron-0.4.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- patron-0.4.20.ebuild	16 Mar 2015 06:53:46 -0000	1.1
+++ patron-0.4.20.ebuild	19 Apr 2015 05:54:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.20.ebuild,v 1.1 2015/03/16 06:53:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.20.ebuild,v 1.2 2015/04/19 05:54:52 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -25,7 +25,10 @@
 	# Fix Rakefile
 	sed -i -e 's:rake/rdoctask:rdoc/task:' \
 		-e 's/README.txt/README.md/' \
-		-e '/bundler/I s:^:#:' Rakefile || die
+		-e '/bundler/I s:^:#:' \
+		-e '/extensiontask/ s:^:#:' \
+		-e '/ExtensionTask/,/^end/ s:^:#:' \
+		Rakefile || die
 
 	# Avoid specs with failures. We were not running any specs before.
 	rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb || die





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-19  5:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16  6:53 [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: ChangeLog patron-0.4.20.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-19  5:54 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox