diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-12-09 15:44:08 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-12-09 15:44:08 +0000 |
commit | d96c40469ae36e35a4a1e8107fbb258e2c357474 (patch) | |
tree | 0ee1be8fdc7117d76945c3e9384e6bcf6e0f78c3 /dev-ruby/httpclient | |
parent | Version bump. (diff) | |
download | gentoo-2-d96c40469ae36e35a4a1e8107fbb258e2c357474.tar.gz gentoo-2-d96c40469ae36e35a4a1e8107fbb258e2c357474.tar.bz2 gentoo-2-d96c40469ae36e35a4a1e8107fbb258e2c357474.zip |
Version bump. Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r-- | dev-ruby/httpclient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.5.2.ebuild | 59 | ||||
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.5.3.3.ebuild (renamed from dev-ruby/httpclient/httpclient-2.5.1.ebuild) | 2 |
3 files changed, 8 insertions, 61 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog index 79ea56f4ba5f..ec9a4b58d519 100644 --- a/dev-ruby/httpclient/ChangeLog +++ b/dev-ruby/httpclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/httpclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.57 2014/11/13 22:16:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.58 2014/12/09 15:44:08 mrueg Exp $ + +*httpclient-2.5.3.3 (09 Dec 2014) + + 09 Dec 2014; Manuel Rüger <mrueg@gentoo.org> +httpclient-2.5.3.3.ebuild, + -httpclient-2.5.1.ebuild, -httpclient-2.5.2.ebuild: + Version bump. Remove old. *httpclient-2.5.3.2 (13 Nov 2014) diff --git a/dev-ruby/httpclient/httpclient-2.5.2.ebuild b/dev-ruby/httpclient/httpclient-2.5.2.ebuild deleted file mode 100644 index 600f1bf68787..000000000000 --- a/dev-ruby/httpclient/httpclient-2.5.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.5.2.ebuild,v 1.1 2014/11/02 18:51:28 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_TEST="-Ilib test" -RUBY_FAKEGEM_TASK_DOC="doc" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -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/archive/v${PV}.tar.gz -> ${P}.tgz" - -LICENSE="Ruby" -SLOT="0" - -KEYWORDS="~amd64 ~arm ~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" - -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 - - # Fix documentation task - sed -i -e 's/README.txt/README.md/' Rakefile || die - - # Remove mandatory CI reports since we don't need this for testing. - sed -i -e '/reporter/s:^:#:' Rakefile || die - - # Remove mandatory simplecov dependency - sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.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 - - # Skip tests using rack-ntlm which is not packaged. Weirdly these - # only fail on jruby. - rm test/test_auth.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib -S testrb test/test_*.rb || die -} diff --git a/dev-ruby/httpclient/httpclient-2.5.1.ebuild b/dev-ruby/httpclient/httpclient-2.5.3.3.ebuild index 2a868c42cdf4..da7a36606cba 100644 --- a/dev-ruby/httpclient/httpclient-2.5.1.ebuild +++ b/dev-ruby/httpclient/httpclient-2.5.3.3.ebuild @@ -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/httpclient/httpclient-2.5.1.ebuild,v 1.2 2014/11/02 18:51:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.5.3.3.ebuild,v 1.1 2014/12/09 15:44:08 mrueg Exp $ EAPI=5 |