summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-06-28 07:20:34 +0200
committerHans de Graaff <graaff@gentoo.org>2018-06-28 07:20:34 +0200
commitdad3f149e1fa81581581497fdadc4aeb2c1fadda (patch)
tree2287925a57d50f124e2f4ab389b7122f21f4e05a
parentdev-ruby/rex-powershell: add 0.1.78 (diff)
downloadgentoo-dad3f149e1fa81581581497fdadc4aeb2c1fadda.tar.gz
gentoo-dad3f149e1fa81581581497fdadc4aeb2c1fadda.tar.bz2
gentoo-dad3f149e1fa81581581497fdadc4aeb2c1fadda.zip
dev-ruby/http-cookie: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-ruby/http-cookie/Manifest1
-rw-r--r--dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/http-cookie/Manifest b/dev-ruby/http-cookie/Manifest
index 1fb088d2389f..c387366caeae 100644
--- a/dev-ruby/http-cookie/Manifest
+++ b/dev-ruby/http-cookie/Manifest
@@ -1,2 +1 @@
-DIST http-cookie-1.0.2.gem 37888 BLAKE2B 9fb33cc4f7b97f520e1703488381ad17424f6242fbf83efcfae0cef34f6937526c8a664911406a7f9fb1f15ba07a8d9deebde1a812fd5dce01e81f40d9384242 SHA512 447b7fcfd67f64edbd8420672add7ff04f28358ecd8ef59c3bf861b48378729d02bc1e4396259104651794e011ef0de72c892f28fd658474a1fc315b9b750178
DIST http-cookie-1.0.3.gem 38400 BLAKE2B 6b7292b2a5d7c37b6769cdd38f01d8cf78aa9557b4a204d736dffeae5d31768c57ac58f00577df78252f9a8bdb12a7faecf5e1be64c8ee29aaf67cc9307d0a35 SHA512 43ac1218e98dd47ee22e33e72e20bc5b55f65e60aadd417641f8a4221eba88995d418c7738a4c35dfba132e05c0c4b0df2b2bedd56c22e82c062d1f03de0052f
diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
deleted file mode 100644
index 0b93a9817336..000000000000
--- a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 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="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library to handle HTTP cookies"
-HOMEPAGE="https://github.com/sparklemotion/http-cookie"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"
-
-all_ruby_prepare() {
- sed -i -e "/simplecov/d" -e "/bundler/d" Rakefile || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_http_cookie.rb || die
- ${RUBY} -Ilib test/test_http_cookie_jar.rb || die
-}