From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/csv/
Date: Mon, 14 Apr 2025 05:55:58 +0000 (UTC) [thread overview]
Message-ID: <1744610036.d18f1756a0ca605f33db06e79d569f3039c91b9e.graaff@gentoo> (raw)
commit: d18f1756a0ca605f33db06e79d569f3039c91b9e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 05:15:08 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 05:53:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18f1756
dev-ruby/csv: add 3.3.4
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/csv/Manifest | 1 +
dev-ruby/csv/csv-3.3.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-ruby/csv/Manifest b/dev-ruby/csv/Manifest
index 604a35cc534d..960cd9f368ac 100644
--- a/dev-ruby/csv/Manifest
+++ b/dev-ruby/csv/Manifest
@@ -1,3 +1,4 @@
DIST csv-3.3.0.tar.gz 91569 BLAKE2B cacdf60e279277f7d69fd62d6cea62ce80843addab7b9f81749fabde9133d2b40b2a961b548bd55918bacbe89fe8754af87569a117d4f43a88d3ef49a792da1f SHA512 676f6c34c1466c0edb412aeba9e955cc0070c201a21e6ffe2fd47a3ad4bd7322d561c612695317e5ef34195bcc8bc7a63f3de8c55fbdcb116890a59b867c20d9
DIST csv-3.3.2.tar.gz 94403 BLAKE2B 8885a28a355228ae4bc2c53e434498a17ac2f30a2cc074a4ef250f91225be6b19ad68c93cceee14ca9dc16625b66ff95506f4eed7eb3d3c9e09f041489e7f002 SHA512 58c0b217d13ac15afe2e438c5988301250034888876fe1a1e9027496538b85733a7d103310d216706c371012f09f3661a360b5c32375afb421ebd63ba456fd67
DIST csv-3.3.3.tar.gz 95978 BLAKE2B 8ec005d1f1116ff81127f1bb73b509d861c4bd52a6690a2919ad37d4de6a1d0b3d312cb956831e752c2d1a7f6293c7554d20b2097a273574113366063e0bc7bc SHA512 851e4e9effaf2bb78da45dd48c04961c86f85cb3908e7aada83b0ecbf61fd3628003091657371deffc0c6e10bdd1139ac4e368032abf5384510b0979264a0c15
+DIST csv-3.3.4.tar.gz 94684 BLAKE2B fa83c9e6e9f158059423dcb156c9f0923a579799e38173fcd469e20e9161e0fa5b608726a0219bcca0955c5b0577c83d11fe991c5a210dd40daddb96357a6610 SHA512 517a005f4477398e028dc3cfc49cdd5fc3d78cc3460690a6c41d2d282378cfaa799ad6257d30be11acfbcbb206b5d3e64e7acc45c440c20e49ecccd9c6b16d7e
diff --git a/dev-ruby/csv/csv-3.3.4.ebuild b/dev-ruby/csv/csv-3.3.4.ebuild
new file mode 100644
index 000000000000..9d313d41484d
--- /dev/null
+++ b/dev-ruby/csv/csv-3.3.4.ebuild
@@ -0,0 +1,34 @@
+# 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_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The CSV library provides a complete interface to CSV files and data"
+HOMEPAGE="https://github.com/ruby/csv"
+SRC_URI="https://github.com/ruby/csv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-3.4.8 )"
+
+all_ruby_prepare() {
+ sed -i -e 's:require_relative ":require "./:' -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
+ sed -i -e '/bundler/I s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+ ${RUBY} run-test.rb || die
+}
next reply other threads:[~2025-04-14 5:56 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 5:55 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-05 18:39 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/csv/ Arthur Zamarin
2025-04-05 17:21 Sam James
2025-04-05 17:21 Sam James
2025-03-20 13:12 Sam James
2025-03-20 13:12 Sam James
2025-03-20 8:04 Hans de Graaff
2024-12-25 9:01 Hans de Graaff
2024-12-22 7:06 Hans de Graaff
2024-12-22 7:06 Hans de Graaff
2024-12-15 7:55 Hans de Graaff
2024-10-06 13:30 Jakov Smolić
2024-10-06 11:35 Sam James
2024-03-23 6:39 Hans de Graaff
2023-12-27 20:33 Hans de Graaff
2023-12-27 20:33 Hans de Graaff
2023-11-09 6:00 Hans de Graaff
2023-08-29 17:44 Hans de Graaff
2023-06-27 4:39 Hans de Graaff
2023-03-31 1:07 Sam James
2023-03-31 1:03 Sam James
2022-12-11 6:27 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-08-22 5:32 Hans de Graaff
2022-04-09 7:38 Hans de Graaff
2022-03-22 6:14 Hans de Graaff
2022-03-22 6:14 Hans de Graaff
2021-12-24 7:02 Hans de Graaff
2021-10-23 8:58 Hans de Graaff
2021-09-12 6:22 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=1744610036.d18f1756a0ca605f33db06e79d569f3039c91b9e.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