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/expression_parser/Manifest | 1 + .../expression_parser-0.9.0_p20130518.ebuild | 25 ++++++++++++++++++++++ dev-ruby/expression_parser/metadata.xml | 8 +++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-ruby/expression_parser/Manifest create mode 100644 dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild create mode 100644 dev-ruby/expression_parser/metadata.xml (limited to 'dev-ruby/expression_parser') diff --git a/dev-ruby/expression_parser/Manifest b/dev-ruby/expression_parser/Manifest new file mode 100644 index 000000000000..3495600ef0b8 --- /dev/null +++ b/dev-ruby/expression_parser/Manifest @@ -0,0 +1 @@ +DIST expression_parser-0.9.0_p20130518.tar.gz 4212 SHA256 cd1553b44c9f654db30b45c1db8dad73c42bb1020259e5670127672e25c561c4 SHA512 d0d031570e99987a78a4285cfc5ebdb3ec517fbfdd053b7da3dae9c3f2ccf47083f0964b135f3c2501aebe44bd789f1a360cd386620a2f3585af014dd81fc474 WHIRLPOOL 22fa6114d549ff49abcd3812e7c61c83c3ece45a052885cb6ba23d10d56e1be3a18f347d4577dab4c92aa3e62f84d121e11744dd9ea10ca7be4bcf7e76eb2c11 diff --git a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild new file mode 100644 index 000000000000..c2986465c1ac --- /dev/null +++ b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.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_TEST="rspec" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README" +RUBY_FAKEGEM_VERSION="0.9.0.20130518" + +inherit ruby-fakegem + +DESCRIPTION="A math parser" +HOMEPAGE="http://lukaszwrobel.pl/blog/math-parser-part-3-implementation" +COMMIT_ID="6e3c7973423ff0f2cd33db2304fcd4eac3af01ad" +SRC_URI="https://github.com/nricciar/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + +RUBY_S="${PN}-${COMMIT_ID}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" diff --git a/dev-ruby/expression_parser/metadata.xml b/dev-ruby/expression_parser/metadata.xml new file mode 100644 index 000000000000..9508d6bb7f60 --- /dev/null +++ b/dev-ruby/expression_parser/metadata.xml @@ -0,0 +1,8 @@ + + + + ruby + + nricciar/expression_parser + + -- cgit v1.2.3-65-gdbad