public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/minitest-autotest/
Date: Mon,  5 Sep 2016 01:39:55 +0000 (UTC)	[thread overview]
Message-ID: <1473039586.b4ea204858da5b411c8e1e93932bc61b45d3f297.mrueg@gentoo> (raw)

commit:     b4ea204858da5b411c8e1e93932bc61b45d3f297
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 01:39:46 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 01:39:46 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=b4ea2048

dev-ruby/minitest-autotest: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/minitest-autotest/Manifest                |  1 +
 dev-ruby/minitest-autotest/metadata.xml            |  8 +++++++
 .../minitest-autotest-1.0.3.ebuild                 | 27 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-ruby/minitest-autotest/Manifest b/dev-ruby/minitest-autotest/Manifest
new file mode 100644
index 0000000..14a8a42
--- /dev/null
+++ b/dev-ruby/minitest-autotest/Manifest
@@ -0,0 +1 @@
+DIST minitest-autotest-1.0.3.gem 19968 SHA256 4f0f3daba42aa932f72cd43fc3db014e9e40f6f579ca3e5908d48c3f26ff35b9 SHA512 c04ff2c308d42810b5e1923d5f33e4ae1a033dafc8f0cd424aeb864796636dc9578f88c26244190630c45edb96c830603270e22c58571dcdb2d346842d7754de WHIRLPOOL 817fe416f8567ea82db8b5207454549ed980ad169c8714518b5619d7d5514fb82fc858d22a15a713260d733cb379c5c4d831a6fd3bb5522ff591d07f3ecb0c61

diff --git a/dev-ruby/minitest-autotest/metadata.xml b/dev-ruby/minitest-autotest/metadata.xml
new file mode 100644
index 0000000..97df2a0
--- /dev/null
+++ b/dev-ruby/minitest-autotest/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/minitest-autotest/minitest-autotest-1.0.3.ebuild b/dev-ruby/minitest-autotest/minitest-autotest-1.0.3.ebuild
new file mode 100644
index 0000000..ac06637
--- /dev/null
+++ b/dev-ruby/minitest-autotest/minitest-autotest-1.0.3.ebuild
@@ -0,0 +1,27 @@
+# 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"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Continually and intelligently test only those files you change with autotest"
+HOMEPAGE="https://github.com/seattlerb/minitest-autotest https://rubygems.org/gems/minitest-autotest"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/minitest-server-1.0
+	<dev-ruby/minitest-server-2"
+
+each_ruby_test() {
+	${RUBY} -Ilib test/test_minitest/test_autorun.rb || die
+	${RUBY} -Ilib test/test_minitest/test_good.rb || die
+}


                 reply	other threads:[~2016-09-05  1:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1473039586.b4ea204858da5b411c8e1e93932bc61b45d3f297.mrueg@gentoo \
    --to=mrueg@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