summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-01-03 10:01:22 +0100
committerHans de Graaff <graaff@gentoo.org>2021-01-04 07:27:46 +0100
commited88bfa828a64c659a748b6a268014888dbaa680 (patch)
tree7b7745edb87e1f4f3297f896cd851591424bb485 /dev-ruby/asciimath/asciimath-2.0.2.ebuild
parentapp-i18n/enca: drop static-libs too (diff)
downloadgentoo-ed88bfa828a64c659a748b6a268014888dbaa680.tar.gz
gentoo-ed88bfa828a64c659a748b6a268014888dbaa680.tar.bz2
gentoo-ed88bfa828a64c659a748b6a268014888dbaa680.zip
dev-ruby/asciimath: add 2.0.2
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/asciimath/asciimath-2.0.2.ebuild')
-rw-r--r--dev-ruby/asciimath/asciimath-2.0.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/asciimath/asciimath-2.0.2.ebuild b/dev-ruby/asciimath/asciimath-2.0.2.ebuild
new file mode 100644
index 000000000000..d242eb5cb1d8
--- /dev/null
+++ b/dev-ruby/asciimath/asciimath-2.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library"
+HOMEPAGE="https://github.com/pepijnve/asciimath"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/nokogiri )"