public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.18-r1.ebuild ChangeLog
@ 2013-10-30  3:39 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-30  3:39 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/10/30 03:39:40

  Modified:             ChangeLog
  Added:                patron-0.4.18-r1.ebuild
  Log:
  Add ruby20 target.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.26                 dev-ruby/patron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	1 Jan 2013 09:04:20 -0000	1.25
+++ ChangeLog	30 Oct 2013 03:39:40 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/patron
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.25 2013/01/01 09:04:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.26 2013/10/30 03:39:40 mrueg Exp $
+
+*patron-0.4.18-r1 (30 Oct 2013)
+
+  30 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +patron-0.4.18-r1.ebuild:
+  Add ruby20 target.
 
   01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> patron-0.4.18.ebuild:
   Stable for x86, wrt bug #448672



1.1                  dev-ruby/patron/patron-0.4.18-r1.ebuild

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

Index: patron-0.4.18-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v 1.1 2013/10/30 03:39:39 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"

RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="README.txt"

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 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

#ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"

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

# Tests require a live web service that is not included in the distribution.
RESTRICT="test"

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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.18-r1.ebuild ChangeLog
@ 2014-01-12 20:17 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-12 20:17 UTC (permalink / raw
  To: gentoo-commits

pacho       14/01/12 20:17:45

  Modified:             patron-0.4.18-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #496122
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-ruby/patron/patron-0.4.18-r1.ebuild

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

Index: patron-0.4.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- patron-0.4.18-r1.ebuild	30 Oct 2013 03:39:39 -0000	1.1
+++ patron-0.4.18-r1.ebuild	12 Jan 2014 20:17:45 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v 1.1 2013/10/30 03:39:39 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v 1.2 2014/01/12 20:17:45 pacho Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 ruby20"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 #ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"



1.27                 dev-ruby/patron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	30 Oct 2013 03:39:40 -0000	1.26
+++ ChangeLog	12 Jan 2014 20:17:45 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/patron
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.26 2013/10/30 03:39:40 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.27 2014/01/12 20:17:45 pacho Exp $
+
+  12 Jan 2014; Pacho Ramos <pacho@gentoo.org> patron-0.4.18-r1.ebuild:
+  amd64 stable, bug #496122
 
 *patron-0.4.18-r1 (30 Oct 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.18-r1.ebuild ChangeLog
@ 2014-01-14 14:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-14 14:00 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/14 14:00:33

  Modified:             patron-0.4.18-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #496122
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-ruby/patron/patron-0.4.18-r1.ebuild

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

Index: patron-0.4.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- patron-0.4.18-r1.ebuild	12 Jan 2014 20:17:45 -0000	1.2
+++ patron-0.4.18-r1.ebuild	14 Jan 2014 14:00:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v 1.2 2014/01/12 20:17:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v 1.3 2014/01/14 14:00:33 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 ruby20"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 #ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"



1.28                 dev-ruby/patron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	12 Jan 2014 20:17:45 -0000	1.27
+++ ChangeLog	14 Jan 2014 14:00:33 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/patron
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.27 2014/01/12 20:17:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.28 2014/01/14 14:00:33 ago Exp $
+
+  14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> patron-0.4.18-r1.ebuild:
+  Stable for x86, wrt bug #496122
 
   12 Jan 2014; Pacho Ramos <pacho@gentoo.org> patron-0.4.18-r1.ebuild:
   amd64 stable, bug #496122





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.18-r1.ebuild ChangeLog
@ 2014-05-15  1:00 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-05-15  1:00 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/05/15 01:00:56

  Modified:             patron-0.4.18-r1.ebuild ChangeLog
  Log:
  Remove ruby18.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/patron/patron-0.4.18-r1.ebuild

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

Index: patron-0.4.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- patron-0.4.18-r1.ebuild	14 Jan 2014 14:00:33 -0000	1.3
+++ patron-0.4.18-r1.ebuild	15 May 2014 01:00:56 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v 1.3 2014/01/14 14:00:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18-r1.ebuild,v 1.4 2014/05/15 01:00:56 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_TEST="spec"
 RUBY_FAKEGEM_EXTRADOC="README.txt"



1.30                 dev-ruby/patron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	14 Jan 2014 14:22:44 -0000	1.29
+++ ChangeLog	15 May 2014 01:00:56 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/patron
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.29 2014/01/14 14:22:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.30 2014/05/15 01:00:56 mrueg Exp $
+
+  15 May 2014; Manuel Rüger <mrueg@gentoo.org> patron-0.4.18-r1.ebuild:
+  Remove ruby18.
 
   14 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -patron-0.4.18.ebuild:
   Cleanup old.





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

end of thread, other threads:[~2014-05-15  1:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30  3:39 [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.18-r1.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-12 20:17 Pacho Ramos (pacho)
2014-01-14 14:00 Agostino Sarubbo (ago)
2014-05-15  1:00 Manuel Rueger (mrueg)

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