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/itextomml/
Date: Wed, 04 May 2022 05:26:50
Message-Id: 1651642001.97acf91cdcee7594135a21bdbaae4cd66f35a577.graaff@gentoo
1 commit: 97acf91cdcee7594135a21bdbaae4cd66f35a577
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 05:26:31 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 05:26:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97acf91c
7
8 dev-ruby/itextomml: drop 1.6.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/itextomml/Manifest | 1 -
13 dev-ruby/itextomml/itextomml-1.6.0.ebuild | 34 -------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-ruby/itextomml/Manifest b/dev-ruby/itextomml/Manifest
17 index cfc6e7216d49..07424ad820a8 100644
18 --- a/dev-ruby/itextomml/Manifest
19 +++ b/dev-ruby/itextomml/Manifest
20 @@ -1,2 +1 @@
21 -DIST itextomml-1.6.0.gem 125952 BLAKE2B 9422d7a7f0a872dc60fce6f5d217c8c085785787d40b1f976a0f3df04f49d8de37a6fb658d8960b27f27dec03401a013b51a9ebe2446f5deecd70cfab00a7756 SHA512 cabff2d8d36cea6b280c4c928675e368e02ce346870c2d933ebb5554722e729ef7a05132776d29e4a62f0fa89ef1ad2fdd729ac97a35d7aed6da24f90de75839
22 DIST itextomml-1.6.1.gem 126976 BLAKE2B f66395ebc75f57b845897c9ec3cdabd93a67fd93561ad6fa2284c449518d4da08b3d4cb20529149b006228f0200ed73d3edca23fdc6cc943e0cdb4d09a14b47c SHA512 c122562e54618a2eda090c061d4b65c3d55cbd5325eb7f9d13249959219eeed75be5e172a1d2b8bdcc30eafc7700150eff3b7b09aaa2e5b9dd143f9e5752cd8e
23
24 diff --git a/dev-ruby/itextomml/itextomml-1.6.0.ebuild b/dev-ruby/itextomml/itextomml-1.6.0.ebuild
25 deleted file mode 100644
26 index e1e1d94cfb46..000000000000
27 --- a/dev-ruby/itextomml/itextomml-1.6.0.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
36 -RUBY_FAKEGEM_TASK_DOC=""
37 -RUBY_FAKEGEM_EXTRADOC="README"
38 -
39 -inherit multilib ruby-fakegem
40 -
41 -DESCRIPTION="Native Ruby bindings to itex2MML, which converts itex equations to MathML"
42 -HOMEPAGE="https://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
43 -
44 -LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
47 -IUSE=""
48 -
49 -#Tests don't fail here
50 -RESTRICT="test"
51 -
52 -each_ruby_configure() {
53 - ${RUBY} -Cext extconf.rb || die
54 -}
55 -
56 -each_ruby_compile() {
57 - emake V=1 -Cext
58 - cp ext/itex2MML$(get_modname) lib/ || die
59 -}
60 -
61 -each_ruby_test() {
62 - ${RUBY} test/test_itextomml.rb || die
63 -}