Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciimath/
Date: Fri, 03 Aug 2018 07:17:54
Message-Id: 1533280650.e0c26f9e4c0192ee0da364d2cb355ac1379343e5.graaff@gentoo
1 commit: e0c26f9e4c0192ee0da364d2cb355ac1379343e5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 07:08:57 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 07:17:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c26f9e
7
8 dev-ruby/asciimath: add 1.0.5
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/asciimath/Manifest | 1 +
13 dev-ruby/asciimath/asciimath-1.0.5.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest
17 index d8c7204eba7..df8e3f049da 100644
18 --- a/dev-ruby/asciimath/Manifest
19 +++ b/dev-ruby/asciimath/Manifest
20 @@ -1 +1,2 @@
21 DIST asciimath-1.0.4.gem 14336 BLAKE2B 84aac2d2b987f72a17288cee6d00197c429e04c216fad62ecd23b5f3eebe9590ead519df86cdaf99246dcfee4c18bab67176a0d47a1b864de6e44bdb4b90b70c SHA512 e99e6f869dda3e0236392039e6dccf5912b095e32ee7acbfb4684a5d723d05f4d3c9961554d5beab2a3d703b1ef50c45ed15c0dbda2179ab35d3b1b6b8759b49
22 +DIST asciimath-1.0.5.gem 17920 BLAKE2B 119a4c8639a3fa1d67ba745a988fa2c3e5bb1290c2fa5237e9ee4f4945e1ac57cd3789a7131ef1d95ef1f30c3155820187a358d842e3e27788854f70bed89c42 SHA512 7353d052b80825ea5944de7fed67acc02eedbc78c112e1252d49993eb454f59180076b75d92f259c0c1c51bd63436c4aa9b6eefa2e8e6cf70b1de4ab941b43dc
23
24 diff --git a/dev-ruby/asciimath/asciimath-1.0.5.ebuild b/dev-ruby/asciimath/asciimath-1.0.5.ebuild
25 new file mode 100644
26 index 00000000000..0b13ddc6d20
27 --- /dev/null
28 +++ b/dev-ruby/asciimath/asciimath-1.0.5.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +USE_RUBY="ruby23 ruby24 ruby25"
35 +
36 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
37 +
38 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
40 +
41 +inherit ruby-fakegem
42 +
43 +DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library"
44 +HOMEPAGE="https://github.com/pepijnve/asciimath"
45 +
46 +LICENSE="MIT"
47 +SLOT="1"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
49 +IUSE=""
50 +
51 +#RUBY_PATCHES=( ${P}-backslashes.patch )