public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/itextomml/
Date: Fri, 19 May 2017 04:56:23 +0000 (UTC)	[thread overview]
Message-ID: <1495168666.f40e38e02045fdebb14b2d3b4bc97473d47d760c.graaff@gentoo> (raw)

commit:     f40e38e02045fdebb14b2d3b4bc97473d47d760c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 04:37:46 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 19 04:37:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40e38e0

dev-ruby/itextomml: add 1.5.6

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/itextomml/Manifest               |  1 +
 dev-ruby/itextomml/itextomml-1.5.6.ebuild | 34 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/itextomml/Manifest b/dev-ruby/itextomml/Manifest
index 6642a28a8ce..1ed24163ac3 100644
--- a/dev-ruby/itextomml/Manifest
+++ b/dev-ruby/itextomml/Manifest
@@ -1,2 +1,3 @@
 DIST itextomml-1.5.4.gem 124416 SHA256 3e70aa736d95751080f595be1458f82cd26945880e9b00d9abd163b2f60aa52a SHA512 18ee01adfbe128850d7bd41715a98221c425c2380ae9fe95fc8b5fe52c123e872514fc49a7b975eab1f32874b85f7e2861c8b22a9e829542eb6e4e1b97c3bc5a WHIRLPOOL 8fc3ae97a02f974de1d672056a064c23c0a77845883b8e3b50d196e35c28d64f2b6dcbf7cd3329c1d016d1c242972cc8b22490b90a7db71012dad010d702fee3
 DIST itextomml-1.5.5.gem 124416 SHA256 3449404701e505900059da5d756db26fbc2e7c1aea5358380ddd532e14a304bb SHA512 825c4f0e48e56980d23ea7ea485c50398e34b309de29ac8da218517b9d2e8a47e7dc39df8b400bb39b6828a9ac5d4e71a951554363725af20fdd460adae77e7f WHIRLPOOL 2171f2b1e81bef7284be30c26bc2086a61708d6ce6ef88aba40aa3567e671a3e7257ca58c650b879eb426eafe4a2ae38c0725d33572b37da2fd5437ae84f222c
+DIST itextomml-1.5.6.gem 125440 SHA256 3a2b095ee241207ece42025017cd7a932943b64f545aee19adfef0a6dde55d61 SHA512 b74f5a9ca4eb669fee547bdf729e456dfe07b8be4e9ac0d1b7c3ad5d4e99371ae7b5bde565e6472ab07bbcec2754d4ee628ba07a6a7e938ea8a55a6023c2f1fd WHIRLPOOL 28aa1005b8cd7427626ea7d4f3bd82cff60fbafdf38b28c5bce75f1e93f1aae41d590f01283f7211baad1a588ce4a4a5f34e6f4528caf357a68ee83567a60109

diff --git a/dev-ruby/itextomml/itextomml-1.5.6.ebuild b/dev-ruby/itextomml/itextomml-1.5.6.ebuild
new file mode 100644
index 00000000000..f41cd7d253a
--- /dev/null
+++ b/dev-ruby/itextomml/itextomml-1.5.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Native Ruby bindings to itex2MML, which converts itex equations to MathML"
+HOMEPAGE="https://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
+
+LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+#Tests don't fail here
+RESTRICT="test"
+
+each_ruby_configure() {
+	${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext
+	cp ext/itex2MML$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+	${RUBY} test/test_itextomml.rb || die
+}


             reply	other threads:[~2017-05-19  4:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-19  4:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31  6:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/itextomml/ Hans de Graaff
2023-12-27 19:51 Hans de Graaff
2023-04-19 20:07 Hans de Graaff
2022-05-04  5:26 Hans de Graaff
2022-05-04  5:26 Hans de Graaff
2021-10-31 11:35 Hans de Graaff
2020-08-16 16:30 Hans de Graaff
2020-07-05  8:11 Hans de Graaff
2019-03-24  8:35 Hans de Graaff
2019-03-24  8:35 Hans de Graaff
2019-02-02  7:55 Hans de Graaff
2018-10-20  5:18 Hans de Graaff
2018-06-26  4:38 Hans de Graaff
2018-05-21  5:16 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2017-02-27 14:19 Michael Weber
2017-02-05 15:09 Hans de Graaff
2016-12-10  5:38 Hans de Graaff
2016-08-16 17:49 Manuel Rüger
2016-08-15  5:36 Hans de Graaff
2016-03-09 23:23 Manuel Rüger
2015-10-10  6:33 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1495168666.f40e38e02045fdebb14b2d3b4bc97473d47d760c.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox