summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-15 10:21:21 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-15 10:21:21 +0000
commit2d9b82d95a98a2d6971ee4a8fdcd4b4a06b5dd97 (patch)
treebb352415113ddfcd82f15c9a5f75f358cdec0986 /dev-ruby/rest-client
parentStable for x86, wrt bug #434882 (diff)
downloadhistorical-2d9b82d95a98a2d6971ee4a8fdcd4b4a06b5dd97.tar.gz
historical-2d9b82d95a98a2d6971ee4a8fdcd4b4a06b5dd97.tar.bz2
historical-2d9b82d95a98a2d6971ee4a8fdcd4b4a06b5dd97.zip
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/rest-client')
-rw-r--r--dev-ruby/rest-client/ChangeLog6
-rw-r--r--dev-ruby/rest-client/rest-client-1.5.1.ebuild21
-rw-r--r--dev-ruby/rest-client/rest-client-1.6.1.ebuild25
-rw-r--r--dev-ruby/rest-client/rest-client-1.6.3.ebuild33
4 files changed, 5 insertions, 80 deletions
diff --git a/dev-ruby/rest-client/ChangeLog b/dev-ruby/rest-client/ChangeLog
index 90b5933be14e..5b780725e967 100644
--- a/dev-ruby/rest-client/ChangeLog
+++ b/dev-ruby/rest-client/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rest-client
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.14 2012/08/14 18:47:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.15 2012/09/15 10:21:21 graaff Exp $
+
+ 15 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rest-client-1.5.1.ebuild,
+ -rest-client-1.6.1.ebuild, -rest-client-1.6.3.ebuild:
+ Cleanup.
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
diff --git a/dev-ruby/rest-client/rest-client-1.5.1.ebuild b/dev-ruby/rest-client/rest-client-1.5.1.ebuild
deleted file mode 100644
index bf4f57f78bd2..000000000000
--- a/dev-ruby/rest-client/rest-client-1.5.1.ebuild
+++ /dev/null
@@ -1,21 +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/rest-client/rest-client-1.5.1.ebuild,v 1.5 2011/06/17 18:22:56 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
-HOMEPAGE="http://github.com/archiloque/rest-client"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/mime-types-1.16"
diff --git a/dev-ruby/rest-client/rest-client-1.6.1.ebuild b/dev-ruby/rest-client/rest-client-1.6.1.ebuild
deleted file mode 100644
index ca87186653a0..000000000000
--- a/dev-ruby/rest-client/rest-client-1.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.6.1.ebuild,v 1.2 2010/10/09 07:59:44 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
-HOMEPAGE="http://github.com/archiloque/rest-client"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/jeweler )"
-ruby_add_bdepend "test? ( dev-ruby/jeweler dev-ruby/rspec:0 dev-ruby/webmock )"
-
-ruby_add_rdepend ">=dev-ruby/mime-types-1.16"
diff --git a/dev-ruby/rest-client/rest-client-1.6.3.ebuild b/dev-ruby/rest-client/rest-client-1.6.3.ebuild
deleted file mode 100644
index 94620ed3610e..000000000000
--- a/dev-ruby/rest-client/rest-client-1.6.3.ebuild
+++ /dev/null
@@ -1,33 +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/rest-client/rest-client-1.6.3.ebuild,v 1.1 2011/07/20 06:34:56 graaff Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
-HOMEPAGE="http://github.com/archiloque/rest-client"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/jeweler )"
-ruby_add_bdepend "test? ( dev-ruby/jeweler dev-ruby/rspec:0 dev-ruby/webmock )"
-
-ruby_add_rdepend ">=dev-ruby/mime-types-1.16"
-
-all_ruby_prepare() {
- # Remove spec that requires network access and is now invalid due to
- # changes in the live service. Also, the certificates needed for
- # this spec are not part of the gem.
- # https://github.com/archiloque/rest-client/issues/82
- rm spec/integration/request_spec.rb || die
-}