From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hoe/
Date: Sat, 25 May 2024 05:46:24 +0000 (UTC) [thread overview]
Message-ID: <1716615861.ba5e66a13de1fa2a8d5bc989be37f35619aa2346.graaff@gentoo> (raw)
commit: ba5e66a13de1fa2a8d5bc989be37f35619aa2346
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 05:31:40 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 25 05:44:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5e66a1
dev-ruby/hoe: add 4.2.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/hoe/Manifest | 1 +
dev-ruby/hoe/hoe-4.2.1.ebuild | 53 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest
index b54dea292164..189578eb13d9 100644
--- a/dev-ruby/hoe/Manifest
+++ b/dev-ruby/hoe/Manifest
@@ -2,3 +2,4 @@ DIST hoe-4.0.4.gem 190976 BLAKE2B 82e017351700a376f7e497a2e65b5e3e8331f25d5b0839
DIST hoe-4.0.5.gem 190976 BLAKE2B 57622502f76a65a1d1e31bc717d125495c1f1d4e687ddf5a74c5335a58aa3a64bc0b0e2a66fe17e5b14ef92cdc72178299b2cfbb03bcb2a57d71c740d9628a6a SHA512 5f9e423dfe49d2b41ae4380a8b226a7c6efa939ba48022a0d872e9ccb4fb8aeed67ea2366034f61edc92a5be3f23014a0428ea64a48c644a2308621a0d417a23
DIST hoe-4.1.0.gem 190976 BLAKE2B c16ccdd73235f43a8f937b52cba7d670516b86670ce5ee0a86f6167805d74f9c090b6f24d5465527c1356486a97cbdcf73f904b31e605f6f56e76dd54318d6a8 SHA512 6a90adcd2bc767ccf6e2fa425e98a9e765135cbcb39793aa0e4a1314028a8cf568a7beca2a16924abf1d0984c855b077be8123109140181ae2986c3ebc1c9010
DIST hoe-4.2.0.gem 191488 BLAKE2B ce8ecf1ddd5c83a2b6318dfd23111bb904086897cc0e66414dbe5c7972ebb36c897de56f32964b005385136ad13aab198be7f888f65d5ae6608b99cad41e1166 SHA512 c083a7135bb751f38a5c7380f888a67232f097cb35376cb1e88d8585a97faae0a47ab4b5a22a9491526307df79efd34f65796e777563ae38549dc25edf8b05c4
+DIST hoe-4.2.1.gem 191488 BLAKE2B bb8f1f9b8835f45c2f719a6821e267177792749a7cce05555068b367599a83e41b013fb61a25d5b5f5521b22070e7d9786eb37a047ad1cdc541b5a268e94250d SHA512 b9aa7544c94565f99bdded282536143252c0776390007b4ba2dba2d66892a800f9111030288d885fe6985915456870de674ebea702ee3342ccb97ee9b69fe102
diff --git a/dev-ruby/hoe/hoe-4.2.1.ebuild b/dev-ruby/hoe/hoe-4.2.1.ebuild
new file mode 100644
index 000000000000..df02e38b53d6
--- /dev/null
+++ b/dev-ruby/hoe/hoe-4.2.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="template"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hoe extends rake to provide full project automation"
+HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
+
+ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-15.0"
+
+all_ruby_prepare() {
+ # Skip isolation
+ sed -i -e '/isolate/ s:^:#:' Rakefile || die
+
+ # Skip test depending on specifics of gem command name
+ sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
+
+ # Avoid test with random sort order
+ sed -i -e '/test_possibly_better/askip "ordering issues"' test/test_hoe.rb || die
+
+ # Avoid test that depends on specifics of merged packages
+ sed -i -e '/test_make_rdoc_cmd/askip "dependent on merged packages"' test/test_hoe_publish.rb || die
+}
+
+all_ruby_compile() {
+ all_fakegem_compile
+
+ if use doc; then
+ rdoc --title "seattlerb's hoe-${PV} Documentation" -o doc --main README.rdoc \
+ lib History.rdoc Manifest.txt README.doc || die
+ rm -f doc/js/*.gz || die
+ fi
+}
+
+each_ruby_test() {
+ export -n A
+ each_fakegem_test
+}
next reply other threads:[~2024-05-25 5:46 UTC|newest]
Thread overview: 94+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-25 5:46 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-30 15:20 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hoe/ Hans de Graaff
2024-12-30 15:20 Hans de Graaff
2024-10-12 15:05 Sam James
2024-10-10 12:20 Arthur Zamarin
2024-10-09 5:46 Sam James
2024-10-06 13:33 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2024-07-01 5:21 Hans de Graaff
2024-07-01 5:21 Hans de Graaff
2024-06-10 2:46 Ionen Wolkens
2024-05-25 15:10 Michał Górny
2024-05-25 6:27 Arthur Zamarin
2024-05-25 6:27 Arthur Zamarin
2024-05-25 6:22 Sam James
2024-05-25 6:22 Sam James
2024-05-25 6:08 Arthur Zamarin
2024-05-25 5:46 Hans de Graaff
2024-03-10 15:19 Hans de Graaff
2023-12-27 20:00 Hans de Graaff
2023-12-27 20:00 Hans de Graaff
2023-12-22 8:08 Hans de Graaff
2023-08-19 7:53 Arthur Zamarin
2023-08-19 6:18 Sam James
2023-08-19 6:09 Sam James
2023-08-04 17:30 Hans de Graaff
2023-07-18 4:46 Hans de Graaff
2023-03-28 23:20 Sam James
2023-03-28 23:20 Sam James
2023-03-28 22:12 Sam James
2023-03-28 22:12 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:52 Sam James
2023-03-28 21:49 Sam James
2023-03-19 7:14 Hans de Graaff
2022-10-30 6:48 Hans de Graaff
2022-08-21 4:54 Hans de Graaff
2022-07-09 5:31 Hans de Graaff
2022-05-27 6:05 Hans de Graaff
2022-05-26 10:36 Hans de Graaff
2021-08-02 21:48 Marek Szuba
2020-12-29 6:36 Hans de Graaff
2020-09-14 7:29 Hans de Graaff
2020-09-13 10:50 Sergei Trofimovich
2020-06-21 17:12 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-06-20 6:25 Hans de Graaff
2020-04-28 4:41 Hans de Graaff
2020-01-12 6:47 Hans de Graaff
2019-11-11 6:56 Hans de Graaff
2019-11-03 7:46 Hans de Graaff
2019-10-31 6:49 Hans de Graaff
2019-10-31 6:49 Hans de Graaff
2019-09-15 5:50 Hans de Graaff
2019-05-27 5:34 Hans de Graaff
2019-03-14 5:56 Hans de Graaff
2018-12-28 11:13 Hans de Graaff
2018-01-24 16:43 Hans de Graaff
2017-12-26 7:06 Hans de Graaff
2017-12-24 8:49 Markus Meier
2017-11-30 20:06 Sergei Trofimovich
2017-11-27 8:50 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-22 21:42 Tobias Klausmann
2017-10-22 7:11 Hans de Graaff
2017-10-21 10:20 Sergei Trofimovich
2017-10-21 9:10 Sergei Trofimovich
2017-10-21 7:27 Hans de Graaff
2017-10-11 21:25 Robin H. Johnson
2017-07-18 4:56 Hans de Graaff
2017-04-27 12:45 Diego Elio Pettenò
2017-03-08 23:39 Michael Weber
2017-01-08 6:43 Hans de Graaff
2017-01-03 6:59 Hans de Graaff
2017-01-02 6:59 Hans de Graaff
2016-11-21 6:01 Hans de Graaff
2016-11-12 9:52 Hans de Graaff
2016-11-12 9:52 Hans de Graaff
2016-11-12 9:52 Hans de Graaff
2016-11-12 9:52 Hans de Graaff
2016-11-12 9:52 Hans de Graaff
2016-05-10 11:33 Patrice Clement
2016-01-05 6:07 Hans de Graaff
2015-11-17 6:23 Hans de Graaff
2015-11-16 14:19 Agostino Sarubbo
2015-11-05 11:20 Agostino Sarubbo
2015-11-01 15:59 Tobias Klausmann
2015-10-25 19:07 Markus Meier
2015-10-04 18:17 Jeroen Roovers
2015-10-04 10:14 Agostino Sarubbo
2015-10-04 9:42 Agostino Sarubbo
2015-09-14 5:33 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=1716615861.ba5e66a13de1fa2a8d5bc989be37f35619aa2346.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