public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/public_suffix/
Date: Tue, 18 Jun 2024 05:49:09 +0000 (UTC)	[thread overview]
Message-ID: <1718689707.e69ef6272ccde00d5e098904a09412339e988567.graaff@gentoo> (raw)

commit:     e69ef6272ccde00d5e098904a09412339e988567
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 05:48:27 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 05:48:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69ef627

dev-ruby/public_suffix: add 5.1.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/public_suffix/Manifest                   |  1 +
 dev-ruby/public_suffix/public_suffix-5.1.1.ebuild | 35 +++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/public_suffix/Manifest b/dev-ruby/public_suffix/Manifest
index a5e1de673fc2..6be1b5c3fa3e 100644
--- a/dev-ruby/public_suffix/Manifest
+++ b/dev-ruby/public_suffix/Manifest
@@ -2,3 +2,4 @@ DIST public_suffix-4.0.7.gem 113664 BLAKE2B 5da86713da01f59e7f311985a36b835e0280
 DIST public_suffix-5.0.3.gem 113152 BLAKE2B e14a5c343f4db466a31c3a84c95f810d82b5bf64d6be9e0690d9639aaae8feec91ffb1e867dcb3664027426c436396a090a7051189308414b76c4f962c899930 SHA512 7d8c1c0ff951458060dfee4247cfdb04a3f875f97e8451e2955b05335c9ea8480612be1455280ee86c9b2a1c62d0dac663d67b68825d8ce3a99ef63c5841017d
 DIST public_suffix-5.0.5.tar.gz 112703 BLAKE2B aa23f94cbccb380e38fd63521516038f180f32a2e5c1c4fd800063f9cd1859c388cdd2e0bca13f76c9cf1ff16f03a34eb5ea1a6ac75e4eb98970d516e01df6a5 SHA512 4b785474b7fb726dbfe66b6c1c801eb9a75d5e555c69e678cf8253112facd9dc98fd76c07f43ff74eb310beaf7e063344e8a6484dfe4b8cfea2557510f22ae9f
 DIST public_suffix-5.1.0.tar.gz 113319 BLAKE2B 7956a28f2b69d96f0cdb0e846b300393bbef69733f8040e74bd3e439eba9f637522db38f6de2640c27a75ba254573e0dfae73c5145bca7f7f4faded3cf97506e SHA512 959098da01af2b45ff2b5e053fc3cb70fe1917c7afe47259a55b229e39fb33ac04207c528051a927f1323aec8c05d6a5756384745f611c8793be18ced25e8706
+DIST public_suffix-5.1.1.tar.gz 113447 BLAKE2B 5ef689e9c6a6e7d7d8b8e683737f3d48f105630f54c00cba41af3b1e0f88726b33cc8cf9ae6650f261948927f57898ee06c3b77c394054ee2a3fa751577a4596 SHA512 d25171feef174c4fed513fd529f243c0746a0fa5971b01a223573f2532316b1fc4c527742ba80525995edc0d88f2cff5a1449457e7461b59bf32216a3f071e88

diff --git a/dev-ruby/public_suffix/public_suffix-5.1.1.ebuild b/dev-ruby/public_suffix/public_suffix-5.1.1.ebuild
new file mode 100644
index 000000000000..1fa91fceb57b
--- /dev/null
+++ b/dev-ruby/public_suffix/public_suffix-5.1.1.ebuild
@@ -0,0 +1,35 @@
+# 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_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="public_suffix.gemspec"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse and decompose a domain name into top level domain, domain and subdomains"
+HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/"
+SRC_URI="https://github.com/weppos/publicsuffix-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="publicsuffix-ruby-${PV}"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha:2 )"
+
+all_ruby_prepare() {
+	sed -e 's:_relative ": "./:' \
+		-e 's/__dir__/"."/' \
+		-e 's/git ls-files -z/find * -print0/' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	sed -i -e '/rubocop/I s:^:#:' \
+		-e '/yard/,/CLOBBER.include/ s:^:#:' \
+		-e '/bundler/ s:^:#:' Rakefile || die
+	sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
+}


             reply	other threads:[~2024-06-18  5:49 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-18  5:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-13 21:41 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/public_suffix/ Sam James
2024-10-11  8:47 Hans de Graaff
2024-10-10 16:20 Arthur Zamarin
2024-10-09  2:53 Jakov Smolić
2024-10-06 18:39 Arthur Zamarin
2024-10-06 11:22 Sam James
2024-10-06 11:14 Sam James
2024-10-06 11:11 Sam James
2024-08-10 15:41 Michał Górny
2024-08-09  8:57 Sam James
2024-08-04  8:28 Sam James
2024-08-04  8:28 Sam James
2024-08-04  8:28 Sam James
2024-08-04  8:28 Sam James
2024-08-04  8:28 Sam James
2024-08-04  6:47 Hans de Graaff
2024-08-04  6:47 Hans de Graaff
2024-07-24  6:01 Hans de Graaff
2024-07-02  3:56 Ionen Wolkens
2024-06-21  7:02 Hans de Graaff
2024-06-16  5:49 Hans de Graaff
2024-06-16  5:49 Hans de Graaff
2024-04-03  5:50 Hans de Graaff
2024-01-03  7:04 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-11-18  8:09 Hans de Graaff
2023-11-18  8:09 Hans de Graaff
2023-08-20  8:11 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19  7:45 Arthur Zamarin
2023-08-19  6:07 Sam James
2023-08-13  8:40 Hans de Graaff
2023-07-12  4:27 Hans de Graaff
2023-04-07  4:16 Sam James
2023-04-07  4:12 Sam James
2023-03-28 22:15 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:50 Sam James
2023-03-28 21:42 Sam James
2023-03-18  0:02 Sam James
2023-03-18  0:02 Sam James
2022-12-11  6:27 Hans de Graaff
2022-07-25  5:23 Hans de Graaff
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-05-08 15:00 WANG Xuerui
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-04-27  4:34 Arthur Zamarin
2022-04-26 13:45 Sam James
2022-04-13  5:12 Hans de Graaff
2022-04-13  5:12 Hans de Graaff
2022-04-02  8:57 Hans de Graaff
2022-04-01  5:15 Arthur Zamarin
2021-09-28  1:01 Sam James
2021-08-11 14:29 Marek Szuba
2021-08-11 14:29 Marek Szuba
2021-06-11  5:58 Hans de Graaff
2021-03-20  8:47 Hans de Graaff
2020-09-19  5:35 Hans de Graaff
2020-09-11  5:14 Hans de Graaff
2020-09-03  4:59 Hans de Graaff
2020-05-10  5:50 Hans de Graaff
2020-04-19 12:22 Sergei Trofimovich
2020-04-19 12:22 Sergei Trofimovich
2020-04-19 12:22 Sergei Trofimovich
2020-04-06  9:28 Hans de Graaff
2020-04-06  9:28 Hans de Graaff
2020-01-27  6:40 Hans de Graaff
2020-01-06  6:23 Hans de Graaff
2019-12-29  6:51 Hans de Graaff
2019-11-02  8:51 Hans de Graaff
2019-08-12  4:55 Hans de Graaff
2019-08-11 21:30 Thomas Deutschmann
2019-08-10  3:34 Hans de Graaff
2019-08-10  3:34 Hans de Graaff
2019-06-26  5:16 Hans de Graaff
2019-06-26  5:16 Hans de Graaff
2019-05-28  5:18 Hans de Graaff
2019-01-10 13:05 Hans de Graaff
2018-12-12  9:30 Hans de Graaff
2018-08-16  5:02 Hans de Graaff
2018-06-06 23:49 Thomas Deutschmann
2018-05-24 14:31 Agostino Sarubbo
2018-05-07 19:49 Hans de Graaff
2018-04-17  4:46 Hans de Graaff
2018-02-13  6:33 Hans de Graaff
2018-02-08  6:25 Hans de Graaff
2018-01-29  6:53 Hans de Graaff
2017-11-09  6:31 Hans de Graaff
2017-08-08  6:02 Hans de Graaff
2017-08-05  6:14 Hans de Graaff
2017-05-07  9:44 Hans de Graaff
2017-05-07  9:44 Hans de Graaff
2017-04-05 22:03 Michael Weber
2017-04-05 21:00 Michael Weber
2017-02-20 17:56 Markus Meier
2017-02-04 20:40 Fabian Groffen
2017-01-03  6:59 Hans de Graaff
2016-11-07  6:20 Hans de Graaff
2016-11-05 14:55 Manuel Rüger
2016-11-05 14:55 Manuel Rüger
2016-11-05  6:33 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=1718689707.e69ef6272ccde00d5e098904a09412339e988567.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