summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-07-30 07:42:21 +0200
committerHans de Graaff <graaff@gentoo.org>2017-07-30 07:57:34 +0200
commit0671a61242def6b84a985d8a1f461b01fb5d3fcb (patch)
tree3f7e2158e52b0c27346874863437ad005d32d647
parentdev-ruby/sawyer: move ~x86 keyword forward (diff)
downloadgentoo-0671a612.tar.gz
gentoo-0671a612.tar.bz2
gentoo-0671a612.zip
dev-ruby/sawyer: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-ruby/sawyer/Manifest2
-rw-r--r--dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild26
-rw-r--r--dev-ruby/sawyer/sawyer-0.7.0.ebuild26
-rw-r--r--dev-ruby/sawyer/sawyer-0.8.0.ebuild26
4 files changed, 0 insertions, 80 deletions
diff --git a/dev-ruby/sawyer/Manifest b/dev-ruby/sawyer/Manifest
index 017c145e4cc1..fd3ff7b4ae18 100644
--- a/dev-ruby/sawyer/Manifest
+++ b/dev-ruby/sawyer/Manifest
@@ -1,3 +1 @@
-DIST sawyer-0.7.0.gem 15872 SHA256 72e855027c812f2cad7f4fa4746cab07727dde91d75516d353c155002846c4b2 SHA512 8f63adfc9c544f88280a18e7bab25c193d6e0aab5973f07774b838c40ce7f7da6f148d6122ccd9e3824eb292389d994c84e2460460f7b6f9f340b27f331d59bd WHIRLPOOL 4e6822ed65c38051c765d6bafe416bb033fd35e2555baff2844be0cc317aea1dd0b50870e6a6c2c5ade8f6a5ab1fb6c16c2330b8e509f82a345d140bb68e4bd3
-DIST sawyer-0.8.0.gem 15872 SHA256 e62d31026094e9f926394e6a1c67edfc4ecc2dbf5946eaa4c62f5c1b895018f4 SHA512 3c814e8ba9136488eb33cb76642b559d4fa6bf960a20160d035b7fb1830690e1317449eb14371d285e808483efe18697129fa83be41a8cd89917bc6ec65b263b WHIRLPOOL 6a83bcef3d6b9ec5540a6c3c6e3cd6236de29d6aec13e18bc77d5a9b4538e6748a17ba57a7b86ec45451adb4fb2cb1f3a7977dfebdd745ee5c05bf56e180b43f
DIST sawyer-0.8.1.gem 15872 SHA256 6d37c1db3673607bb9de868d1d9c363be753cd68b5e1dc48df1faf938721616b SHA512 d057c34e1ee1bfc5939cfc002118fcc31579846814caa668e3633d5c04dd2437aa71b417626f669aca3a082481bf493682720260592072367af104c20fd34783 WHIRLPOOL 0a8c49cd6449ceac7ed686a303859f1547d8f056d7ef0ff557cd23ead414e1e51c24d1132657da3a54d7a9b0305c8201198c5ad2585c3797f5b5c416e4f3eefa
diff --git a/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild b/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild
deleted file mode 100644
index 253c08578eb7..000000000000
--- a/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Secret User Agent of HTTP"
-HOMEPAGE="https://github.com/lostisland/sawyer"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "<dev-ruby/faraday-0.10
- <dev-ruby/addressable-2.5"
-
-all_ruby_prepare() {
- # Avoid tests that require network acces
- sed -i -e '/test_blank_response_doesnt_raise/,/^ end/ s:^:#:' test/agent_test.rb || die
-}
diff --git a/dev-ruby/sawyer/sawyer-0.7.0.ebuild b/dev-ruby/sawyer/sawyer-0.7.0.ebuild
deleted file mode 100644
index 064a515412b9..000000000000
--- a/dev-ruby/sawyer/sawyer-0.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Secret User Agent of HTTP"
-HOMEPAGE="https://github.com/lostisland/sawyer"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "<dev-ruby/faraday-0.10
- <dev-ruby/addressable-2.5"
-
-all_ruby_prepare() {
- # Avoid tests that require network acces
- sed -i -e '/test_blank_response_doesnt_raise/,/^ end/ s:^:#:' test/agent_test.rb || die
-}
diff --git a/dev-ruby/sawyer/sawyer-0.8.0.ebuild b/dev-ruby/sawyer/sawyer-0.8.0.ebuild
deleted file mode 100644
index 661749b8dcc5..000000000000
--- a/dev-ruby/sawyer/sawyer-0.8.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Secret User Agent of HTTP"
-HOMEPAGE="https://github.com/lostisland/sawyer"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "<dev-ruby/faraday-0.10
- >=dev-ruby/addressable-2.3.5 <dev-ruby/addressable-2.6"
-
-all_ruby_prepare() {
- # Avoid tests that require network acces
- sed -i -e '/test_blank_response_doesnt_raise/,/^ end/ s:^:#:' test/agent_test.rb || die
-}