diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-02 10:32:45 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-02 10:32:45 +0000 |
commit | d12c63b74ac8afe1bfef9f9effb73b67970058c2 (patch) | |
tree | 595a69190e13ccb850be989d11bd3498b67dfb31 /dev-ruby | |
parent | Add back ~alpha after fixing dev-ruby/hoe keywords. (diff) | |
download | gentoo-2-d12c63b74ac8afe1bfef9f9effb73b67970058c2.tar.gz gentoo-2-d12c63b74ac8afe1bfef9f9effb73b67970058c2.tar.bz2 gentoo-2-d12c63b74ac8afe1bfef9f9effb73b67970058c2.zip |
Version bump.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/httpclient/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.1.6.ebuild | 37 |
2 files changed, 44 insertions, 2 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog index 15f79f241f6f..830011d27edf 100644 --- a/dev-ruby/httpclient/ChangeLog +++ b/dev-ruby/httpclient/ChangeLog @@ -1,6 +1,11 @@ # 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.22 2010/12/27 20:45:22 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.23 2011/01/02 10:32:45 graaff Exp $ + +*httpclient-2.1.6 (02 Jan 2011) + + 02 Jan 2011; Hans de Graaff <graaff@gentoo.org> +httpclient-2.1.6.ebuild: + Version bump. 27 Dec 2010; Fabian Groffen <grobian@gentoo.org> httpclient-2.1.5.2-r2.ebuild: diff --git a/dev-ruby/httpclient/httpclient-2.1.6.ebuild b/dev-ruby/httpclient/httpclient-2.1.6.ebuild new file mode 100644 index 000000000000..a0a03002d986 --- /dev/null +++ b/dev-ruby/httpclient/httpclient-2.1.6.ebuild @@ -0,0 +1,37 @@ +# 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.1.6.ebuild,v 1.1 2011/01/02 10:32:45 graaff Exp $ + +EAPI=2 + +USE_RUBY="ruby18 ree18 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="${RDEPEND} + !dev-ruby/http-access2" + +# tests are known to fail, but at least they fail for all +# implementations in the same way. Bug 335451. +RESTRICT="test" +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" + +# JRuby-specific dependency +USE_RUBY="jruby" ruby_add_rdepend dev-ruby/jruby-openssl |