summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-02-20 06:54:42 +0000
committerHans de Graaff <graaff@gentoo.org>2015-02-20 06:54:42 +0000
commit56151257d2731dd8dde67a336e34da73f5d7d148 (patch)
treee9bc510e364d482c24052984fcd7551a631803ab /dev-ruby/httpclient
parentinitial, taken from vdr-devel overlay (diff)
downloadgentoo-2-56151257d2731dd8dde67a336e34da73f5d7d148.tar.gz
gentoo-2-56151257d2731dd8dde67a336e34da73f5d7d148.tar.bz2
gentoo-2-56151257d2731dd8dde67a336e34da73f5d7d148.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/ChangeLog6
-rw-r--r--dev-ruby/httpclient/httpclient-2.3.4.1-r1.ebuild53
2 files changed, 5 insertions, 54 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog
index 70f0c054034c..9f5ccf4fd817 100644
--- a/dev-ruby/httpclient/ChangeLog
+++ b/dev-ruby/httpclient/ChangeLog
@@ -1,6 +1,10 @@
# 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.59 2015/02/01 15:30:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.60 2015/02/20 06:54:42 graaff Exp $
+
+ 20 Feb 2015; Hans de Graaff <graaff@gentoo.org>
+ -httpclient-2.3.4.1-r1.ebuild:
+ Cleanup.
01 Feb 2015; Hans de Graaff <graaff@gentoo.org> httpclient-2.5.3.3.ebuild:
Add ruby22.
diff --git a/dev-ruby/httpclient/httpclient-2.3.4.1-r1.ebuild b/dev-ruby/httpclient/httpclient-2.3.4.1-r1.ebuild
deleted file mode 100644
index fa650959c1d4..000000000000
--- a/dev-ruby/httpclient/httpclient-2.3.4.1-r1.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.3.4.1-r1.ebuild,v 1.4 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.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
-}