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: Wed,  4 May 2022 05:26:45 +0000 (UTC)	[thread overview]
Message-ID: <1651642001.97acf91cdcee7594135a21bdbaae4cd66f35a577.graaff@gentoo> (raw)

commit:     97acf91cdcee7594135a21bdbaae4cd66f35a577
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 05:26:31 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May  4 05:26:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97acf91c

dev-ruby/itextomml: drop 1.6.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/itextomml/Manifest               |  1 -
 dev-ruby/itextomml/itextomml-1.6.0.ebuild | 34 -------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/itextomml/Manifest b/dev-ruby/itextomml/Manifest
index cfc6e7216d49..07424ad820a8 100644
--- a/dev-ruby/itextomml/Manifest
+++ b/dev-ruby/itextomml/Manifest
@@ -1,2 +1 @@
-DIST itextomml-1.6.0.gem 125952 BLAKE2B 9422d7a7f0a872dc60fce6f5d217c8c085785787d40b1f976a0f3df04f49d8de37a6fb658d8960b27f27dec03401a013b51a9ebe2446f5deecd70cfab00a7756 SHA512 cabff2d8d36cea6b280c4c928675e368e02ce346870c2d933ebb5554722e729ef7a05132776d29e4a62f0fa89ef1ad2fdd729ac97a35d7aed6da24f90de75839
 DIST itextomml-1.6.1.gem 126976 BLAKE2B f66395ebc75f57b845897c9ec3cdabd93a67fd93561ad6fa2284c449518d4da08b3d4cb20529149b006228f0200ed73d3edca23fdc6cc943e0cdb4d09a14b47c SHA512 c122562e54618a2eda090c061d4b65c3d55cbd5325eb7f9d13249959219eeed75be5e172a1d2b8bdcc30eafc7700150eff3b7b09aaa2e5b9dd143f9e5752cd8e

diff --git a/dev-ruby/itextomml/itextomml-1.6.0.ebuild b/dev-ruby/itextomml/itextomml-1.6.0.ebuild
deleted file mode 100644
index e1e1d94cfb46..000000000000
--- a/dev-ruby/itextomml/itextomml-1.6.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-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 ~arm64 ~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:[~2022-05-04  5:26 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04  5:26 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
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-05-19  4:56 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=1651642001.97acf91cdcee7594135a21bdbaae4cd66f35a577.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