commit: 9883714a59da4470ffebbfebeae19bbd2641a7da Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 28 06:30:11 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 28 06:51:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9883714a
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(+) diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest new file mode 100644 index 0000000..1621793 --- /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 0000000..9ae5edd --- /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 0000000..6e2907d --- /dev/null +++ b/dev-ruby/asciimath/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">pepijnve/asciimath</remote-id> + </upstream> +</pkgmetadata>
