Skip to content

Commit

Permalink
dev-ruby/asciimath: initial import of 1.0.2
Browse files Browse the repository at this point in the history
New dependency for dev-ruby/asciidoctor

Package-Manager: portage-2.2.24
  • Loading branch information
graaff committed Dec 28, 2015
1 parent 34a58b2 commit 9883714
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/asciimath/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST asciimath-1.0.2.gem 13824 SHA256 d3c4485b6f32a61732d007337f74f6242d02ff572873b44bdbc1110cac9cfc37 SHA512 109995b8c67dc159671a1498f4507d926bdb10bb6c3a84552137fc84aa3477a237aa6c739de3011981f6815cd70fd9a0dc4ce47e172ab24d02a55f80ada0af46 WHIRLPOOL b83b33b31d059e0615f7eb84cc27540f1daa342b53f21e0ba57b7743a8914a73acf1a4f01225c3f5670776a4bc558deb11a24d19659fe603a8a4873d4bd86bf2
25 changes: 25 additions & 0 deletions dev-ruby/asciimath/asciimath-1.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
8 changes: 8 additions & 0 deletions dev-ruby/asciimath/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 9883714

Please sign in to comment.