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/parser | |
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/parser')
-rw-r--r-- | dev-ruby/parser/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/parser/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ruby/parser/parser-2.2.2.3.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/parser/parser-2.2.2.5.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/parser/parser-2.2.2.6.ebuild | 34 |
5 files changed, 113 insertions, 0 deletions
diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest new file mode 100644 index 000000000000..c5771300a498 --- /dev/null +++ b/dev-ruby/parser/Manifest @@ -0,0 +1,3 @@ +DIST parser-2.2.2.3.gem 370176 SHA256 0cd6a3951d91378d958be6657442ee221ecd2a96620d8dd870b3d03f0e3cd11b SHA512 fc1e6eebe2b372140ae4df98fbee360a03575e722e4a98170abdfb7a685f7fbf6bbe10d7e40f2e4c9244da37588a8fbbe2bf33ee98b97a37120bfd152f031eda WHIRLPOOL 0d1966e163d7cf067bab865454f2b7ffcfe98b03d44576f93680af933d8b9bbd5b06e5d40c47615d2b3fb35a86f3a160f941970f4f7b0a3703b15727dccfed75 +DIST parser-2.2.2.5.gem 370176 SHA256 13a85b1545a0ecc04d1e3a62e8e6f903cd9fcb1d8cf9b298b83b42e651ea6d8a SHA512 03d3ec8c050a5dd2d85a79b5269e60313df02f8a743e9e2c1669d9a5854c3dad5f962394444f483ecd7014a546583d0f60736f672f38d5dcebcbe29dc98f97ca WHIRLPOOL ffbd7363d33a7050813b7149a3a1a5907cacee3e835bd8e467270b20e5972d209b289b46f91b479d3d3af3775db307f6952691b20db4cf2d60a6e013e02f3503 +DIST parser-2.2.2.6.gem 370176 SHA256 1016f97e594d9abc92936e8b9ac0444438cf91df46afcf1fe607415cb227b066 SHA512 cdc9ac96e894b2cbcd26affceda8d0a327efde45b5562b9446739e9791b0f484c03bdcefa9405cc738d088b5e43d56ef58a9ffac8052908b5c82fcd8f2205668 WHIRLPOOL 8cb73c12540fbebe69f865c3ba51fbb14054773023852ee87242ee7034f3da3be23a646a325dd9bec3f18ae66d7dbc280844911f05a9ae51bb96c1495d262eb2 diff --git a/dev-ruby/parser/metadata.xml b/dev-ruby/parser/metadata.xml new file mode 100644 index 000000000000..9373f39393aa --- /dev/null +++ b/dev-ruby/parser/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> + <upstream> + <remote-id type="github">whitequark/parser</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/parser/parser-2.2.2.3.ebuild b/dev-ruby/parser/parser-2.2.2.3.ebuild new file mode 100644 index 000000000000..2a950c29386b --- /dev/null +++ b/dev-ruby/parser/parser-2.2.2.3.ebuild @@ -0,0 +1,34 @@ +# 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="yard" +RUBY_FAKEGEM_TASK_TEST="test" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}" + +inherit ruby-fakegem + +DESCRIPTION="A production-ready Ruby parser written in pure Ruby" +HOMEPAGE="https://github.com/whitequark/parser" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend "test? ( + dev-ruby/minitest:5 + dev-ruby/racc + dev-ruby/cliver )" +ruby_add_rdepend "dev-ruby/ast + dev-ruby/slop:3" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die + sed -i -e "/simplecov/,+35d" test/helper.rb || die +} diff --git a/dev-ruby/parser/parser-2.2.2.5.ebuild b/dev-ruby/parser/parser-2.2.2.5.ebuild new file mode 100644 index 000000000000..2a950c29386b --- /dev/null +++ b/dev-ruby/parser/parser-2.2.2.5.ebuild @@ -0,0 +1,34 @@ +# 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="yard" +RUBY_FAKEGEM_TASK_TEST="test" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}" + +inherit ruby-fakegem + +DESCRIPTION="A production-ready Ruby parser written in pure Ruby" +HOMEPAGE="https://github.com/whitequark/parser" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend "test? ( + dev-ruby/minitest:5 + dev-ruby/racc + dev-ruby/cliver )" +ruby_add_rdepend "dev-ruby/ast + dev-ruby/slop:3" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die + sed -i -e "/simplecov/,+35d" test/helper.rb || die +} diff --git a/dev-ruby/parser/parser-2.2.2.6.ebuild b/dev-ruby/parser/parser-2.2.2.6.ebuild new file mode 100644 index 000000000000..2a950c29386b --- /dev/null +++ b/dev-ruby/parser/parser-2.2.2.6.ebuild @@ -0,0 +1,34 @@ +# 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="yard" +RUBY_FAKEGEM_TASK_TEST="test" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}" + +inherit ruby-fakegem + +DESCRIPTION="A production-ready Ruby parser written in pure Ruby" +HOMEPAGE="https://github.com/whitequark/parser" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend "test? ( + dev-ruby/minitest:5 + dev-ruby/racc + dev-ruby/cliver )" +ruby_add_rdepend "dev-ruby/ast + dev-ruby/slop:3" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die + sed -i -e "/simplecov/,+35d" test/helper.rb || die +} |