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: Sat, 16 Nov 2024 08:12:28 +0000 (UTC) [thread overview]
Message-ID: <1731744731.0afb4d61d334e55fbd489d1786c2182d20f3dbdc.graaff@gentoo> (raw)
commit: 0afb4d61d334e55fbd489d1786c2182d20f3dbdc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 07:52:11 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 08:12:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afb4d61
dev-ruby/mini_portile2: add 2.8.8
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/mini_portile2/Manifest | 1 +
dev-ruby/mini_portile2/mini_portile2-2.8.8.ebuild | 36 +++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/mini_portile2/Manifest b/dev-ruby/mini_portile2/Manifest
index c61e8ebef7b2..ac4a448ada4d 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.7.gem 37376 BLAKE2B ba12a85f227df501f7b93a35b6ceb50f6c51470cedc293090c640ffbbbfca0b1089a5174aec914e7655d5f780792dba898beedf1239428e91b8b4852352d932a SHA512 9376a6c2a77a863369d9980dedde3750696ee05ad2249891c35dc03385a2442b0fd182cb4c62da967138f3a9b83c075a6cf8f2a80dd5b76f6f61dbe4e1982fbe
+DIST mini_portile2-2.8.8.gem 36864 BLAKE2B edba0dcf3958b6e68cc62fc0d81f798f3e474177f587f20c114a605224e1e1a547c07c712fd392d4f5fac25ad84e20bb905a0f50aad4f04fed8eeeff40329a3d SHA512 bf9d613680cd77ec016fe7b95417008a6b7048739d476758fd8c8854436648fbbe6f41446b198a40bfe7a50f3a48fbcc35427f3cf2cd28257f5222923cb8f700
diff --git a/dev-ruby/mini_portile2/mini_portile2-2.8.8.ebuild b/dev-ruby/mini_portile2/mini_portile2-2.8.8.ebuild
new file mode 100644
index 000000000000..ec718bb6b313
--- /dev/null
+++ b/dev-ruby/mini_portile2/mini_portile2-2.8.8.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-11-16 8:12 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-16 8:12 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-20 21:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_portile2/ Sam James
2025-05-20 16:17 Sam James
2025-05-18 10:43 Arthur Zamarin
2025-05-18 10:18 Arthur Zamarin
2025-05-12 18:49 Hans de Graaff
2025-01-04 8:43 Hans de Graaff
2024-11-17 9:09 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-04-17 5:27 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=1731744731.0afb4d61d334e55fbd489d1786c2182d20f3dbdc.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