public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild
@ 2011-10-17  6:35 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2011-10-17  6:35 UTC (permalink / raw
  To: gentoo-commits

graaff      11/10/17 06:35:21

  Modified:             ChangeLog
  Added:                httpclient-2.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	7 Aug 2011 17:57:09 -0000	1.27
+++ ChangeLog	17 Oct 2011 06:35:21 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.27 2011/08/07 17:57:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.28 2011/10/17 06:35:21 graaff Exp $
+
+*httpclient-2.2.2 (17 Oct 2011)
+
+  17 Oct 2011; Hans de Graaff <graaff@gentoo.org> +httpclient-2.2.2.ebuild:
+  Version bump.
 
   07 Aug 2011; Raúl Porcel <armin76@gentoo.org> httpclient-2.1.5.2-r1.ebuild,
   httpclient-2.1.6.1.ebuild, httpclient-2.2.1.ebuild:



1.1                  dev-ruby/httpclient/httpclient-2.2.2.ebuild

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

Index: httpclient-2.2.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.1 2011/10/17 06:35:21 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ree18 ruby19 jruby"

RUBY_FAKEGEM_TASK_TEST="-Ilib test"
RUBY_FAKEGEM_TASK_DOC="doc"

RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRADOC="README.txt"

inherit ruby-fakegem

DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
HOMEPAGE="https://github.com/nahi/httpclient"
SRC_URI="https://github.com/nahi/httpclient/tarball/v${PV} -> ${P}.tgz"
RUBY_S="nahi-httpclient-*"

LICENSE="Ruby"
SLOT="0"

KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND="${RDEPEND}
	!dev-ruby/http-access2"

ruby_add_rdepend "virtual/ruby-ssl"

ruby_add_bdepend "doc? ( dev-ruby/rdoc )"

all_ruby_prepare () {
	rm Gemfile || die
	sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
}

each_ruby_prepare() {
	# Don't run two tests that are known to fail with jruby. This is a
	# bug in jruby that won't be fixed until jruby 1.7.
	# https://github.com/nahi/httpclient/issues/61
	case ${RUBY} in
		*jruby)
			sed -i -e '/test_get_gzipped_content/,/end/s:^:#:' \
				-e '/test_socket_local/,/^  end/s:^:#:' \
				test/test_httpclient.rb
			;;
		*)
			;;
	esac
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild
@ 2011-12-08  6:36 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-08  6:36 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/08 06:36:41

  Modified:             ChangeLog httpclient-2.2.2.ebuild
  Log:
  Drop ruby19 to create stable candidate.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	8 Dec 2011 06:35:35 -0000	1.30
+++ ChangeLog	8 Dec 2011 06:36:41 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.30 2011/12/08 06:35:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.31 2011/12/08 06:36:41 graaff Exp $
+
+  08 Dec 2011; Hans de Graaff <graaff@gentoo.org> httpclient-2.2.2.ebuild:
+  Drop ruby19 to create stable candidate.
 
   08 Dec 2011; Hans de Graaff <graaff@gentoo.org> -httpclient-2.1.6.1.ebuild,
   -httpclient-2.2.1.ebuild:



1.2                  dev-ruby/httpclient/httpclient-2.2.2.ebuild

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

Index: httpclient-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httpclient-2.2.2.ebuild	17 Oct 2011 06:35:21 -0000	1.1
+++ httpclient-2.2.2.ebuild	8 Dec 2011 06:36:41 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.1 2011/10/17 06:35:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.2 2011/12/08 06:36:41 graaff Exp $
 
 EAPI=4
 
-USE_RUBY="ruby18 ree18 ruby19 jruby"
+USE_RUBY="ruby18 ree18 jruby"
 
 RUBY_FAKEGEM_TASK_TEST="-Ilib test"
 RUBY_FAKEGEM_TASK_DOC="doc"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild
@ 2012-04-28 17:34 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2012-04-28 17:34 UTC (permalink / raw
  To: gentoo-commits

graaff      12/04/28 17:34:07

  Modified:             ChangeLog httpclient-2.2.2.ebuild
  Log:
  Comment out harmless test failures, bug 411191.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	15 Dec 2011 10:00:18 -0000	1.33
+++ ChangeLog	28 Apr 2012 17:34:07 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httpclient
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.33 2011/12/15 10:00:18 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.34 2012/04/28 17:34:07 graaff Exp $
+
+  28 Apr 2012; Hans de Graaff <graaff@gentoo.org> httpclient-2.2.2.ebuild:
+  Comment out harmless test failures, bug 411191.
 
   15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> httpclient-2.2.2.ebuild:
   Stable for AMD64, wrt bug #393583



1.5                  dev-ruby/httpclient/httpclient-2.2.2.ebuild

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

Index: httpclient-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- httpclient-2.2.2.ebuild	15 Dec 2011 10:00:18 -0000	1.4
+++ httpclient-2.2.2.ebuild	28 Apr 2012 17:34:07 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.4 2011/12/15 10:00:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.5 2012/04/28 17:34:07 graaff Exp $
 
 EAPI=4
 
@@ -51,6 +51,9 @@
 		*)
 			;;
 	esac
+
+	# Comment out harmless test failures with ruby 1.8, bug 411191
+	sed -i -e '228,268 s:^:#:' test/test_http-access2.rb || die
 }
 
 each_ruby_test() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild
@ 2012-04-28 17:41 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2012-04-28 17:41 UTC (permalink / raw
  To: gentoo-commits

graaff      12/04/28 17:41:51

  Modified:             ChangeLog httpclient-2.2.2.ebuild
  Log:
  Comment out test relying on specific DNS results, bug 395155.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	28 Apr 2012 17:34:07 -0000	1.34
+++ ChangeLog	28 Apr 2012 17:41:51 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.34 2012/04/28 17:34:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.35 2012/04/28 17:41:51 graaff Exp $
+
+  28 Apr 2012; Hans de Graaff <graaff@gentoo.org> httpclient-2.2.2.ebuild:
+  Comment out test relying on specific DNS results, bug 395155.
 
   28 Apr 2012; Hans de Graaff <graaff@gentoo.org> httpclient-2.2.2.ebuild:
   Comment out harmless test failures, bug 411191.



1.6                  dev-ruby/httpclient/httpclient-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?r1=1.5&r2=1.6

Index: httpclient-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- httpclient-2.2.2.ebuild	28 Apr 2012 17:34:07 -0000	1.5
+++ httpclient-2.2.2.ebuild	28 Apr 2012 17:41:51 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.5 2012/04/28 17:34:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.6 2012/04/28 17:41:51 graaff Exp $
 
 EAPI=4
 
@@ -36,6 +36,13 @@
 all_ruby_prepare () {
 	rm Gemfile || die
 	sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
+
+	# Comment out harmless test failures with ruby 1.8, bug 411191
+	sed -i -e '228,268 s:^:#:' test/test_http-access2.rb || die
+
+	# Comment out test requiring network access that makes assumptions
+	# about the environment, bug 395155
+	sed -i -e '/test_async_error/,/^  end/ s:^:#:' test/test_httpclient.rb || die
 }
 
 each_ruby_prepare() {
@@ -51,9 +58,6 @@
 		*)
 			;;
 	esac
-
-	# Comment out harmless test failures with ruby 1.8, bug 411191
-	sed -i -e '228,268 s:^:#:' test/test_http-access2.rb || die
 }
 
 each_ruby_test() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild
@ 2012-05-06 20:36 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-05-06 20:36 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/06 20:36:53

  Modified:             ChangeLog httpclient-2.2.2.ebuild
  Log:
  Marking httpclient-2.2.2 ppc for bug 393583
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.38                 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	1 May 2012 18:24:15 -0000	1.37
+++ ChangeLog	6 May 2012 20:36:53 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.37 2012/05/01 18:24:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.38 2012/05/06 20:36:53 ranger Exp $
+
+  06 May 2012; Brent Baude <ranger@gentoo.org> httpclient-2.2.2.ebuild:
+  Marking httpclient-2.2.2 ppc for bug 393583
 
   01 May 2012; Raúl Porcel <armin76@gentoo.org> httpclient-2.1.5.2-r1.ebuild,
   httpclient-2.2.2.ebuild, httpclient-2.2.4.ebuild:



1.8                  dev-ruby/httpclient/httpclient-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?r1=1.7&r2=1.8

Index: httpclient-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- httpclient-2.2.2.ebuild	1 May 2012 18:24:15 -0000	1.7
+++ httpclient-2.2.2.ebuild	6 May 2012 20:36:53 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.7 2012/05/01 18:24:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.8 2012/05/06 20:36:53 ranger Exp $
 
 EAPI=4
 
@@ -23,7 +23,7 @@
 LICENSE="Ruby"
 SLOT="0"
 
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild
@ 2012-05-20  9:09 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Loeser (halcy0n) @ 2012-05-20  9:09 UTC (permalink / raw
  To: gentoo-commits

halcy0n     12/05/20 09:09:49

  Modified:             ChangeLog httpclient-2.2.2.ebuild
  Log:
  Stable for ppc64; bug #393583
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.40                 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	13 May 2012 05:54:21 -0000	1.39
+++ ChangeLog	20 May 2012 09:09:49 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.39 2012/05/13 05:54:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.40 2012/05/20 09:09:49 halcy0n Exp $
+
+  20 May 2012; Mark Loeser <halcy0n@gentoo.org> httpclient-2.2.2.ebuild:
+  Stable for ppc64; bug #393583
 
 *httpclient-2.2.5 (13 May 2012)
 



1.9                  dev-ruby/httpclient/httpclient-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild?r1=1.8&r2=1.9

Index: httpclient-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- httpclient-2.2.2.ebuild	6 May 2012 20:36:53 -0000	1.8
+++ httpclient-2.2.2.ebuild	20 May 2012 09:09:49 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.8 2012/05/06 20:36:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.9 2012/05/20 09:09:49 halcy0n Exp $
 
 EAPI=4
 
@@ -23,7 +23,7 @@
 LICENSE="Ruby"
 SLOT="0"
 
-KEYWORDS="amd64 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild
@ 2012-05-21 10:17 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-05-21 10:17 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/05/21 10:17:12

  Modified:             ChangeLog httpclient-2.2.2.ebuild
  Log:
  x86 stable wrt bug #393583
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.41                 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	20 May 2012 09:09:49 -0000	1.40
+++ ChangeLog	21 May 2012 10:17:12 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.40 2012/05/20 09:09:49 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.41 2012/05/21 10:17:12 phajdan.jr Exp $
+
+  21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> httpclient-2.2.2.ebuild:
+  x86 stable wrt bug #393583
 
   20 May 2012; Mark Loeser <halcy0n@gentoo.org> httpclient-2.2.2.ebuild:
   Stable for ppc64; bug #393583



1.10                 dev-ruby/httpclient/httpclient-2.2.2.ebuild

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

Index: httpclient-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- httpclient-2.2.2.ebuild	20 May 2012 09:09:49 -0000	1.9
+++ httpclient-2.2.2.ebuild	21 May 2012 10:17:12 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.9 2012/05/20 09:09:49 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.2.2.ebuild,v 1.10 2012/05/21 10:17:12 phajdan.jr Exp $
 
 EAPI=4
 
@@ -23,7 +23,7 @@
 LICENSE="Ruby"
 SLOT="0"
 
-KEYWORDS="amd64 ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND}






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

end of thread, other threads:[~2012-05-21 10:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08  6:36 [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.2.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 10:17 PaweA Hajdan (phajdan.jr)
2012-05-20  9:09 Mark Loeser (halcy0n)
2012-05-06 20:36 Brent Baude (ranger)
2012-04-28 17:41 Hans de Graaff (graaff)
2012-04-28 17:34 Hans de Graaff (graaff)
2011-10-17  6:35 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