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 via email to