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/maxitest/
Date: Wed, 27 Jan 2016 06:36:46 +0000 (UTC)	[thread overview]
Message-ID: <1453876593.c394368a5568d36b0cfe8670cc3d68c7c325405c.graaff@gentoo> (raw)

commit:     c394368a5568d36b0cfe8670cc3d68c7c325405c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 06:15:24 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 06:36:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c394368a

dev-ruby/maxitest: add 1.5.6

Package-Manager: portage-2.2.26

 dev-ruby/maxitest/Manifest              |  1 +
 dev-ruby/maxitest/maxitest-1.5.6.ebuild | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index fe3dd2d..d4df48b 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,2 +1,3 @@
 DIST maxitest-1.5.4.tar.gz 13723 SHA256 d03018f2a0d0414b7ce9df7a1326e6b0d615323b109084f3191472027d60a24c SHA512 b2b7c0ac561f7f62f94a86d1f84b1aa4e9dfe65840607ebc1178055e82a759aed74637a721c7eeb234e5efdf52ef6386e36097dcb165bbd001758a96e588d8e6 WHIRLPOOL c3fbc53e5e23da0e85fcdab9578af13b278dca9bea6738ca9ebe6eeecb8e72783e5c147d4e79dbe03185e365856dbdcbadf8a936916393946fd0f9ae5b3bf097
 DIST maxitest-1.5.5.tar.gz 13753 SHA256 5b8da0bca9b099da51f2abd14c6490b178debb4d79e545b377ee29cf4110cf31 SHA512 0136597d86a5d760c221e96bf84dfe36ae18b32450d0f955760903a8eb97232bf112e2c11528f9cb293972e6a1e0531fa459c132c8551a2861d57e7de9f5a642 WHIRLPOOL bf99b3402814d04254307b917d19f97ff32d6a43c75a71cef8994ac629f98cd23e909b69a6eb5404cfb707cde9175a8a95efe1aaf1a011952db908c8245a261e
+DIST maxitest-1.5.6.tar.gz 13751 SHA256 629e8c27b35158eb4bbbfecb47ac50434f47d13ceb094bcf657df1389bfd2f3d SHA512 7228c0b39a374a1193be63959b827c5657420b9effe451971e46a3d29c80f71fb684801011d531855340c853400250e149ae1cf0d73bda1800facc2ea072c500 WHIRLPOOL 1878bf3069e4debfc317a3b5bb360be96be05ed22e7c9bbbafcb410018d1a2009c964eec16864ab02dd619bbb657e3bc067bc82d0acd5f3962a797fdde6db918

diff --git a/dev-ruby/maxitest/maxitest-1.5.6.ebuild b/dev-ruby/maxitest/maxitest-1.5.6.ebuild
new file mode 100644
index 0000000..d12ee78
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-1.5.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest"
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "<dev-ruby/minitest-5.9.0:5"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+	rm -f Gemfile.lock || die
+	# Remove developer-only gems from the gemspec and avoid git issues
+	sed -i -e '/\(bump\|wwtd\)/ s:^:#:' \
+		-e 's/git ls-files/find/' \
+		${RUBY_FAKEGEM_GEMSPEC} || die
+	sed -i -e '/byebug/ s:^:#:' Gemfile || die
+
+}
+
+each_ruby_prepare() {
+	# Use the correct target
+	sed -i -e '/sh/ s:ruby:'${RUBY}':' \
+		-e '/sh/ s:mtest:'${RUBY}' -S mtest:' \
+		spec/maxitest_spec.rb || die
+}
+
+each_ruby_test() {
+	PATH="${S}/bin:${PATH}" RSPEC_VERSION=3 ruby-ng_rspec spec
+}


             reply	other threads:[~2016-01-27  6:36 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27  6:36 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-31 16:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/maxitest/ Hans de Graaff
2025-03-31 16:53 Hans de Graaff
2025-03-15 12:06 Hans de Graaff
2024-10-14  5:56 Hans de Graaff
2024-10-04  6:12 Hans de Graaff
2024-10-04  6:12 Hans de Graaff
2024-08-17  6:32 Hans de Graaff
2024-07-15  6:05 Ionen Wolkens
2024-07-15  6:05 Ionen Wolkens
2024-07-15  6:05 Ionen Wolkens
2024-07-15  6:05 Ionen Wolkens
2024-07-05  5:29 Hans de Graaff
2024-06-24  5:30 Hans de Graaff
2024-06-19  5:45 Hans de Graaff
2024-05-30  5:07 Hans de Graaff
2024-03-08  8:00 Hans de Graaff
2023-10-28  6:42 Hans de Graaff
2023-10-21  5:09 Hans de Graaff
2023-09-10  5:57 Hans de Graaff
2023-06-16  5:22 Hans de Graaff
2023-05-13  5:07 Hans de Graaff
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-07  3:07 Sam James
2023-03-27  8:35 Sam James
2023-02-18  7:29 Hans de Graaff
2023-01-08  7:49 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-03-23  6:42 Hans de Graaff
2021-11-21  4:58 Arthur Zamarin
2021-11-17  9:02 Arthur Zamarin
2021-11-17  9:02 Arthur Zamarin
2021-11-09 21:49 Jakov Smolić
2021-11-09 14:16 Jakov Smolić
2021-11-08  2:51 Yixun Lan
2021-09-04  6:53 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2020-09-11  6:58 Hans de Graaff
2020-06-09 17:07 Sergei Trofimovich
2020-06-07  8:37 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2019-11-11  6:56 Hans de Graaff
2019-11-01  5:40 Hans de Graaff
2019-11-01  5:40 Hans de Graaff
2019-09-25  6:11 Hans de Graaff
2019-09-09  5:40 Hans de Graaff
2019-09-09  5:40 Hans de Graaff
2019-09-09  5:40 Hans de Graaff
2019-06-05  6:06 Hans de Graaff
2019-06-05  6:06 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2018-05-30  4:18 Hans de Graaff
2018-05-30  4:18 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-04-02  5:50 Hans de Graaff
2018-04-02  5:50 Hans de Graaff
2018-03-07  6:31 Hans de Graaff
2018-02-27  5:00 Hans de Graaff
2018-02-25 22:01 Sergei Trofimovich
2018-01-27  7:18 Hans de Graaff
2018-01-13  8:46 Hans de Graaff
2018-01-03  7:05 Hans de Graaff
2017-05-13  6:33 Hans de Graaff
2017-01-24  6:06 Hans de Graaff
2016-12-09  6:10 Hans de Graaff
2016-12-01  7:46 Hans de Graaff
2016-12-01  7:46 Hans de Graaff
2016-08-25  5:12 Hans de Graaff
2016-08-15  5:36 Hans de Graaff
2016-08-15  5:36 Hans de Graaff
2016-07-01  4:30 Hans de Graaff
2016-05-19  5:30 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-03-23  6:16 Hans de Graaff
2016-03-23  6:16 Hans de Graaff
2016-01-20 13:42 Fabian Groffen
2016-01-07  6:39 Hans de Graaff
2015-11-21 15:45 Markus Meier
2015-11-16  5:55 Jeroen Roovers
2015-11-15  7:53 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=1453876593.c394368a5568d36b0cfe8670cc3d68c7c325405c.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