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/expression_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/expression_parser')
-rw-r--r-- | dev-ruby/expression_parser/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/expression_parser/metadata.xml | 8 |
3 files changed, 34 insertions, 0 deletions
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 @@ +<?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">nricciar/expression_parser</remote-id> + </upstream> +</pkgmetadata> |