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/rr/
Date: Mon, 30 May 2016 05:35:27 +0000 (UTC)	[thread overview]
Message-ID: <1464585637.4eea3f62e14b453a781465f36bcc52a5dc2f2d47.graaff@gentoo> (raw)

commit:     4eea3f62e14b453a781465f36bcc52a5dc2f2d47
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 05:20:37 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 30 05:20:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eea3f62

dev-ruby/rr: add 1.2.0

Package-Manager: portage-2.2.28

 dev-ruby/rr/Manifest        |  1 +
 dev-ruby/rr/rr-1.2.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/rr/Manifest b/dev-ruby/rr/Manifest
index 7e1c296..d2f1ef7 100644
--- a/dev-ruby/rr/Manifest
+++ b/dev-ruby/rr/Manifest
@@ -1 +1,2 @@
 DIST rr-1.1.2.tar.gz 89970 SHA256 17396ac98c63d57ef83dea3904de2e86f5b78c9893b8f64e66d434dcd2e32438 SHA512 e0954206b8118cf0acd785cc300e267556cd62bc73dbbca885848205df6456e43463cc46ed1fc47c672574bdf33c42d288c403e550a89c74cac452a54c30a384 WHIRLPOOL bb6a7c128a84f17a690a35f904822324664471b366cb8d6a3677c45f025cebbd38f2f5afbd2bdafe861a979b6260fd21204395a61abc37e75c18b93efc7c07d4
+DIST rr-1.2.0.tar.gz 137694 SHA256 80d78995ebc7be2ce07ba9415597d10cf1a018205accb7853ce1610da4b40942 SHA512 d693dd720067c6d2cf04da6e980ec4d34fdb461fc9d316b4740d7c19047e349ddc7938e2965890dfe5ee35d7d45b7d53185e37460b202fd3108214ef894f17c4 WHIRLPOOL 92fb38b89851422ff25c33f7fbf7e083407b49d1e716baf3aeb086e8c3582166c8109267dc7b3ca60cc910fcb8a8c161d1961c3eadab610781cbef1bffec1c99

diff --git a/dev-ruby/rr/rr-1.2.0.ebuild b/dev-ruby/rr/rr-1.2.0.ebuild
new file mode 100644
index 0000000..153799e
--- /dev/null
+++ b/dev-ruby/rr/rr-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# 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_TASK_TEST="none"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A double framework featuring a selection of double techniques and a terse syntax"
+HOMEPAGE="http://pivotallabs.com/"
+SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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/rspec:2
+		dev-ruby/minitest
+		dev-ruby/session
+		dev-ruby/diff-lcs )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '1,2 s:^:#:' spec/suites/rspec_2/spec_helper.rb || die
+}
+
+each_ruby_test() {
+	# Only run the rspec 2 case since we don't have appraisals. Setting
+	# up everything correctly without it seems very complicated.
+	ruby-ng_rspec --format progress spec/suites/rspec_2/unit || die
+}


             reply	other threads:[~2016-05-30  5:35 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30  5:35 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-08  5:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rr/ Hans de Graaff
2025-04-08  5:33 Hans de Graaff
2024-10-13 21:41 Sam James
2024-10-09  7:15 Arthur Zamarin
2024-10-06 14:29 Arthur Zamarin
2024-10-06 12:01 Sam James
2024-10-06 11:52 Sam James
2024-10-06 11:18 Sam James
2024-08-30  5:28 Hans de Graaff
2024-01-22 14:07 Hans de Graaff
2024-01-22 14:07 Hans de Graaff
2023-03-27 13:25 Sam James
2023-01-21  9:08 Hans de Graaff
2022-12-18 10:37 Sam James
2022-12-18 10:29 Sam James
2022-12-18 10:29 Sam James
2022-12-18 10:28 Sam James
2022-12-18 10:28 Sam James
2022-12-18 10:27 Sam James
2022-12-18 10:27 Sam James
2022-12-03  9:14 Hans de Graaff
2022-07-15  8:09 Hans de Graaff
2022-04-17  8:09 Hans de Graaff
2022-03-27 10:32 Hans de Graaff
2021-12-07  6:42 Hans de Graaff
2021-10-17  6:04 Hans de Graaff
2021-10-17  6:04 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2021-08-27  6:48 Hans de Graaff
2021-08-07  7:33 Hans de Graaff
2021-07-01  4:25 Hans de Graaff
2021-06-18  3:48 Hans de Graaff
2021-04-08  6:07 Hans de Graaff
2020-11-06  3:21 Sam James
2020-01-23 19:13 Hans de Graaff
2019-01-18 11:26 Hans de Graaff
2018-03-30  6:59 Hans de Graaff
2018-01-21  6:49 Hans de Graaff
2018-01-21  6:38 Hans de Graaff
2017-12-28 12:01 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-22  7:06 Hans de Graaff
2017-10-22  7:06 Hans de Graaff
2017-09-24 17:49 Sergei Trofimovich
2017-09-08 19:24 Markus Meier
2017-09-04  7:30 Tobias Klausmann
2017-08-25  7:03 Sergei Trofimovich
2017-08-24  6:59 Sergei Trofimovich
2017-07-23  5:28 Hans de Graaff
2017-06-24  6:21 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-03-06 18:57 Manuel Rüger

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=1464585637.4eea3f62e14b453a781465f36bcc52a5dc2f2d47.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