summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-12-08 06:35:35 +0000
committerHans de Graaff <graaff@gentoo.org>2011-12-08 06:35:35 +0000
commit7fab8a6cea111fa7e216efc7f27b332b67fe6117 (patch)
treeafebc0e5b6e1461c9a7221cff05101b4c8e6d21b /dev-ruby/httpclient
parentVersion bump. (diff)
downloadgentoo-2-7fab8a6cea111fa7e216efc7f27b332b67fe6117.tar.gz
gentoo-2-7fab8a6cea111fa7e216efc7f27b332b67fe6117.tar.bz2
gentoo-2-7fab8a6cea111fa7e216efc7f27b332b67fe6117.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r--dev-ruby/httpclient/ChangeLog6
-rw-r--r--dev-ruby/httpclient/httpclient-2.1.6.1.ebuild37
-rw-r--r--dev-ruby/httpclient/httpclient-2.2.1.ebuild42
3 files changed, 5 insertions, 80 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog
index 19cab206eeec..b10192ecf362 100644
--- a/dev-ruby/httpclient/ChangeLog
+++ b/dev-ruby/httpclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.29 2011/12/08 06:34:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.30 2011/12/08 06:35:35 graaff Exp $
+
+ 08 Dec 2011; Hans de Graaff <graaff@gentoo.org> -httpclient-2.1.6.1.ebuild,
+ -httpclient-2.2.1.ebuild:
+ Remove old versions.
*httpclient-2.2.4 (08 Dec 2011)
diff --git a/dev-ruby/httpclient/httpclient-2.1.6.1.ebuild b/dev-ruby/httpclient/httpclient-2.1.6.1.ebuild
deleted file mode 100644
index 5ca0e8eeec0b..000000000000
--- a/dev-ruby/httpclient/httpclient-2.1.6.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.1.ebuild,v 1.2 2011/08/07 17:57:09 armin76 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 ~sparc ~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
diff --git a/dev-ruby/httpclient/httpclient-2.2.1.ebuild b/dev-ruby/httpclient/httpclient-2.2.1.ebuild
deleted file mode 100644
index 22ebe26a4d8d..000000000000
--- a/dev-ruby/httpclient/httpclient-2.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.2.1.ebuild,v 1.2 2011/08/07 17:57:09 armin76 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="https://github.com/nahi/httpclient"
-SRC_URI="https://github.com/nahi/httpclient/tarball/RELEASE_2_2_0_1 -> ${P}.tgz"
-S="${WORKDIR}/nahi-httpclient-*"
-
-LICENSE="Ruby"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~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_bdepend "test? ( virtual/ruby-test-unit )"
-
-# JRuby-specific dependency
-USE_RUBY="jruby" ruby_add_rdepend dev-ruby/jruby-openssl
-
-all_ruby_prepare() {
- # Remove test file with failing tests so that we can at least run
- # the other tests. Reported upstream:
- # https://github.com/nahi/httpclient/issues/39
- rm test/test_httpclient.rb || die
-}