summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-12-28 07:30:11 +0100
committerHans de Graaff <graaff@gentoo.org>2015-12-28 07:51:44 +0100
commit9883714a59da4470ffebbfebeae19bbd2641a7da (patch)
treecca7dbb0825bdbfb487da3aa6532374b5d79e933 /dev-ruby/asciimath
parentversion bump (diff)
downloadgentoo-9883714a59da4470ffebbfebeae19bbd2641a7da.tar.gz
gentoo-9883714a59da4470ffebbfebeae19bbd2641a7da.tar.bz2
gentoo-9883714a59da4470ffebbfebeae19bbd2641a7da.zip
dev-ruby/asciimath: initial import of 1.0.2
New dependency for dev-ruby/asciidoctor Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-ruby/asciimath')
-rw-r--r--dev-ruby/asciimath/Manifest1
-rw-r--r--dev-ruby/asciimath/asciimath-1.0.2.ebuild25
-rw-r--r--dev-ruby/asciimath/metadata.xml8
3 files changed, 34 insertions, 0 deletions
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 @@
+<?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>