* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: httpclient-2.1.5.2-r2.ebuild ChangeLog
@ 2010-08-31 19:48 Alex Legler (a3li)
0 siblings, 0 replies; 3+ messages in thread
From: Alex Legler (a3li) @ 2010-08-31 19:48 UTC (permalink / raw
To: gentoo-commits
a3li 10/08/31 19:48:35
Modified: httpclient-2.1.5.2-r2.ebuild ChangeLog
Log:
Add REE 1.8 support.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.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-r2.ebuild?r1=1.1&r2=1.2
Index: httpclient-2.1.5.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httpclient-2.1.5.2-r2.ebuild 22 May 2010 20:08:27 -0000 1.1
+++ httpclient-2.1.5.2-r2.ebuild 31 Aug 2010 19:48:35 -0000 1.2
@@ -1,10 +1,10 @@
# 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-r2.ebuild,v 1.1 2010/05/22 20:08:27 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v 1.2 2010/08/31 19:48:35 a3li Exp $
EAPI=2
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST="-Ilib test"
RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
1.18 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 18 Jul 2010 12:49:58 -0000 1.17
+++ ChangeLog 31 Aug 2010 19:48:35 -0000 1.18
@@ -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.17 2010/07/18 12:49:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.18 2010/08/31 19:48:35 a3li Exp $
+
+ 31 Aug 2010; Alex Legler <a3li@gentoo.org> httpclient-2.1.5.2-r2.ebuild:
+ Add REE 1.8 support.
18 Jul 2010; <nixnut@gentoo.org> httpclient-2.1.5.2-r1.ebuild:
ppc stable #321099
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: httpclient-2.1.5.2-r2.ebuild ChangeLog
@ 2010-09-18 13:37 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-18 13:37 UTC (permalink / raw
To: gentoo-commits
graaff 10/09/18 13:37:55
Modified: httpclient-2.1.5.2-r2.ebuild ChangeLog
Log:
Restrict tests since they are known to fail.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild?r1=1.2&r2=1.3
Index: httpclient-2.1.5.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httpclient-2.1.5.2-r2.ebuild 31 Aug 2010 19:48:35 -0000 1.2
+++ httpclient-2.1.5.2-r2.ebuild 18 Sep 2010 13:37:55 -0000 1.3
@@ -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-r2.ebuild,v 1.2 2010/08/31 19:48:35 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v 1.3 2010/09/18 13:37:55 graaff Exp $
EAPI=2
@@ -29,7 +29,8 @@
!dev-ruby/http-access2"
# tests are known to fail, but at least they fail for all
-# implementations in the same way.
+# implementations in the same way. Bug 335451.
+RESTRICT="test"
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
# JRuby-specific dependency
1.19 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 31 Aug 2010 19:48:35 -0000 1.18
+++ ChangeLog 18 Sep 2010 13:37:55 -0000 1.19
@@ -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.18 2010/08/31 19:48:35 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.19 2010/09/18 13:37:55 graaff Exp $
+
+ 18 Sep 2010; Hans de Graaff <graaff@gentoo.org>
+ httpclient-2.1.5.2-r2.ebuild:
+ Restrict tests since they are known to fail.
31 Aug 2010; Alex Legler <a3li@gentoo.org> httpclient-2.1.5.2-r2.ebuild:
Add REE 1.8 support.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: httpclient-2.1.5.2-r2.ebuild ChangeLog
@ 2010-12-27 20:45 Fabian Groffen (grobian)
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-27 20:45 UTC (permalink / raw
To: gentoo-commits
grobian 10/12/27 20:45:22
Modified: httpclient-2.1.5.2-r2.ebuild ChangeLog
Log:
Added Prefix keywords
(Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Revision Changes Path
1.4 dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.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-r2.ebuild?r1=1.3&r2=1.4
Index: httpclient-2.1.5.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httpclient-2.1.5.2-r2.ebuild 18 Sep 2010 13:37:55 -0000 1.3
+++ httpclient-2.1.5.2-r2.ebuild 27 Dec 2010 20:45:22 -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-r2.ebuild,v 1.3 2010/09/18 13:37:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v 1.4 2010/12/27 20:45:22 grobian 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${RDEPEND}
1.22 dev-ruby/httpclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 22 Dec 2010 07:12:48 -0000 1.21
+++ ChangeLog 27 Dec 2010 20:45:22 -0000 1.22
@@ -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.21 2010/12/22 07:12:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.22 2010/12/27 20:45:22 grobian Exp $
+
+ 27 Dec 2010; Fabian Groffen <grobian@gentoo.org>
+ httpclient-2.1.5.2-r2.ebuild:
+ Added Prefix keywords
22 Dec 2010; Hans de Graaff <graaff@gentoo.org> -httpclient-2.1.2.ebuild:
Remove old version.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-27 20:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 19:48 [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: httpclient-2.1.5.2-r2.ebuild ChangeLog Alex Legler (a3li)
-- strict thread matches above, loose matches on Subject: below --
2010-09-18 13:37 Hans de Graaff (graaff)
2010-12-27 20:45 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox