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/net-imap/
Date: Wed, 08 Oct 2025 15:29:32 +0000 (UTC)	[thread overview]
Message-ID: <1759937362.73684555740126a23c406015f98c8e73487de40a.graaff@gentoo> (raw)

commit:     73684555740126a23c406015f98c8e73487de40a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  8 12:07:23 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct  8 15:29:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73684555

dev-ruby/net-imap: add 0.5.12

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

 dev-ruby/net-imap/Manifest               |  1 +
 dev-ruby/net-imap/net-imap-0.5.12.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/net-imap/Manifest b/dev-ruby/net-imap/Manifest
index cea911d36f90..52905048307a 100644
--- a/dev-ruby/net-imap/Manifest
+++ b/dev-ruby/net-imap/Manifest
@@ -2,3 +2,4 @@ DIST net-imap-0.4.20.tar.gz 268236 BLAKE2B f08faaa7e9d05f1e36ba1fb2e91c6e094d36a
 DIST net-imap-0.4.22.tar.gz 269166 BLAKE2B c1e5fecf92fb39ae7f6b25fdd61a2c52d00b13a55d70d7c5b92e5289b569fcf95e7b180f461257b61db474eebc32e11ffbe36facd1c02e445dbf78a94d33dc0b SHA512 0de1560423de45f919e96b194a0fded068ea9757c3c6de2ec57f82d60be0fdd95359b95389b0928d8a6de0b953140cb1fc8e13394557e36dea29b06b5c414939
 DIST net-imap-0.5.10.tar.gz 308280 BLAKE2B 3d6c9cfa304501f943910cff4b30901d1b6a04d9e9fc8fe24e643dd2b1d4d013d67dd8ad83abcc79f7f48016bbc16ed24f264bf9c98013358e9929e5832cee31 SHA512 a0995e6f578279512352e5806b6ace8bd7e4e88b10dbcf0c69506d2ab652c8138d8a0dfd9ad1d868e76fdc243d75532e89d4be2dde8e8887bcaed1478df48b11
 DIST net-imap-0.5.11.tar.gz 309512 BLAKE2B 6a757a0856428c3292bad2f85d1a6b4774ec75965119251d53412f0937926d3d9729f5d361d62abf7ee2ee6c000ba6183bb4cc6c86707078d0cf0ff52a9aa3f1 SHA512 89d0c1d26490c05c05e78a4944dcdea1c45afb3d62222ccb0ffe26f6c2bd2193e0f9a13b31a5b10d67a776f47dca910d89199aabc14e42917fd96317923a8db1
+DIST net-imap-0.5.12.tar.gz 310091 BLAKE2B 6a2bae76b90a69d055e4eff0e432bae8eb52032f9d259ed9e3353f23417da2ccddc920f9819a75dae46c00d9aa8e3245375ac6fe4e20621b52982cd364a08e28 SHA512 6fb0e695d4b53418225a3f3d9bc09345211718325f3ebd05911aac288a31c8920c57256cf47e7e15cef6b6a2689674f2e8385e0cb8249bcb59490317cf964377

diff --git a/dev-ruby/net-imap/net-imap-0.5.12.ebuild b/dev-ruby/net-imap/net-imap-0.5.12.ebuild
new file mode 100644
index 000000000000..d14b809c667b
--- /dev/null
+++ b/dev-ruby/net-imap/net-imap-0.5.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="net-imap.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby client api for Internet Message Access Protocol"
+HOMEPAGE="https://github.com/ruby/net-imap"
+SRC_URI="https://github.com/ruby/net-imap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+ruby_add_rdepend "
+	dev-ruby/date
+	dev-ruby/net-protocol
+"
+
+ruby_add_bdepend "test? (
+	dev-ruby/digest
+	dev-ruby/strscan
+	dev-ruby/test-unit
+	dev-ruby/test-unit-ruby-core
+)"
+
+all_ruby_prepare() {
+	sed -e 's/__dir__/"."/' \
+		-e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
+		-e 's/git ls-files -z/find * -print0/' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	sed -e '/SIMPLECOV_DISABLE/,/^end/ s:^:#:' \
+		-i test/lib/helper.rb || die
+}


             reply	other threads:[~2025-10-08 15:29 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-08 15:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-02 15:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-imap/ Arthur Zamarin
2025-10-02 15:35 Arthur Zamarin
2025-10-02 13:58 Arthur Zamarin
2025-10-02 13:58 Arthur Zamarin
2025-10-02 13:02 Sam James
2025-10-02 13:02 Sam James
2025-10-02  9:36 Hans de Graaff
2025-10-02  9:36 Hans de Graaff
2025-08-29  6:15 Hans de Graaff
2025-07-26  8:03 Hans de Graaff
2025-06-20  4:44 Hans de Graaff
2025-05-29 10:06 Sam James
2025-05-29  8:48 Sam James
2025-05-29  8:48 Sam James
2025-05-29  8:48 Sam James
2025-05-29  8:48 Sam James
2025-05-02  8:40 Hans de Graaff
2025-04-30 15:31 Hans de Graaff
2025-04-22  5:28 Hans de Graaff
2025-03-23 15:38 Hans de Graaff
2025-03-23 14:34 Hans de Graaff
2025-03-02  8:21 Sam James
2025-02-16 17:49 Arthur Zamarin
2025-02-16 12:27 Sam James
2025-02-16 12:27 Sam James
2025-02-16 12:11 Sam James
2025-02-16 12:11 Sam James
2025-02-08  6:26 Hans de Graaff
2025-02-08  6:26 Hans de Graaff
2025-01-04 10:34 Hans de Graaff
2024-12-29  9:06 Hans de Graaff
2024-12-23  6:24 Hans de Graaff
2024-11-15  9:19 Arthur Zamarin
2024-11-14 18:41 Sam James
2024-11-14  4:35 Sam James
2024-11-14  4:00 Sam James
2024-11-14  3:23 Sam James
2024-11-14  3:17 Sam James
2024-11-14  2:49 Sam James
2024-11-11  7:39 Hans de Graaff
2024-11-04 19:35 Fabian Groffen
2024-10-14  5:56 Hans de Graaff
2024-10-12 15:05 Sam James
2024-10-11  8:47 Hans de Graaff
2024-10-10 16:20 Arthur Zamarin
2024-10-09  2:53 Jakov Smolić
2024-10-06 11:52 Sam James
2024-09-05  6:04 Hans de Graaff
2024-08-29  6:04 Hans de Graaff
2024-06-24  5:30 Hans de Graaff
2024-06-17  5:25 Hans de Graaff
2024-06-02  5:43 Hans de Graaff
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-26  7:00 Sam James
2024-05-09  4:59 Hans de Graaff
2024-02-26 15:56 Hans de Graaff
2024-02-08  7:31 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-12-24  7:55 Hans de Graaff
2023-12-24  7:55 Hans de Graaff
2023-12-12  7:11 Hans de Graaff
2023-12-01  6:18 Hans de Graaff
2023-12-01  6:18 Hans de Graaff
2023-11-22  7:09 Hans de Graaff
2023-11-14  6:52 Hans de Graaff
2023-11-14  6:35 Hans de Graaff
2023-11-04  7:06 Hans de Graaff
2023-11-02  6:51 Hans de Graaff
2023-10-21  5:09 Hans de Graaff
2023-10-13 14:14 Arthur Zamarin
2023-10-12 23:32 Sam James
2023-10-12 12:05 Sam James
2023-10-12 10:33 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:48 Sam James
2023-10-12  5:19 Hans de Graaff
2023-08-02 16:55 Arthur Zamarin
2023-08-02 15:11 Sam James
2023-08-02  5:01 Sam James
2023-08-02  4:48 Sam James
2023-08-02  4:45 Sam James
2023-08-02  4:45 Sam James
2023-07-30  9:32 Hans de Graaff
2023-06-13  5:20 Hans de Graaff
2023-03-31  1:03 Sam James
2023-03-04 14:42 Hans de Graaff
2023-03-04 10:25 Hans de Graaff
2023-02-19  9:53 Hans de Graaff
2023-02-04  7:08 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-04-09 10:35 Hans de Graaff
2022-02-13  9:06 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=1759937362.73684555740126a23c406015f98c8e73487de40a.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