From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-ruby/rubytest/Manifest | 2 ++ dev-ruby/rubytest/metadata.xml | 5 +++++ dev-ruby/rubytest/rubytest-0.7.0.ebuild | 27 +++++++++++++++++++++++++++ dev-ruby/rubytest/rubytest-0.8.1.ebuild | 27 +++++++++++++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 dev-ruby/rubytest/Manifest create mode 100644 dev-ruby/rubytest/metadata.xml create mode 100644 dev-ruby/rubytest/rubytest-0.7.0.ebuild create mode 100644 dev-ruby/rubytest/rubytest-0.8.1.ebuild (limited to 'dev-ruby/rubytest') diff --git a/dev-ruby/rubytest/Manifest b/dev-ruby/rubytest/Manifest new file mode 100644 index 000000000000..3f3713f4a153 --- /dev/null +++ b/dev-ruby/rubytest/Manifest @@ -0,0 +1,2 @@ +DIST rubytest-0.7.0.gem 27136 SHA256 c179809aee532bfecd1ef33b56b28b0eee230978127f0832c2b241af8ec63505 SHA512 c4eaedbd11a799f476843b972c59573df9d0ae9620abfd2e1994c41d27eca8706bcf55d3ce5445bf34341727d02f75968e9c684dcb7d07f4bf76b1494c220090 WHIRLPOOL c9e22131fbf99107de56486f6d02f47cdc90e2c7741fc139b59a2d2c3e203498fff0128bdb9b2b8345a304e23f3fe309e3be58d6ee1fb4391188e0a783b4b24f +DIST rubytest-0.8.1.gem 23552 SHA256 1f974b78ec684418d4b4cf0ae790a9340249066b24b3065b8a01d1699b6e5ea6 SHA512 545e3c2af0c5f9bd5b109b809dc249171f4e738b7b3827f753746740ba03c360191a6b3c5f4068c97472474b543d3f1f88ef755a8dddbaf291a78e3fc073bb66 WHIRLPOOL 416f96e8cce2b2155d716936bdc3832335f21f1e0f0ee1bb3c8c2443e0ceb4d085716b40713e8eb7a3f553445fac0d92734c655a9d547df7b55b84f98da71f6b diff --git a/dev-ruby/rubytest/metadata.xml b/dev-ruby/rubytest/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/rubytest/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby + diff --git a/dev-ruby/rubytest/rubytest-0.7.0.ebuild b/dev-ruby/rubytest/rubytest-0.7.0.ebuild new file mode 100644 index 000000000000..7af884e063fa --- /dev/null +++ b/dev-ruby/rubytest/rubytest-0.7.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby Test is a universal test harness for Ruby" +HOMEPAGE="https://rubyworks.github.io/rubytest/" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/ae dev-ruby/qed )" +ruby_add_rdepend "dev-ruby/ansi" + +each_ruby_test() { + ${RUBY} -S qed || die 'tests failed' +} diff --git a/dev-ruby/rubytest/rubytest-0.8.1.ebuild b/dev-ruby/rubytest/rubytest-0.8.1.ebuild new file mode 100644 index 000000000000..e3bf609d2818 --- /dev/null +++ b/dev-ruby/rubytest/rubytest-0.8.1.ebuild @@ -0,0 +1,27 @@ +# 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_TEST="" +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby Test is a universal test harness for Ruby" +HOMEPAGE="https://rubyworks.github.io/rubytest/" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/ae dev-ruby/qed )" +ruby_add_rdepend "dev-ruby/ansi" + +each_ruby_test() { + ${RUBY} -S qed || die 'tests failed' +} -- cgit v1.2.3-65-gdbad