diff options
author | Sam James <sam@gentoo.org> | 2023-03-29 02:14:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-29 13:56:04 +0100 |
commit | 1145cbdb04929a7a40ec30fe7a9e4cb09cb561ad (patch) | |
tree | 1c70e1d356ed7490a7e54bfa6d203f0b9cb2939d /dev-ruby/http-cookie | |
parent | dev-ruby/public_suffix: drop 5.0.0 (diff) | |
download | gentoo-1145cbdb04929a7a40ec30fe7a9e4cb09cb561ad.tar.gz gentoo-1145cbdb04929a7a40ec30fe7a9e4cb09cb561ad.tar.bz2 gentoo-1145cbdb04929a7a40ec30fe7a9e4cb09cb561ad.zip |
dev-ruby/http-cookie: drop 1.0.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/http-cookie')
-rw-r--r-- | dev-ruby/http-cookie/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/http-cookie/http-cookie-1.0.4.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/http-cookie/Manifest b/dev-ruby/http-cookie/Manifest index 5320eba7327c..7c105791efcc 100644 --- a/dev-ruby/http-cookie/Manifest +++ b/dev-ruby/http-cookie/Manifest @@ -1,2 +1 @@ -DIST http-cookie-1.0.4.gem 39424 BLAKE2B 06ac0e667340ac17827a8eb4ed320efe77ad97509fcd444f7e77d887a77643a6b34e84486db78eba52245891d1719e750d9a446c40a4ab7804f2304b600029bd SHA512 788fdaa642e6b596e7a91c57a7942a832c09a84fed88b30fdd8e5a8ad66d72780afc1246e6c83c4dfd5af8018c278750866dd05d804aef793aa067b09519af8d DIST http-cookie-1.0.5.gem 39424 BLAKE2B 569a0d18c962be378f3974b400ddf2289c72490b2b93619fcd83ed6c00bbf5def76239c52163dc6231060792abf3a19988285a6cd28f158ff7339252da912e61 SHA512 d530d64b5c2fc3757a6de03384fe768317e24a523d4a4215f5bcc6b5bca9e7b94eeaad1e52fbb67548396b7b2ca7c9d8b68ea7b99109e24770fcf34c950469ef diff --git a/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild deleted file mode 100644 index 6168c125985e..000000000000 --- a/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" - -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="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 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 -} |