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-util/cucumber-core | |
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-util/cucumber-core')
-rw-r--r-- | dev-util/cucumber-core/Manifest | 2 | ||||
-rw-r--r-- | dev-util/cucumber-core/cucumber-core-1.1.3.ebuild | 31 | ||||
-rw-r--r-- | dev-util/cucumber-core/cucumber-core-1.2.0.ebuild | 31 | ||||
-rw-r--r-- | dev-util/cucumber-core/metadata.xml | 10 |
4 files changed, 74 insertions, 0 deletions
diff --git a/dev-util/cucumber-core/Manifest b/dev-util/cucumber-core/Manifest new file mode 100644 index 000000000000..dce8bae9d4bd --- /dev/null +++ b/dev-util/cucumber-core/Manifest @@ -0,0 +1,2 @@ +DIST cucumber-core-1.1.3.gem 40448 SHA256 e6d1d41dd048e16161de92ddb415e2e599c6182923f9c6a2a2fcce63ce9dad94 SHA512 c108b12216ad6b1ca5f857d2fd144b5754077c2da2704343656229db0a1f86df8bd62a295eb24bb39b3b1ae8b020a85d99e4a0d3bc5cbe402c357e6110c0ba66 WHIRLPOOL 6873683d034612295527cc3857cbf5569c65f4a5129bc1f5b2956887ed45c83514e084c0c4b0beaffd03e96a7483fbd2aeab8449f227831f9cc2ee16d671d990 +DIST cucumber-core-1.2.0.gem 41984 SHA256 390e4d05a99d4b648f75343b553cb22c59aa9b4e461ab383323d4ca381b4b4bb SHA512 b24a108a0147afca99d292df7c64320190a1fa0b2fcc08038f3a98eb09d29f3f02e0581004a168e80e0c2091e7e981494f86e9086ff81504a014b52f5fe5ceeb WHIRLPOOL e49a4814d2810abfb1f8d4b79d858c87ce128c98d2e238147d0599eab7acdafa25fa438f1f1addd50dd195484f79fb0257f29dfb5fa5bbba07f173f313b6bedb diff --git a/dev-util/cucumber-core/cucumber-core-1.1.3.ebuild b/dev-util/cucumber-core/cucumber-core-1.1.3.ebuild new file mode 100644 index 000000000000..f191e2f0d702 --- /dev/null +++ b/dev-util/cucumber-core/cucumber-core-1.1.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Executable feature scenarios" +HOMEPAGE="http://github.com/aslakhellesoy/cucumber/wikis" +LICENSE="Ruby" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="examples test" + +ruby_add_bdepend " + test? ( + >=dev-ruby/unindent-1.0 + >=dev-ruby/kramdown-1.4.2 + dev-ruby/bundler + )" + +ruby_add_rdepend " + >=dev-ruby/gherkin-2.12.0:0 +" diff --git a/dev-util/cucumber-core/cucumber-core-1.2.0.ebuild b/dev-util/cucumber-core/cucumber-core-1.2.0.ebuild new file mode 100644 index 000000000000..b4abcbae10e8 --- /dev/null +++ b/dev-util/cucumber-core/cucumber-core-1.2.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Executable feature scenarios" +HOMEPAGE="https//github.com/aslakhellesoy/cucumber/wikis" +LICENSE="Ruby" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="examples test" + +ruby_add_bdepend " + test? ( + >=dev-ruby/unindent-1.0 + >=dev-ruby/kramdown-1.4.2 + dev-ruby/bundler + )" + +ruby_add_rdepend " + >=dev-ruby/gherkin-2.12.0:0 +" diff --git a/dev-util/cucumber-core/metadata.xml b/dev-util/cucumber-core/metadata.xml new file mode 100644 index 000000000000..ae454929f0f5 --- /dev/null +++ b/dev-util/cucumber-core/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>graaff@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">aslakhellesoy/cucumber</remote-id> + </upstream> +</pkgmetadata> |