From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-ruby/http-cookie/Manifest | 1 + dev-ruby/http-cookie/http-cookie-1.0.3.ebuild | 29 +++++++++++++++++++++++++++ dev-ruby/http-cookie/metadata.xml | 12 +++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-ruby/http-cookie/Manifest create mode 100644 dev-ruby/http-cookie/http-cookie-1.0.3.ebuild create mode 100644 dev-ruby/http-cookie/metadata.xml (limited to 'dev-ruby/http-cookie') diff --git a/dev-ruby/http-cookie/Manifest b/dev-ruby/http-cookie/Manifest new file mode 100644 index 000000000000..c387366caeae --- /dev/null +++ b/dev-ruby/http-cookie/Manifest @@ -0,0 +1 @@ +DIST http-cookie-1.0.3.gem 38400 BLAKE2B 6b7292b2a5d7c37b6769cdd38f01d8cf78aa9557b4a204d736dffeae5d31768c57ac58f00577df78252f9a8bdb12a7faecf5e1be64c8ee29aaf67cc9307d0a35 SHA512 43ac1218e98dd47ee22e33e72e20bc5b55f65e60aadd417641f8a4221eba88995d418c7738a4c35dfba132e05c0c4b0df2b2bedd56c22e82c062d1f03de0052f diff --git a/dev-ruby/http-cookie/http-cookie-1.0.3.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.3.ebuild new file mode 100644 index 000000000000..67943dd50354 --- /dev/null +++ b/dev-ruby/http-cookie/http-cookie-1.0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +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="amd64 ~arm ~arm64 ~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 +} diff --git a/dev-ruby/http-cookie/metadata.xml b/dev-ruby/http-cookie/metadata.xml new file mode 100644 index 000000000000..64f3026c0f29 --- /dev/null +++ b/dev-ruby/http-cookie/metadata.xml @@ -0,0 +1,12 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + sparklemotion/http-cookie + + gentoo-staging + -- cgit v1.3.1