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/mini_portile2/
Date: Thu, 14 Aug 2025 06:54:33 +0000 (UTC)	[thread overview]
Message-ID: <1755154432.b4ae472394b5b43875c6691e73b3e5ade1670cac.graaff@gentoo> (raw)

commit:     b4ae472394b5b43875c6691e73b3e5ade1670cac
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 16:53:28 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 06:53:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ae4723

dev-ruby/mini_portile2: drop 2.8.7

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

 dev-ruby/mini_portile2/Manifest                   |  1 -
 dev-ruby/mini_portile2/mini_portile2-2.8.7.ebuild | 36 -----------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/mini_portile2/Manifest b/dev-ruby/mini_portile2/Manifest
index 2d7b2da1ed55..e3c2d987a513 100644
--- a/dev-ruby/mini_portile2/Manifest
+++ b/dev-ruby/mini_portile2/Manifest
@@ -1,3 +1,2 @@
-DIST mini_portile2-2.8.7.gem 37376 BLAKE2B ba12a85f227df501f7b93a35b6ceb50f6c51470cedc293090c640ffbbbfca0b1089a5174aec914e7655d5f780792dba898beedf1239428e91b8b4852352d932a SHA512 9376a6c2a77a863369d9980dedde3750696ee05ad2249891c35dc03385a2442b0fd182cb4c62da967138f3a9b83c075a6cf8f2a80dd5b76f6f61dbe4e1982fbe
 DIST mini_portile2-2.8.8.gem 36864 BLAKE2B edba0dcf3958b6e68cc62fc0d81f798f3e474177f587f20c114a605224e1e1a547c07c712fd392d4f5fac25ad84e20bb905a0f50aad4f04fed8eeeff40329a3d SHA512 bf9d613680cd77ec016fe7b95417008a6b7048739d476758fd8c8854436648fbbe6f41446b198a40bfe7a50f3a48fbcc35427f3cf2cd28257f5222923cb8f700
 DIST mini_portile2-2.8.9.gem 36864 BLAKE2B 64e86d7e6d03e56fc19d906f192ec9ad32fd62c897c67c5c0ebf18701cb917348fd122eaf32b7e9aa3eaf9f79861f15f1b8d2b1a057ab447a46dbf687f8eec1f SHA512 7107b3eb3376e19bcf083ece525a5241f6c2f5253cba0d20f4fbdaccf156a7ea8ac15b3d8275c2b0b91720642d24e10de61c31628640a6e0cd49de697219d7be

diff --git a/dev-ruby/mini_portile2/mini_portile2-2.8.7.ebuild b/dev-ruby/mini_portile2/mini_portile2-2.8.7.ebuild
deleted file mode 100644
index 1058bb31470f..000000000000
--- a/dev-ruby/mini_portile2/mini_portile2-2.8.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}


             reply	other threads:[~2025-08-14  6:54 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14  6:54 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-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=1755154432.b4ae472394b5b43875c6691e73b3e5ade1670cac.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