From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ftp/
Date: Wed, 29 Oct 2025 07:29:38 +0000 (UTC) [thread overview]
Message-ID: <1761722883.8f5a7dbcc249ac2a20fab99bf31df64982c0920c.graaff@gentoo> (raw)
commit: 8f5a7dbcc249ac2a20fab99bf31df64982c0920c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 07:27:40 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 07:28:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5a7dbc
dev-ruby/net-ftp: add 0.3.9
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-ftp/Manifest | 1 +
dev-ruby/net-ftp/net-ftp-0.3.9.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/net-ftp/Manifest b/dev-ruby/net-ftp/Manifest
index dc28f7b441f6..5367a12dd07f 100644
--- a/dev-ruby/net-ftp/Manifest
+++ b/dev-ruby/net-ftp/Manifest
@@ -1 +1,2 @@
DIST net-ftp-0.3.8.tar.gz 29780 BLAKE2B 4c74c87b7c4f9ba14b3fbb4e82acc671fb42d4f665b1f583a42f5027e87f25a39cee8e028fff14174f5bd811fab9a8efd3c0aa52333178c81e484055949ce549 SHA512 1828c784966a0718831625cb612fe64d395708e9072cea5f802f8fa6596eb5d15450b981218d75320e16318decb00466fd819e851ac4fc0b02cd2025f0d34b29
+DIST net-ftp-0.3.9.tar.gz 29681 BLAKE2B bedc157a4c9e714100ca2ac01750ae9f6e9513b2c616fdc63ecba97948f2ba76ffc5c5e7acdab6e6f26f42de3f444b74b14bdc8c23d2edcd1786366deef154b7 SHA512 d26eb4c0e1d2b635d3aa288da75f1ba38820baec651262d66aac358890127b8297d020746a6173c11b086ddca0fa1838fd15e2a7cc298d3af364ec8700fa8263
diff --git a/dev-ruby/net-ftp/net-ftp-0.3.9.ebuild b/dev-ruby/net-ftp/net-ftp-0.3.9.ebuild
new file mode 100644
index 000000000000..3b03833c44bd
--- /dev/null
+++ b/dev-ruby/net-ftp/net-ftp-0.3.9.ebuild
@@ -0,0 +1,32 @@
+# 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-ftp.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Support for the File Transfer Protocol"
+HOMEPAGE="https://github.com/ruby/net-ftp"
+SRC_URI="https://github.com/ruby/net-ftp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+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"
+
+ruby_add_rdepend "
+ dev-ruby/net-protocol
+ dev-ruby/time
+"
+
+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
+}
next reply other threads:[~2025-10-29 7:29 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 7:29 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-13 9:47 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ftp/ Hans de Graaff
2025-06-03 10:53 Hans de Graaff
2025-05-21 9:20 Sam James
2025-05-18 11:30 Arthur Zamarin
2025-05-18 10:09 Sam James
2025-05-18 10:09 Sam James
2024-12-31 6:39 Hans de Graaff
2024-12-29 9:06 Hans de Graaff
2024-11-04 19:35 Fabian Groffen
2024-10-12 15:05 Sam James
2024-10-09 6:59 Arthur Zamarin
2024-10-09 5:46 Sam James
2024-10-06 14:29 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-10-06 13:30 Arthur Zamarin
2024-10-06 11:35 Sam James
2024-10-03 5:42 Hans de Graaff
2024-06-26 5:59 Hans de Graaff
2024-06-06 5:17 Hans de Graaff
2024-06-02 5:43 Hans de Graaff
2024-06-02 5:43 Hans de Graaff
2024-05-18 10:19 Sam James
2024-05-04 7:55 Arthur Zamarin
2024-05-04 7:30 Sam James
2024-05-04 7:28 Arthur Zamarin
2024-05-04 7:28 Arthur Zamarin
2024-05-04 7:20 Arthur Zamarin
2024-05-04 7:15 Arthur Zamarin
2024-05-04 7:11 Arthur Zamarin
2024-05-04 5:46 Hans de Graaff
2024-01-05 12:15 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-12-15 7:08 Hans de Graaff
2023-12-08 6:56 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-04 14:09 Hans de Graaff
2023-03-04 10:25 Hans de Graaff
2022-10-08 6:26 Hans de Graaff
2022-03-27 7:13 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=1761722883.8f5a7dbcc249ac2a20fab99bf31df64982c0920c.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