From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-cookie/
Date: Thu, 13 Apr 2023 03:03:44 +0000 (UTC) [thread overview]
Message-ID: <1681354854.c5913bdd45d47b4894a1c76d78bcc60748ccf913.sam@gentoo> (raw)
commit: c5913bdd45d47b4894a1c76d78bcc60748ccf913
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 04:42:35 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 03:00:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5913bdd
dev-ruby/http-cookie: enable ruby32
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/http-cookie/http-cookie-1.0.5-r1.ebuild | 30 ++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-ruby/http-cookie/http-cookie-1.0.5-r1.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.5-r1.ebuild
new file mode 100644
index 000000000000..6e8ed8373fb5
--- /dev/null
+++ b/dev-ruby/http-cookie/http-cookie-1.0.5-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+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
+}
next reply other threads:[~2023-04-13 3:03 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-13 3:03 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-02 20:19 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-cookie/ Arthur Zamarin
2025-02-08 1:08 Jakov Smolić
2025-01-02 9:34 Hans de Graaff
2025-01-02 9:34 Hans de Graaff
2024-12-06 10:51 Sam James
2024-12-06 8:03 Sam James
2024-12-06 7:49 Sam James
2024-12-06 7:34 Hans de Graaff
2024-08-15 6:22 Hans de Graaff
2024-06-02 5:43 Hans de Graaff
2024-01-13 8:30 Hans de Graaff
2023-07-04 9:41 Hans de Graaff
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-06-01 5:01 Sam James
2023-04-02 2:56 Sam James
2023-03-28 22:24 Sam James
2023-03-28 22:19 Sam James
2023-03-28 21:49 Sam James
2023-03-28 21:44 Sam James
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-05-26 6:16 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-04-26 14:38 Sam James
2021-10-31 11:35 Hans de Graaff
2021-10-30 22:55 Sam James
2021-10-28 14:00 Agostino Sarubbo
2021-10-26 13:28 Agostino Sarubbo
2021-10-24 19:40 Sam James
2021-10-24 19:40 Sam James
2021-10-09 15:24 Naohiro Aota
2021-08-11 14:29 Marek Szuba
2021-06-08 5:08 Hans de Graaff
2020-12-22 5:30 Hans de Graaff
2019-05-01 19:36 Hans de Graaff
2018-06-28 5:21 Hans de Graaff
2018-06-27 22:15 Sergei Trofimovich
2018-06-25 5:07 Hans de Graaff
2018-06-23 17:39 Sergei Trofimovich
2018-05-21 5:16 Hans de Graaff
2018-05-21 5:16 Hans de Graaff
2017-12-28 20:34 Sergei Trofimovich
2017-07-12 4:48 Hans de Graaff
2016-10-01 6:10 Hans de Graaff
2016-09-28 8:17 Tobias Klausmann
2016-08-07 6:20 Hans de Graaff
2016-03-28 19:43 Manuel Rüger
2015-12-12 7:35 Hans de Graaff
2015-11-12 10:15 Agostino Sarubbo
2015-11-11 9:54 Agostino Sarubbo
2015-11-11 6:05 Jeroen Roovers
2015-11-09 11:24 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1681354854.c5913bdd45d47b4894a1c76d78bcc60748ccf913.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox