From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-accept/
Date: Mon, 5 Feb 2024 07:21:59 +0000 (UTC) [thread overview]
Message-ID: <1707117220.5f8bbef2b2e2da09b232dbcca01ca2eb1be53298.graaff@gentoo> (raw)
commit: 5f8bbef2b2e2da09b232dbcca01ca2eb1be53298
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 5 07:13:40 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 5 07:13:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8bbef2
dev-ruby/http-accept: add 2.2.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/http-accept/Manifest | 1 +
dev-ruby/http-accept/http-accept-2.2.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-ruby/http-accept/Manifest b/dev-ruby/http-accept/Manifest
index bc035fad5442..9f67a522e897 100644
--- a/dev-ruby/http-accept/Manifest
+++ b/dev-ruby/http-accept/Manifest
@@ -1,2 +1,3 @@
DIST http-accept-1.7.0.tar.gz 12289 BLAKE2B 5eda9bd29e2dd2b52c8f2589adf57872a80aaf93c37d28b1668dc24fc1e2fa81d00ec12766dd558691dbf3e6560bba013f456a659ead47fffd77b1565c186a7f SHA512 3502bfbd07f6bb0164843c728cd5ef27adfd675317fd60372539180de212d02d6d446cff8eb081d1cbe5a19b30d5759a55b22bc63736cea83254595bd691522f
DIST http-accept-2.2.0.tar.gz 14174 BLAKE2B b6fd0c065a1d9c798ebee8a2f82aa45738cf98721d42d9806614fd98c8ce5d571ce06ad3292e81a972e484f55c75c0e99c5ad54f138323b180bb9292f87b3049 SHA512 341b09b3f8ba132ba9394c904bbe7c95a91fe0b39b080ae96d8228b8474f2d7de6edf4d9dce0b16783ac12aa375b0cda99be67290656f3348219f52d66b7f120
+DIST http-accept-2.2.1.tar.gz 14323 BLAKE2B 9e14f2f23d87c28f234f1c18cf7780aa6c05caa7b7242a2c60ad11d0735fb67f65c162d72685f697f51bcc41f046068dfa612ea8bbf4bd10de6b1402075b92d6 SHA512 770c3b4c5d5b288bad88d6f53b9c52fc9935db5f9ef2e935ebb2dca4afca740f8731a38425acdd11fd9d5d51a8a0b087d392653dc675a349470f1e5ad4f2300d
diff --git a/dev-ruby/http-accept/http-accept-2.2.1.ebuild b/dev-ruby/http-accept/http-accept-2.2.1.ebuild
new file mode 100644
index 000000000000..132a37d10642
--- /dev/null
+++ b/dev-ruby/http-accept/http-accept-2.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="http-accept.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="sus"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse Accept and Accept-Language HTTP headers"
+HOMEPAGE="https://github.com/socketry/http-accept"
+SRC_URI="https://github.com/socketry/http-accept/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
+
+all_ruby_prepare() {
+ rm -f config/sus.rb || die
+
+ sed -e 's:_relative ": "./:' \
+ -e 's/git ls-files -z/find * -print0/' \
+ -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2024-02-05 7:22 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-05 7:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 10:26 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-accept/ Hans de Graaff
2025-01-03 10:26 Hans de Graaff
2024-07-16 4:16 Hans de Graaff
2024-07-16 4:16 Hans de Graaff
2023-12-31 19:10 Hans de Graaff
2023-08-27 10:16 Jakov Smolić
2023-08-27 10:16 Jakov Smolić
2023-08-27 6:44 Hans de Graaff
2023-08-26 13:47 Arthur Zamarin
2023-08-26 13:47 Arthur Zamarin
2023-08-26 13:30 Sam James
2023-08-26 13:30 Sam James
2023-08-21 3:50 Sam James
2023-07-04 9:41 Hans de Graaff
2023-07-04 9:41 Hans de Graaff
2023-07-04 9:41 Hans de Graaff
2023-04-07 4:12 Sam James
2022-08-17 15:39 Sam James
2022-08-17 15:39 Sam James
2022-08-03 5:39 Hans de Graaff
2022-06-25 8:03 Hans de Graaff
2022-06-25 8:03 Hans de Graaff
2022-04-23 8:01 Hans de Graaff
2020-09-14 6:09 Hans de Graaff
2020-05-20 5:44 Hans de Graaff
2020-01-26 8:28 Hans de Graaff
2020-01-12 8:35 Hans de Graaff
2019-09-02 5:34 Hans de Graaff
2019-09-02 5:34 Hans de Graaff
2019-08-23 4:47 Hans de Graaff
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=1707117220.5f8bbef2b2e2da09b232dbcca01ca2eb1be53298.graaff@gentoo \
--to=graaff@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