From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_portile2/
Date: Wed, 17 Apr 2024 05:27:39 +0000 (UTC) [thread overview]
Message-ID: <1713331456.9f12f4b60cea428088090c416f1240aad6a32b3c.graaff@gentoo> (raw)
commit: 9f12f4b60cea428088090c416f1240aad6a32b3c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 05:24:16 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 05:24:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f12f4b6
dev-ruby/mini_portile2: add 2.8.6
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/mini_portile2/Manifest | 1 +
dev-ruby/mini_portile2/mini_portile2-2.8.6.ebuild | 36 +++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/mini_portile2/Manifest b/dev-ruby/mini_portile2/Manifest
index e9d9a183d8d9..5580d6a4a0ba 100644
--- a/dev-ruby/mini_portile2/Manifest
+++ b/dev-ruby/mini_portile2/Manifest
@@ -1,2 +1,3 @@
DIST mini_portile2-2.8.4.gem 30720 BLAKE2B 33f5e67e1ef647c781cf4f5a4b04a2164b27fb6846e0d76ad42f1cdbdd04cae69c4e14cde4ce5bc36c392de74d256770f693485e896b443aab8cceb0a6cc28e9 SHA512 19e3e4908e54fb73d695f0674a5c95d96bfa2cf6f87c0d59c32f8a68941b729adc065b3bea2d5eaada489340d8c76e098b9db839d075cac5d183f47d2cee7d9c
DIST mini_portile2-2.8.5.gem 35840 BLAKE2B f14d071bebf5f1d7160b5196564279ea46ae4ec306587a6ec550c3dbc105db0790b55aae1d7595d2d11d5d21826a07ac382c62e4c22ba15aa22323520040789e SHA512 fa09bc2c4aefc341cb249dc33b5ad3182aa582ef150645793e323bdef4d19cbeeced0348c3c962a7225a9aa91b40824347fa1499955326525eddcf867f6ff798
+DIST mini_portile2-2.8.6.gem 35840 BLAKE2B 0173084a911ecc6400c1d7cff9645cb7cc99db6e8aac934c7ee723300b3016286dc21dbd2299c9b703a817527a63cd86c31334c880e57a879f78ab24a109e844 SHA512 7131806ef5af09082e08a05000256ad7ce9fcd170ef3485f42618c69e0bee6cdf8f2e14b67e61d36b9efed5c1df970045720a01d9e0b7ffac434da651a28f238
diff --git a/dev-ruby/mini_portile2/mini_portile2-2.8.6.ebuild b/dev-ruby/mini_portile2/mini_portile2-2.8.6.ebuild
new file mode 100644
index 000000000000..ec718bb6b313
--- /dev/null
+++ b/dev-ruby/mini_portile2/mini_portile2-2.8.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simplistic port-like solution for developers"
+HOMEPAGE="https://github.com/flavorjones/mini_portile"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos"
+IUSE="test"
+
+BDEPEND="test? ( dev-build/cmake )"
+
+ruby_add_bdepend "test? (
+ dev-ruby/minitar
+ dev-ruby/minitest-hooks
+ dev-ruby/net-ftp
+ dev-ruby/webrick
+)"
+
+all_ruby_prepare() {
+ # Avoid tests that expect gcc to be the main compiler, which we
+ # cannot guarantee.
+ sed -e '/test_configure_defaults_with/askip("Requires gcc to be the C/C++ compiler.")' \
+ -i test/test_cmake.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -w -W2 -I. -Ilib -e 'Dir["test/test_*.rb"].map{|f| require f}' || die
+}
next reply other threads:[~2024-04-17 5:27 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-17 5:27 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 8:43 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_portile2/ Hans de Graaff
2024-11-17 9:09 Hans de Graaff
2024-11-16 8:12 Hans de Graaff
2024-11-16 8:12 Hans de Graaff
2024-11-04 16:33 Hans de Graaff
2024-10-13 23:18 Sam James
2024-10-10 11:04 Arthur Zamarin
2024-10-06 13:46 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2024-10-06 11:52 Sam James
2024-10-06 11:36 Sam James
2024-06-02 5:43 Hans de Graaff
2024-02-17 10:02 Hans de Graaff
2023-12-28 7:27 Hans de Graaff
2023-10-24 4:42 Hans de Graaff
2023-10-24 4:42 Hans de Graaff
2023-08-19 7:42 Arthur Zamarin
2023-08-19 6:18 Sam James
2023-08-19 6:18 Sam James
2023-07-19 5:26 Hans de Graaff
2023-07-14 5:46 Arthur Zamarin
2023-07-06 16:45 Sam James
2023-06-01 7:24 Sam James
2023-06-01 5:48 Sam James
2023-05-01 6:13 Hans de Graaff
2023-03-29 0:46 Sam James
2023-03-28 23:01 Sam James
2023-03-28 23:01 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:53 Sam James
2023-03-28 21:52 Sam James
2023-03-05 8:42 Hans de Graaff
2022-12-25 13:52 Hans de Graaff
2022-04-15 7:26 Arthur Zamarin
2022-04-15 6:36 Arthur Zamarin
2022-04-14 8:12 Agostino Sarubbo
2022-04-14 8:11 Agostino Sarubbo
2022-04-14 8:09 Agostino Sarubbo
2022-04-14 8:08 Agostino Sarubbo
2022-04-13 9:32 Jakov Smolić
2022-03-27 7:13 Hans de Graaff
2022-02-22 8:17 Hans de Graaff
2022-02-12 15:21 Sam James
2022-01-08 11:47 Hans de Graaff
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-26 6:38 Sam James
2021-10-11 1:20 Sam James
2021-10-10 23:45 Sam James
2021-10-10 20:43 Sam James
2021-10-10 20:38 Sam James
2021-10-10 0:09 Sam James
2021-10-09 20:19 Sam James
2021-10-07 22:20 Marek Szuba
2021-10-04 22:58 Sam James
2021-10-03 6:03 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=1713331456.9f12f4b60cea428088090c416f1240aad6a32b3c.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