diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-04 16:08:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-04 16:08:55 +0100 |
commit | a4a6bfb13b5393e584d42ef735796caa2a87c831 (patch) | |
tree | 2c704fc127dfea99d1f7b5b99671ec17af05dddf /dev-ruby/http-cookie | |
parent | fea4a05eed382195ccf0fd9536eb165d60bd2c5f (diff) |
gentoo auto-resync : 04:07:2023 - 16:08:54
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.5.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/http-cookie/Manifest b/dev-ruby/http-cookie/Manifest index e8d80426c2eb..8a8dabf38dfe 100644 --- a/dev-ruby/http-cookie/Manifest +++ b/dev-ruby/http-cookie/Manifest @@ -1,4 +1,3 @@ DIST http-cookie-1.0.5.gem 39424 BLAKE2B 569a0d18c962be378f3974b400ddf2289c72490b2b93619fcd83ed6c00bbf5def76239c52163dc6231060792abf3a19988285a6cd28f158ff7339252da912e61 SHA512 d530d64b5c2fc3757a6de03384fe768317e24a523d4a4215f5bcc6b5bca9e7b94eeaad1e52fbb67548396b7b2ca7c9d8b68ea7b99109e24770fcf34c950469ef EBUILD http-cookie-1.0.5-r1.ebuild 773 BLAKE2B 253a554dc0d54439dc3655419c1757e02e0e9caabd54e0f83c93157233a5efbc75830f92575523d1dc96e172b32ed6278ebc2784054b303bf642a00132d68914 SHA512 597772dedcdbceb16a0e6036ec6cf0ad489c81b58a8f71978650f206154d27aa02ad10fcd65a27d7532bf171cf99f80fb4b67a318b85abb7aceafbd78989161e -EBUILD http-cookie-1.0.5.ebuild 772 BLAKE2B eec39d07e71a27e263e427472ee4f721af3a62d97bbe63aa5d6031c6e52e548b7f33ac2fbef978257db3a290e95b1d96590bdc21c746e77db070b5d32c4205d4 SHA512 f2bdfc6f52a9e37fa401c1b3ceea05c668586b431f3c48a6cc2f8302b289b83045505702716881d0add107845c78d34088514f15dcd2c10b8e0cd3af4adaceb6 MISC metadata.xml 352 BLAKE2B 0e1cc1e4cc97d4d773c64a068d2f7246c863fae1c17504f83275d1ab15e59a9bc6535c22fdf0c02d89d778079d100b74e29170b0fbe6fc1ad5464e221751a56d SHA512 821e08b75914f51a4a341149db588c8e3b17fc401a14de9abd44918b9f6bf88bc1d9c76b460a10c1b312669db478759aab90d0bb08bc04129bc8c964e7b3a314 diff --git a/dev-ruby/http-cookie/http-cookie-1.0.5.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.5.ebuild deleted file mode 100644 index c8c392057da5..000000000000 --- a/dev-ruby/http-cookie/http-cookie-1.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -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="" - -# See https://github.com/sparklemotion/http-cookie/issues/16 for dropping domain_name -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 -} |