summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-05-30 05:07:05 +0000
committerHans de Graaff <graaff@gentoo.org>2015-05-30 05:07:05 +0000
commit53b9b86577d203258827cbed6dd71fac2ad1f1ad (patch)
treee5f1cc45742eeafa5812d2fd771a817565b33d28 /dev-ruby/http
parentVersion bump. Drop ruby22 and ppc, ppc64, x86 keywords due to new dependencie... (diff)
downloadgentoo-2-53b9b86577d203258827cbed6dd71fac2ad1f1ad.tar.gz
gentoo-2-53b9b86577d203258827cbed6dd71fac2ad1f1ad.tar.bz2
gentoo-2-53b9b86577d203258827cbed6dd71fac2ad1f1ad.zip
Cleanup.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/http')
-rw-r--r--dev-ruby/http/ChangeLog5
-rw-r--r--dev-ruby/http/http-0.5.0.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ruby/http/ChangeLog b/dev-ruby/http/ChangeLog
index f5372d87f582..37327b9c3020 100644
--- a/dev-ruby/http/ChangeLog
+++ b/dev-ruby/http/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/http
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/ChangeLog,v 1.17 2015/05/30 05:06:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/ChangeLog,v 1.18 2015/05/30 05:07:05 graaff Exp $
+
+ 30 May 2015; Hans de Graaff <graaff@gentoo.org> -http-0.5.0.ebuild:
+ Cleanup.
*http-0.8.12 (30 May 2015)
diff --git a/dev-ruby/http/http-0.5.0.ebuild b/dev-ruby/http/http-0.5.0.ebuild
deleted file mode 100644
index 9497a4fb91f6..000000000000
--- a/dev-ruby/http/http-0.5.0.ebuild
+++ /dev/null
@@ -1,25 +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/http/http-0.5.0.ebuild,v 1.4 2014/08/15 14:32:02 blueness Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An easy-to-use client library for making requests from Ruby"
-HOMEPAGE="https://github.com/tarcieri/http"
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64 ~ppc ~ppc64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/coverall/I s:^:#:' spec/spec_helper.rb || die
-}