From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitar/
Date: Thu, 14 Nov 2024 08:42:38 +0000 (UTC) [thread overview]
Message-ID: <1731573734.eb1e649876056b2166f9dedbd688fcd9d75303c1.graaff@gentoo> (raw)
commit: eb1e649876056b2166f9dedbd688fcd9d75303c1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 08:42:14 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 08:42:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1e6498
dev-ruby/minitar: add 1.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/minitar/Manifest | 1 +
dev-ruby/minitar/minitar-1.0.2.ebuild | 41 +++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-ruby/minitar/Manifest b/dev-ruby/minitar/Manifest
index b26d3037c12c..233908d26278 100644
--- a/dev-ruby/minitar/Manifest
+++ b/dev-ruby/minitar/Manifest
@@ -1,2 +1,3 @@
DIST minitar-0.12.1.tar.gz 33096 BLAKE2B 2277a21f7f29c52b54c26c19960970faa4a892fdb2eb3cf8825b1e668de16b2b1afe2d61dc092e56e65064f9df00945bb408c7b38499e057efc3a2c4cf9b6656 SHA512 7bd79f4a98add766e4391e1db43745c746e138ac7857bb771d8f00b4051025afcdf76af02085f601b5ad92c6c43205bd5f51a80289db14ba72f050faf5d0168e
DIST minitar-0.9.tar.gz 33873 BLAKE2B 6d285c181510c96f173d850a9411da8a214459da14895e2d186ce712387d390c8ac95e27e4e768005540fdfb7463f32206085a72faf4de6b24c31cb732234260 SHA512 e3aaf0e664a985704cf9dccb72250ea2a7ebb2db9b6120590fb8d5525fe2717e0a90b3020f461ae0c4dfb19dc8728b4eeb6ba2e24ab75d12fbd7f5d98b269c79
+DIST minitar-1.0.2.tar.gz 33056 BLAKE2B c4ca4732903ca660814d4f2bd57bfcf6d4761032c7d132bbc4cebc6ab86d4f9c3b397f63fa852ebc28d4562e987c0c016544d8614e7a7eed985246cde4ed2a72 SHA512 7426b9aa122a5e1826abdf1d1025054afaab5afaf96b2986c70612e8b8d52924b88c4afbd1c28d5c94e543944b0febb83b7fedcd40dae3e173d9547206096c71
diff --git a/dev-ruby/minitar/minitar-1.0.2.ebuild b/dev-ruby/minitar/minitar-1.0.2.ebuild
new file mode 100644
index 000000000000..345ec223867d
--- /dev/null
+++ b/dev-ruby/minitar/minitar-1.0.2.ebuild
@@ -0,0 +1,41 @@
+# 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_TASK_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="minitar.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides POSIX tarchive management from Ruby programs"
+HOMEPAGE="https://github.com/halostatue/minitar"
+SRC_URI="https://github.com/halostatue/minitar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="minitar-${PV}"
+
+LICENSE="|| ( BSD-2 Ruby-BSD )"
+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"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"
+
+all_ruby_prepare() {
+ sed -e '/focus/ s:^:#:' \
+ -i test/minitest_helper.rb || die
+
+ # Ensure all data is properly cast to string when writing the dummy
+ # test tar files. For some reasons this does not work properly on
+ # ruby32, although it does work on ruby31 and ruby33.
+ sed -e '15 s/data << dat/data << dat.to_s/' \
+ -i test/test_tar_writer.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2024-11-14 8:42 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 8:42 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 6:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitar/ Hans de Graaff
2024-10-18 19:05 Arthur Zamarin
2024-10-18 15:40 Arthur Zamarin
2024-10-17 7:24 Sam James
2024-10-17 7:08 Sam James
2024-10-17 6:57 Arthur Zamarin
2024-10-17 6:57 Arthur Zamarin
2024-10-17 6:57 Arthur Zamarin
2024-09-08 6:44 Hans de Graaff
2023-12-27 19:19 Hans de Graaff
2023-07-14 5:46 Arthur Zamarin
2023-03-28 22:28 Sam James
2023-03-28 21:50 Sam James
2023-03-28 21:49 Sam James
2023-03-28 21:44 Sam James
2023-03-28 21:44 Sam James
2023-03-05 8:42 Hans de Graaff
2022-07-30 7:46 Hans de Graaff
2022-03-14 6:34 Hans de Graaff
2022-02-12 15:21 Sam James
2021-12-31 20:07 Matt Turner
2021-12-13 7:09 Agostino Sarubbo
2021-12-13 7:02 Agostino Sarubbo
2021-12-13 6:57 Agostino Sarubbo
2021-12-12 1:52 Sam James
2021-12-12 1:51 Sam James
2021-12-11 19:10 Arthur Zamarin
2021-10-11 1:20 Sam James
2021-10-09 20:19 Sam James
2021-10-07 22:20 Marek Szuba
2021-10-04 22:58 Sam James
2021-05-01 5:21 Hans de Graaff
2020-08-08 8:07 Hans de Graaff
2020-01-23 19:13 Hans de Graaff
2019-09-05 5:05 Hans de Graaff
2019-02-10 7:25 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=1731573734.eb1e649876056b2166f9dedbd688fcd9d75303c1.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