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/test-unit/
Date: Tue, 13 Oct 2015 05:26:54 +0000 (UTC)	[thread overview]
Message-ID: <1444713997.f32305e408d06554e2ed87dbc16dc8a1bc8bb87f.graaff@gentoo> (raw)

commit:     f32305e408d06554e2ed87dbc16dc8a1bc8bb87f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 05:26:37 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 05:26:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32305e4

dev-ruby/test-unit: add 3.1.5

Package-Manager: portage-2.2.20.1

 dev-ruby/test-unit/Manifest               |  1 +
 dev-ruby/test-unit/test-unit-3.1.5.ebuild | 60 +++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index d53cbe3..b118404 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -2,3 +2,4 @@ DIST test-unit-1.2.3.gem 40960 SHA256 a7551459c53b0d73ac8e3ad3624b88d211bc80bc41
 DIST test-unit-2.5.5.gem 111104 SHA256 3216d6584293964c438e0573fa8f0273d12df2abb1c32d7a6aa427d6e0779d47 SHA512 4f710997d187011bc240ef869f5c86c11e01d9c7c8bee5fd938f194155137d7164e69bae6d63e41b90de8f7f6ab813a62131f2f9518d57b3913777923b491142 WHIRLPOOL 8bcdd17b02162e73afe6a306fc34e7687db7c6abb38cd94c3e558c25d30db3dda1893a923d217d887af55ff64f88e6c14861de5c30786798d3c4cf99f2c26ce3
 DIST test-unit-3.1.3.gem 121856 SHA256 b34ed36148329b1f4df9b3385259172c5435457f0da3d5494e3fcd0ae1f33d79 SHA512 3b2ab5e74940c9e02ca345212858ace4fec2266137da896efed50d87f53fb6076be11dcc05603b294bfe48a68ac2458c2b6bd437ddcf45ea7b0b1959b3c7fb89 WHIRLPOOL baba9eba099c6a599c8237dccef9749075b32a187041080c5230ad36f9354f175d9c96d7d2a02f7fcc4b18bb21cf628f0e3f06bc530914fd68cd4565e6a369ab
 DIST test-unit-3.1.4.gem 122368 SHA256 9af970e9106b57672cccf917af6bc252e18ceef500d026eac360559f4560c4af SHA512 9e7b3d1a83b5d296d082281cf0f177ce6ab4347351cb358c199924bfc6bc2c56ed2c9a0701aac7dc056bede29087b91389a3e51c04e7f31852bfa6d90bac6b16 WHIRLPOOL 84911bbf8427d7575456257f4ac0f2fe6cb1862a4c9e68507e185529a65c4cca6fc1980b795a813bd886c3c7a4d389ca2435393539a13eb447d4515b45e72410
+DIST test-unit-3.1.5.gem 122368 SHA256 9c38357eb0342e7971b6e6c37691b1ceb5161736a0e92e314797e6cabfb4bf4b SHA512 46840108402ef6319e76fd9b5270e88aaf45d6cf99fa84f28e8a01ce2bc2d5e0e79d1fdf660807fcc5b2434540f4240bd4799ecbb7fa6231af1cd96a7c89f994 WHIRLPOOL fbec655035463fd0b10f4c514444c2448feb37dd4f072ad536fc3f834afd5f9059409da87b23f4c7b7d73f7150815b26a91cdb80a9365211d2280a5ec102b97b

diff --git a/dev-ruby/test-unit/test-unit-3.1.5.ebuild b/dev-ruby/test-unit/test-unit-3.1.5.ebuild
new file mode 100644
index 0000000..85d1f67
--- /dev/null
+++ b/dev-ruby/test-unit/test-unit-3.1.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+inherit ruby-fakegem
+
+# Assume for now that ruby22 is not eselected yet and only depend on
+# yard for the other ruby implementations. Without this assumption
+# bootstrapping ruby22 won't be possible due to the yard dependency
+# tree.
+#USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+DESCRIPTION="An xUnit family unit testing framework for Ruby"
+HOMEPAGE="https://rubygems.org/gems/test-unit"
+
+LICENSE="|| ( Ruby GPL-2 ) PSF-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+# power_assert does not work with ruby19 but is not needed for backward
+# compatibility:
+# https://github.com/k-tsj/power_assert/issues/8#issuecomment-71363455
+USE_RUBY="${USE_RUBY/ruby19/}" ruby_add_rdepend "dev-ruby/power_assert"
+
+each_ruby_prepare() {
+	case ${RUBY} in
+		*ruby19)
+			# Remove metadata to avoid registering the unsupported
+			# power_assert dependency.
+			rm -f ../metadata || die
+			;;
+	esac
+}
+
+all_ruby_compile() {
+	all_fakegem_compile
+
+	if use doc; then
+		yard doc --title ${PN} || die
+	fi
+}
+
+each_ruby_test() {
+	${RUBY} test/run-test.rb || die "testsuite failed"
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	newbin "${FILESDIR}"/testrb-3 testrb-2
+}


             reply	other threads:[~2015-10-13  5:27 UTC|newest]

Thread overview: 146+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13  5:26 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-17  6:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit/ Hans de Graaff
2024-12-15  7:55 Hans de Graaff
2024-11-28  6:53 Hans de Graaff
2024-11-24  8:07 Hans de Graaff
2024-10-12 15:05 Sam James
2024-10-09  5:46 Sam James
2024-10-08 20:16 Arthur Zamarin
2024-10-08 20:12 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-07-17  4:38 Viorel Munteanu
2024-07-14  7:48 Hans de Graaff
2024-02-16  7:11 Hans de Graaff
2023-12-27  8:10 Hans de Graaff
2023-11-29  4:23 Sam James
2023-08-19  6:35 Sam James
2023-08-19  6:18 Sam James
2023-08-19  6:18 Sam James
2023-08-04 20:20 Arthur Zamarin
2023-08-02 18:21 Sam James
2023-08-02 17:52 Sam James
2023-07-24 12:32 Jakov Smolić
2023-06-25  7:08 Sam James
2023-06-25  5:51 Hans de Graaff
2023-06-13  5:20 Hans de Graaff
2023-06-06  5:29 Hans de Graaff
2023-05-13  5:07 Hans de Graaff
2023-03-28 19:26 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:06 Sam James
2023-03-28 19:05 Sam James
2022-12-15  6:51 Hans de Graaff
2022-10-08  6:26 Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-04-17  8:09 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2021-12-24  7:02 Hans de Graaff
2021-12-12 15:19 Hans de Graaff
2021-12-12 15:19 Hans de Graaff
2021-11-17  6:37 Hans de Graaff
2021-10-30  5:16 Hans de Graaff
2021-10-24  5:39 Hans de Graaff
2021-09-21  5:08 Hans de Graaff
2021-09-21  5:08 Hans de Graaff
2021-09-11  6:20 Hans de Graaff
2021-09-04  6:53 Hans de Graaff
2021-07-30  9:59 Hans de Graaff
2021-07-21 10:27 Marek Szuba
2021-07-15 13:44 Sergei Trofimovich
2021-07-13  6:34 Agostino Sarubbo
2021-07-13  6:31 Agostino Sarubbo
2021-07-13  6:29 Agostino Sarubbo
2021-07-11  9:00 Agostino Sarubbo
2021-07-11  8:58 Agostino Sarubbo
2021-07-03  7:22 Hans de Graaff
2021-06-05  5:49 Hans de Graaff
2021-05-31  5:43 Hans de Graaff
2021-04-20  5:23 Hans de Graaff
2021-01-31  7:31 Hans de Graaff
2021-01-31  7:31 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-12-29  6:54 Hans de Graaff
2020-12-28  7:46 Hans de Graaff
2020-11-21  6:39 Hans de Graaff
2020-06-10  4:58 Hans de Graaff
2020-01-10 14:02 Hans de Graaff
2019-12-26 11:06 Hans de Graaff
2019-12-03 10:24 Hans de Graaff
2019-11-27 13:03 Mikle Kolyada
2019-11-26 19:35 Sergei Trofimovich
2019-11-23 16:53 Agostino Sarubbo
2019-11-23 15:46 Agostino Sarubbo
2019-11-23 15:40 Agostino Sarubbo
2019-11-23 15:33 Agostino Sarubbo
2019-11-23 12:46 Agostino Sarubbo
2019-11-23  0:13 Aaron Bauman
2019-11-22 16:23 Matt Turner
2019-11-02  5:55 Hans de Graaff
2019-10-01  5:43 Hans de Graaff
2019-06-24 15:14 Michael Haubenwallner
2019-05-11  5:31 Hans de Graaff
2019-05-11  5:31 Hans de Graaff
2019-04-27 19:48 Aaron Bauman
2019-04-11  6:49 Hans de Graaff
2019-03-27  6:49 Hans de Graaff
2019-01-23  6:32 Hans de Graaff
2018-12-30 18:10 Mikle Kolyada
2018-12-26  8:20 Hans de Graaff
2018-12-02 10:39 Hans de Graaff
2018-07-29  9:10 Hans de Graaff
2018-07-29  8:42 Sergei Trofimovich
2018-07-11  5:05 Markus Meier
2018-06-25 20:43 Tobias Klausmann
2018-06-07 22:06 Sergei Trofimovich
2018-06-07  4:43 Hans de Graaff
2018-06-06 23:49 Thomas Deutschmann
2018-06-06 18:26 Sergei Trofimovich
2018-05-13  4:46 Hans de Graaff
2018-05-06 18:10 Hans de Graaff
2018-02-24  8:50 Hans de Graaff
2018-02-15 21:48 Michał Górny
2018-01-24  7:02 Hans de Graaff
2017-12-25 17:02 Hans de Graaff
2017-12-13  4:43 Hans de Graaff
2017-12-06 22:44 Sergei Trofimovich
2017-11-26  8:45 Hans de Graaff
2017-09-22  5:21 Hans de Graaff
2017-08-14 19:42 Hans de Graaff
2017-07-17 18:21 Hans de Graaff
2017-07-11  4:58 Markus Meier
2017-06-25  6:54 Hans de Graaff
2017-06-05 21:53 Sergei Trofimovich
2017-05-23  5:30 Hans de Graaff
2017-04-30  8:10 Jeroen Roovers
2017-04-25  7:08 Tobias Klausmann
2017-04-16  7:20 Hans de Graaff
2017-03-08 23:39 Michael Weber
2016-12-26 19:17 Hans de Graaff
2016-12-11  6:33 Hans de Graaff
2016-12-11  6:33 Hans de Graaff
2016-11-25 10:43 Hans de Graaff
2016-11-25 10:10 Hans de Graaff
2016-11-05 14:44 Manuel Rüger
2016-07-24  6:42 Hans de Graaff
2016-06-19  5:20 Hans de Graaff
2016-05-20 20:17 Manuel Rüger
2016-05-18  8:41 Fabian Groffen
2016-05-06  5:30 Hans de Graaff
2016-05-06  5:30 Hans de Graaff
2016-03-19 14:40 Manuel Rüger
2016-03-19 14:40 Manuel Rüger
2016-03-19 14:40 Manuel Rüger
2016-01-17 21:23 Manuel Rüger
2015-12-27  9:22 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:09 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-27  6:12 Hans de Graaff
2015-09-27  6:12 Hans de Graaff
2015-08-29  6:25 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=1444713997.f32305e408d06554e2ed87dbc16dc8a1bc8bb87f.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