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/rchardet/
Date: Mon, 31 Mar 2025 18:44:43 +0000 (UTC)	[thread overview]
Message-ID: <1743446674.6ac51a5bb0560b84e959fcc6fec167aab532c3d0.graaff@gentoo> (raw)

commit:     6ac51a5bb0560b84e959fcc6fec167aab532c3d0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 18:44:06 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 18:44:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac51a5b

dev-ruby/rchardet: add 1.9.0

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

 dev-ruby/rchardet/Manifest              |  1 +
 dev-ruby/rchardet/rchardet-1.9.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/rchardet/Manifest b/dev-ruby/rchardet/Manifest
index 1dafa1dd6c98..19d5654d39ef 100644
--- a/dev-ruby/rchardet/Manifest
+++ b/dev-ruby/rchardet/Manifest
@@ -1 +1,2 @@
 DIST rchardet-1.8.0.tar.gz 1903004 BLAKE2B d5860bc17f3a9dae9d6194156f1707e833ec0c440992c7b933b2e4eaca6bbc01f9964bcd7eb1dd054ff633124b863a0b797103297d6d2ff75e6d13040aa0813c SHA512 419eac7d4d4fb4a9cbe102199b5767d826f968943da9dfbfd029d03603bede596fb59d9747e590447b6848ae42c733dd0efdea57140e03d92bdcbac317dd0c6f
+DIST rchardet-1.9.0.tar.gz 1903142 BLAKE2B eb589af8c3579f5b3e531b1a0ac155cd6b742f125455ccfaf4ba1db3e7ac627c2d98a6249d21e6e830e3fa44186b627bb9305781c9c40e7185b535bf98e650f9 SHA512 b03041303786b33d5fb9374758709c03c1057e19bd45c03fbfddeda643046220723cf754bdfb6198dd63e654949efb1e73e66a2314e480bc8c945772cc562946

diff --git a/dev-ruby/rchardet/rchardet-1.9.0.ebuild b/dev-ruby/rchardet/rchardet-1.9.0.ebuild
new file mode 100644
index 000000000000..62f3e0beafde
--- /dev/null
+++ b/dev-ruby/rchardet/rchardet-1.9.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_GEMSPEC="rchardet.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Character encoding auto-detection in Ruby"
+HOMEPAGE="https://github.com/jmhodges/rchardet"
+SRC_URI="https://github.com/jmhodges/rchardet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+ruby_add_depend "test? ( dev-ruby/minitest:5 dev-ruby/maxitest )"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/ s:^:#:' -e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


             reply	other threads:[~2025-03-31 18:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-31 18:44 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31  8:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rchardet/ Hans de Graaff
2023-12-27 12:36 Hans de Graaff
2023-06-24 20:58 Hans de Graaff
2023-04-23 20:00 Sam James
2023-03-24  7:00 Hans de Graaff
2022-04-19  5:09 Hans de Graaff
2021-01-04  6:48 Hans de Graaff
2020-07-12  6:35 Hans de Graaff
2020-07-11 16:05 Sam James
2020-07-11  3:50 Sam James
2020-06-20 14:49 Thomas Deutschmann
2020-03-10  7:04 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=1743446674.6ac51a5bb0560b84e959fcc6fec167aab532c3d0.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