From 9883714a59da4470ffebbfebeae19bbd2641a7da Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 28 Dec 2015 07:30:11 +0100 Subject: [PATCH] dev-ruby/asciimath: initial import of 1.0.2 New dependency for dev-ruby/asciidoctor Package-Manager: portage-2.2.24 --- dev-ruby/asciimath/Manifest | 1 + dev-ruby/asciimath/asciimath-1.0.2.ebuild | 25 +++++++++++++++++++++++ dev-ruby/asciimath/metadata.xml | 8 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-ruby/asciimath/Manifest create mode 100644 dev-ruby/asciimath/asciimath-1.0.2.ebuild create mode 100644 dev-ruby/asciimath/metadata.xml diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest new file mode 100644 index 000000000000..1621793a3be2 --- /dev/null +++ b/dev-ruby/asciimath/Manifest @@ -0,0 +1 @@ +DIST asciimath-1.0.2.gem 13824 SHA256 d3c4485b6f32a61732d007337f74f6242d02ff572873b44bdbc1110cac9cfc37 SHA512 109995b8c67dc159671a1498f4507d926bdb10bb6c3a84552137fc84aa3477a237aa6c739de3011981f6815cd70fd9a0dc4ce47e172ab24d02a55f80ada0af46 WHIRLPOOL b83b33b31d059e0615f7eb84cc27540f1daa342b53f21e0ba57b7743a8914a73acf1a4f01225c3f5670776a4bc558deb11a24d19659fe603a8a4873d4bd86bf2 diff --git a/dev-ruby/asciimath/asciimath-1.0.2.ebuild b/dev-ruby/asciimath/asciimath-1.0.2.ebuild new file mode 100644 index 000000000000..9ae5eddf57c5 --- /dev/null +++ b/dev-ruby/asciimath/asciimath-1.0.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="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library" +HOMEPAGE="https://github.com/pepijnve/asciimath" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +each_ruby_test() { + RSPEC_VERSION=3 ruby-ng_rspec test +} diff --git a/dev-ruby/asciimath/metadata.xml b/dev-ruby/asciimath/metadata.xml new file mode 100644 index 000000000000..6e2907d1a894 --- /dev/null +++ b/dev-ruby/asciimath/metadata.xml @@ -0,0 +1,8 @@ + + + + ruby + + pepijnve/asciimath + + -- 2.26.2