summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-04-05 06:07:08 +0000
committerHans de Graaff <graaff@gentoo.org>2015-04-05 06:07:08 +0000
commit1de7162df5155609643d15f363201282b8f0cdbc (patch)
treedea875d6c45dbb4bf1401f6f87cf5103397663f7 /dev-ruby/httpclient
parentBump stream to 0.4.7.2 (diff)
downloadgentoo-2-1de7162df5155609643d15f363201282b8f0cdbc.tar.gz
gentoo-2-1de7162df5155609643d15f363201282b8f0cdbc.tar.bz2
gentoo-2-1de7162df5155609643d15f363201282b8f0cdbc.zip
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r--dev-ruby/httpclient/ChangeLog5
-rw-r--r--dev-ruby/httpclient/httpclient-2.2.5.ebuild53
2 files changed, 4 insertions, 54 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog
index 1adf08e16fd9..a55c3a1fb893 100644
--- a/dev-ruby/httpclient/ChangeLog
+++ b/dev-ruby/httpclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.65 2015/02/23 10:52:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.66 2015/04/05 06:07:08 graaff Exp $
+
+ 05 Apr 2015; Hans de Graaff <graaff@gentoo.org> -httpclient-2.2.5.ebuild:
+ Cleanup.
23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> httpclient-2.5.3.2.ebuild:
Stable for ppc64, wrt bug #540726
diff --git a/dev-ruby/httpclient/httpclient-2.2.5.ebuild b/dev-ruby/httpclient/httpclient-2.2.5.ebuild
deleted file mode 100644
index 63de0f6641b6..000000000000
--- a/dev-ruby/httpclient/httpclient-2.2.5.ebuild
+++ /dev/null
@@ -1,53 +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.2.5.ebuild,v 1.8 2014/11/02 18:51:28 mrueg Exp $
-
-EAPI=4
-
-USE_RUBY="ruby19"
-
-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 ~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
-
- # 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
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib -S testrb test/test_*.rb || die
-}