diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ruby/multi_test | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-ruby/multi_test')
-rw-r--r-- | dev-ruby/multi_test/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/multi_test/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/multi_test/multi_test-0.1.1.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/multi_test/multi_test-0.1.2.ebuild | 25 |
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-ruby/multi_test/Manifest b/dev-ruby/multi_test/Manifest new file mode 100644 index 000000000000..5330f8a8bc3b --- /dev/null +++ b/dev-ruby/multi_test/Manifest @@ -0,0 +1,2 @@ +DIST multi_test-0.1.1.gem 9728 SHA256 9b4329ae162a5072666f8b459b8ec652ea9ce7406f20adcf44acad1a2908a8b5 SHA512 80fb35ec6af444751cb4bf2349a87c086fcf17cda93bee6d4e80de0da71057a59449a3f8a3173e16199a344642839e8c5f51882ee43a39a75175d42f9c7b943c WHIRLPOOL fb19b1339d6a1713548206a792798933df11418912b7e88ebb3be9783d218b8afc3af45c918d7cec724ba0f362f55428195d8d4e3feca36d10d1f9f8850bbce7 +DIST multi_test-0.1.2.gem 9216 SHA256 adfbe09decee22deea2dc7a6b60698766306d3e74e9af0e03199de80b029a3eb SHA512 a0d59f51dc959b7febe9c32853b5ac5cbbb3215e8810de5e46fe10fa42931c1ea89df477155cc8124264d608c5928e54fd4e1949e7d0940f927e1430bfd60a2b WHIRLPOOL e9eff4a220ef1ca651fe62d483f742146d564b4934a925fa0029b706acab223cefefdaf3d5954a409b2d662948f724bc1d25728d31446e04fe80265911a50697 diff --git a/dev-ruby/multi_test/metadata.xml b/dev-ruby/multi_test/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/multi_test/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/multi_test/multi_test-0.1.1.ebuild b/dev-ruby/multi_test/multi_test-0.1.1.ebuild new file mode 100644 index 000000000000..94fc28937aa1 --- /dev/null +++ b/dev-ruby/multi_test/multi_test-0.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="History.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="A uniform interface for Ruby testing libraries" +HOMEPAGE="http://cukes.info/" +LICENSE="MIT" + +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +SLOT="0" +IUSE="" + +# Tests depend on specific versions of testing frameworks where bundler +# downloads dependencies. +RESTRICT="test" diff --git a/dev-ruby/multi_test/multi_test-0.1.2.ebuild b/dev-ruby/multi_test/multi_test-0.1.2.ebuild new file mode 100644 index 000000000000..e019291ad622 --- /dev/null +++ b/dev-ruby/multi_test/multi_test-0.1.2.ebuild @@ -0,0 +1,25 @@ +# 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_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="History.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="A uniform interface for Ruby testing libraries" +HOMEPAGE="http://cukes.info/" +LICENSE="MIT" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +SLOT="0" +IUSE="" + +# Tests depend on specific versions of testing frameworks where bundler +# downloads dependencies. +RESTRICT="test" |