* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-01-04 4:03 Diego Petteno (flameeyes)
0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-04 4:03 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/01/04 04:03:53
Modified: ChangeLog
Added: httpclient-2.1.5.2-r1.ebuild
Log:
Bump to ruby-fakegem; jruby support requires jruby-openssl. Tests are known to fail right now.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 23 Aug 2009 07:47:49 -0000 1.9
+++ ChangeLog 4 Jan 2010 04:03:52 -0000 1.10
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/httpclient
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.9 2009/08/23 07:47:49 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.10 2010/01/04 04:03:52 flameeyes Exp $
+
+*httpclient-2.1.5.2-r1 (04 Jan 2010)
+
+ 04 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ +httpclient-2.1.5.2-r1.ebuild:
+ Bump to ruby-fakegem; jruby support requires jruby-openssl. Tests are
+ known to fail right now.
*httpclient-2.1.5.2 (23 Aug 2009)
1.1 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.1 2010/01/04 04:03:52 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST="-Ilib test"
RUBY_FAKEGEM_TASK_DOC="-Ilib 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="http://dev.ctor.org/http-access2/"
SRC_URI="http://dev.ctor.org/download/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="!dev-ruby/http-access2"
# tests are known to fail, but at least they fail for all
# implementations in the same way.
ruby_add_bdepend test virtual/ruby-test-unit
# JRuby-specific dependency
USE_RUBY="jruby" \
ruby_add_rdepend ruby_targets_jruby dev-ruby/jruby-openssl
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-05-22 15:19 Diego Petteno (flameeyes)
0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 15:19 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/05/22 15:19:57
Modified: ChangeLog httpclient-2.1.5.2-r1.ebuild
Log:
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.11 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 4 Jan 2010 04:03:52 -0000 1.10
+++ ChangeLog 22 May 2010 15:19:57 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.10 2010/01/04 04:03:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.11 2010/05/22 15:19:57 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ httpclient-2.1.5.2-r1.ebuild:
+ Various cleanups.
*httpclient-2.1.5.2-r1 (04 Jan 2010)
1.2 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?r1=1.1&r2=1.2
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httpclient-2.1.5.2-r1.ebuild 4 Jan 2010 04:03:52 -0000 1.1
+++ httpclient-2.1.5.2-r1.ebuild 22 May 2010 15:19:57 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.1 2010/01/04 04:03:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.2 2010/05/22 15:19:57 flameeyes Exp $
EAPI=2
@@ -29,7 +29,7 @@
# tests are known to fail, but at least they fail for all
# implementations in the same way.
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
# JRuby-specific dependency
USE_RUBY="jruby" \
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-06-14 12:29 Christoph Mende (angelos)
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-14 12:29 UTC (permalink / raw
To: gentoo-commits
angelos 10/06/14 12:29:56
Modified: ChangeLog httpclient-2.1.5.2-r1.ebuild
Log:
Stable on amd64 wrt bug #321099
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 22 May 2010 20:08:27 -0000 1.12
+++ ChangeLog 14 Jun 2010 12:29:55 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.12 2010/05/22 20:08:27 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.13 2010/06/14 12:29:55 angelos Exp $
+
+ 14 Jun 2010; Christoph Mende <angelos@gentoo.org>
+ httpclient-2.1.5.2-r1.ebuild:
+ Stable on amd64 wrt bug #321099
*httpclient-2.1.5.2-r2 (22 May 2010)
1.4 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?r1=1.3&r2=1.4
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httpclient-2.1.5.2-r1.ebuild 22 May 2010 20:08:27 -0000 1.3
+++ httpclient-2.1.5.2-r1.ebuild 14 Jun 2010 12:29:55 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.3 2010/05/22 20:08:27 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.4 2010/06/14 12:29:55 angelos Exp $
EAPI=2
@@ -22,7 +22,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-06-14 18:45 Hans de Graaff (graaff)
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-14 18:45 UTC (permalink / raw
To: gentoo-commits
graaff 10/06/14 18:45:01
Modified: ChangeLog httpclient-2.1.5.2-r1.ebuild
Log:
Restrict tests for the stable candidate since we know the tests fail.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 14 Jun 2010 12:29:55 -0000 1.13
+++ ChangeLog 14 Jun 2010 18:45:00 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.13 2010/06/14 12:29:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.14 2010/06/14 18:45:00 graaff Exp $
+
+ 14 Jun 2010; Hans de Graaff <graaff@gentoo.org>
+ httpclient-2.1.5.2-r1.ebuild:
+ Restrict tests for the stable candidate since we know the tests fail.
14 Jun 2010; Christoph Mende <angelos@gentoo.org>
httpclient-2.1.5.2-r1.ebuild:
1.5 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?r1=1.4&r2=1.5
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- httpclient-2.1.5.2-r1.ebuild 14 Jun 2010 12:29:55 -0000 1.4
+++ httpclient-2.1.5.2-r1.ebuild 14 Jun 2010 18:45:00 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.4 2010/06/14 12:29:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.5 2010/06/14 18:45:00 graaff Exp $
EAPI=2
@@ -28,6 +28,8 @@
RDEPEND="${RDEPEND}
!dev-ruby/http-access2"
+RESTRICT="test"
+
# tests are known to fail, but at least they fail for all
# implementations in the same way.
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-06-15 8:46 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-15 8:46 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/15 08:46:10
Modified: ChangeLog httpclient-2.1.5.2-r1.ebuild
Log:
x86 stable wrt bug #321099
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.15 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 14 Jun 2010 18:45:00 -0000 1.14
+++ ChangeLog 15 Jun 2010 08:46:10 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.14 2010/06/14 18:45:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.15 2010/06/15 08:46:10 phajdan.jr Exp $
+
+ 15 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ httpclient-2.1.5.2-r1.ebuild:
+ x86 stable wrt bug #321099
14 Jun 2010; Hans de Graaff <graaff@gentoo.org>
httpclient-2.1.5.2-r1.ebuild:
1.6 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?r1=1.5&r2=1.6
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- httpclient-2.1.5.2-r1.ebuild 14 Jun 2010 18:45:00 -0000 1.5
+++ httpclient-2.1.5.2-r1.ebuild 15 Jun 2010 08:46:10 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.5 2010/06/14 18:45:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.6 2010/06/15 08:46:10 phajdan.jr Exp $
EAPI=2
@@ -22,7 +22,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
RDEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-06-26 14:26 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-06-26 14:26 UTC (permalink / raw
To: gentoo-commits
armin76 10/06/26 14:26:27
Modified: ChangeLog httpclient-2.1.5.2-r1.ebuild
Log:
ia64 stable wrt #321099
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.16 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 15 Jun 2010 08:46:10 -0000 1.15
+++ ChangeLog 26 Jun 2010 14:26:27 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.15 2010/06/15 08:46:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.16 2010/06/26 14:26:27 armin76 Exp $
+
+ 26 Jun 2010; Raúl Porcel <armin76@gentoo.org>
+ httpclient-2.1.5.2-r1.ebuild:
+ ia64 stable wrt #321099
15 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
httpclient-2.1.5.2-r1.ebuild:
1.7 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?r1=1.6&r2=1.7
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- httpclient-2.1.5.2-r1.ebuild 15 Jun 2010 08:46:10 -0000 1.6
+++ httpclient-2.1.5.2-r1.ebuild 26 Jun 2010 14:26:27 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.6 2010/06/15 08:46:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.7 2010/06/26 14:26:27 armin76 Exp $
EAPI=2
@@ -22,7 +22,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
RDEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-07-18 12:49 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-07-18 12:49 UTC (permalink / raw
To: gentoo-commits
nixnut 10/07/18 12:49:59
Modified: ChangeLog httpclient-2.1.5.2-r1.ebuild
Log:
ppc stable #321099
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.17 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 26 Jun 2010 14:26:27 -0000 1.16
+++ ChangeLog 18 Jul 2010 12:49:58 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.16 2010/06/26 14:26:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.17 2010/07/18 12:49:58 nixnut Exp $
+
+ 18 Jul 2010; <nixnut@gentoo.org> httpclient-2.1.5.2-r1.ebuild:
+ ppc stable #321099
26 Jun 2010; Raúl Porcel <armin76@gentoo.org>
httpclient-2.1.5.2-r1.ebuild:
1.8 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?r1=1.7&r2=1.8
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- httpclient-2.1.5.2-r1.ebuild 26 Jun 2010 14:26:27 -0000 1.7
+++ httpclient-2.1.5.2-r1.ebuild 18 Jul 2010 12:49:58 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.7 2010/06/26 14:26:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.8 2010/07/18 12:49:58 nixnut Exp $
EAPI=2
@@ -22,7 +22,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
RDEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild
@ 2010-09-30 1:30 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-09-30 1:30 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/30 01:30:34
Modified: ChangeLog httpclient-2.1.5.2-r1.ebuild
Log:
Marking httpclient-2.1.5.2-r1 ppc64 for bug 321099
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.20 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 18 Sep 2010 13:37:55 -0000 1.19
+++ ChangeLog 30 Sep 2010 01:30:34 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.19 2010/09/18 13:37:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.20 2010/09/30 01:30:34 ranger Exp $
+
+ 30 Sep 2010; Brent Baude <ranger@gentoo.org> httpclient-2.1.5.2-r1.ebuild:
+ Marking httpclient-2.1.5.2-r1 ppc64 for bug 321099
18 Sep 2010; Hans de Graaff <graaff@gentoo.org>
httpclient-2.1.5.2-r2.ebuild:
1.9 dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild?r1=1.8&r2=1.9
Index: httpclient-2.1.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- httpclient-2.1.5.2-r1.ebuild 18 Jul 2010 12:49:58 -0000 1.8
+++ httpclient-2.1.5.2-r1.ebuild 30 Sep 2010 01:30:34 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.8 2010/07/18 12:49:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.9 2010/09/30 01:30:34 ranger Exp $
EAPI=2
@@ -22,7 +22,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 ia64 ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
RDEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-09-30 1:30 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-26 14:26 [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.1.5.2-r1.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2010-09-30 1:30 Brent Baude (ranger)
2010-07-18 12:49 Gysbert Wassenaar (nixnut)
2010-06-15 8:46 PaweA Hajdan (phajdan.jr)
2010-06-14 18:45 Hans de Graaff (graaff)
2010-06-14 12:29 Christoph Mende (angelos)
2010-05-22 15:19 Diego Petteno (flameeyes)
2010-01-04 4:03 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox