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: Mon, 21 Nov 2016 06:01:32 +0000 (UTC) [thread overview]
Message-ID: <1479708083.dcd3f179350e7b4ab58d3c70f35f28e01d6a7f19.graaff@gentoo> (raw)
commit: dcd3f179350e7b4ab58d3c70f35f28e01d6a7f19
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 06:01:23 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 06:01:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd3f179
dev-ruby/hoe: add 3.15.3
Package-Manager: portage-2.3.0
dev-ruby/hoe/Manifest | 1 +
dev-ruby/hoe/hoe-3.15.3.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest
index 0ebea4b..e846039 100644
--- a/dev-ruby/hoe/Manifest
+++ b/dev-ruby/hoe/Manifest
@@ -1,3 +1,4 @@
DIST hoe-3.13.0.gem 130048 SHA256 a74013aa6749ab10f0db92e9ad56e735d407104baa0981bf0d10dc2feacefef7 SHA512 0b6b109a063811651787ccf3d63eff2944024013a75c0c3362056d2fba6668141b7541fff8e53a9ef414899adc560546a98c452878aa5c53620a115fef7ce242 WHIRLPOOL 3639b1b2d984110ab234e5d48744f362031c312ebb47d5994c102e2aa71e6b83039b5bf9549b951b3d653b6c131f39d489602787c6a1fb7cbefb3171a5f1a9b8
DIST hoe-3.14.1.gem 130048 SHA256 dc2a2cc4ce1d856fd57a8e1d87455eae4025c9b1380e362fb75397de8ec323e5 SHA512 2bce2691a0cfa1d573987cdbf6f54390b5f3a5c93b06d5542309ccff7a17e834ecd5eec50b41cab9c6c5d355721428626644b17fb3ac8c9db23b74984666d3dc WHIRLPOOL 14b4cfca20346b07c2d584988864baea38098bb07a60e86e77d01e3b4bf1be40e2470729f81083d1172f3a2b2a1c85b5e917a2d2a7c530adfa453ddde4a24b69
DIST hoe-3.15.2.gem 188416 SHA256 f76b3503ba8dc1906ccd37e293a979b54dbc43ef49f6c2effbeddc9d64723ee6 SHA512 1d15551c59b9314d8c5a4514f93491100c9d31c0011fde34c937d9ee12cba3b073e112950659173034f754cf57f5d4b602487fd933b23ed8c23c3a1bcbcacf3f WHIRLPOOL d423ad2c5eee095045299877ea65cb04991096f89878f4d245b51463524952feff8a0002cd46841d51d587d5b85d950ed933238a52f0e0b68e2fae2a3313aee3
+DIST hoe-3.15.3.gem 188416 SHA256 4e772892e8f23055adc7f8579153fc37b0636cbcb31e6e57b1e06b7fd55de717 SHA512 04800928b5966334bb4529fb1d1374f2027020f936f1e890bbc429a7995cac2e7951054bfe26388c42b2809d802fb234da83aaca97358ff9356a8347a7cf12ac WHIRLPOOL 92008c05bad3e1c14f12e8defd15f97a173f5a8ad98f55d998af6ce7a617b1ebf9b9e53965ffacdfb3a9ef1a1b92cd1515ee88c744eec25cbbfc1c4cc85da38a
diff --git a/dev-ruby/hoe/hoe-3.15.3.ebuild b/dev-ruby/hoe/hoe-3.15.3.ebuild
new file mode 100644
index 00000000..ee583da
--- /dev/null
+++ b/dev-ruby/hoe/hoe-3.15.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
+
+ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-12.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
+
+ # Gem.bin_wrapper does not work as expected on Gentoo.
+ sed -i -e 's/Gem.bin_wrapper//' lib/hoe/rcov.rb lib/hoe/publish.rb test/test_hoe_publish.rb || die
+
+ # Fix broken test by including the right plugin first
+ sed -i -e '/test_extensions/a Hoe.plugin :clean' test/test_hoe.rb || die
+}
+
+all_ruby_compile() {
+ all_fakegem_compile
+
+ rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
+}
next reply other threads:[~2016-11-21 6:01 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-21 6:01 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-21 9:20 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hoe/ Sam James
2025-05-20 21:27 Sam James
2025-05-18 9:38 Sam James
2025-03-26 6:30 Hans de Graaff
2024-12-30 15:20 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-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-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=1479708083.dcd3f179350e7b4ab58d3c70f35f28e01d6a7f19.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