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: Sun, 05 Feb 2017 15:09:11
Message-Id: 1486307339.cea0b9b5a1a298266a2ac00f6c9e36ccf0517754.graaff@gentoo
1 commit: cea0b9b5a1a298266a2ac00f6c9e36ccf0517754
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 15:03:20 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 15:08:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea0b9b5
7
8 dev-ruby/itextomml: cleanup
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/itextomml/Manifest | 2 --
13 dev-ruby/itextomml/itextomml-1.5.2.ebuild | 35 -------------------------------
14 dev-ruby/itextomml/itextomml-1.5.3.ebuild | 35 -------------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/dev-ruby/itextomml/Manifest b/dev-ruby/itextomml/Manifest
18 index 755ec34..6642a28 100644
19 --- a/dev-ruby/itextomml/Manifest
20 +++ b/dev-ruby/itextomml/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST itextomml-1.5.2.gem 124928 SHA256 2fb0a794f5e8628aeae0d098ee67c010ae6793e162785b72baac60890922bcfa SHA512 dbd7a724d65905a322f05bbd9cde1cfbd0b4dd447a358c47f4a983ebf3934d69b938b5f78fde5975d4ed65898dbec9e318b274a919dfc80eac83353a3b6771d7 WHIRLPOOL 2eba813ee3a4fb45eab6325b3fbc0d4d9bb8fac4916450b00966e67bb847356b33aecd3022913c1cb5f878bd50b34942218df3fe967086e7b326fd968f62f5cb
23 -DIST itextomml-1.5.3.gem 124416 SHA256 400d4c0fec0d687fb0338c4a67aff7ee4b0a046331b5bf5328138e324b04250b SHA512 48b5435b928f4fe0d5264fabc1665bf70d069b8a869207769dbbe3b1fd30646ad13f8ceafd25aed3a030aa9033ca6cc58216acbd3cc5ea86b68b4175adaf549c WHIRLPOOL bb1a2ebdb85a0080c284ba98b0d6b0daefa93996513482d8f82e244c8a4ab689229d81e9e8d10ff8031e914d8e200cc4424f65e483eb9cc1b54b847ae94463ec
24 DIST itextomml-1.5.4.gem 124416 SHA256 3e70aa736d95751080f595be1458f82cd26945880e9b00d9abd163b2f60aa52a SHA512 18ee01adfbe128850d7bd41715a98221c425c2380ae9fe95fc8b5fe52c123e872514fc49a7b975eab1f32874b85f7e2861c8b22a9e829542eb6e4e1b97c3bc5a WHIRLPOOL 8fc3ae97a02f974de1d672056a064c23c0a77845883b8e3b50d196e35c28d64f2b6dcbf7cd3329c1d016d1c242972cc8b22490b90a7db71012dad010d702fee3
25 DIST itextomml-1.5.5.gem 124416 SHA256 3449404701e505900059da5d756db26fbc2e7c1aea5358380ddd532e14a304bb SHA512 825c4f0e48e56980d23ea7ea485c50398e34b309de29ac8da218517b9d2e8a47e7dc39df8b400bb39b6828a9ac5d4e71a951554363725af20fdd460adae77e7f WHIRLPOOL 2171f2b1e81bef7284be30c26bc2086a61708d6ce6ef88aba40aa3567e671a3e7257ca58c650b879eb426eafe4a2ae38c0725d33572b37da2fd5437ae84f222c
26
27 diff --git a/dev-ruby/itextomml/itextomml-1.5.2.ebuild b/dev-ruby/itextomml/itextomml-1.5.2.ebuild
28 deleted file mode 100644
29 index 85a5e2f..00000000
30 --- a/dev-ruby/itextomml/itextomml-1.5.2.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -USE_RUBY="ruby20 ruby21 ruby22"
40 -RUBY_FAKEGEM_TASK_DOC=""
41 -RUBY_FAKEGEM_EXTRADOC="README"
42 -
43 -inherit multilib ruby-fakegem
44 -
45 -DESCRIPTION="Native Ruby bindings to itex2MML, which converts itex equations to MathML"
46 -HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
47 -
48 -LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~ppc64 ~x86"
51 -IUSE=""
52 -
53 -#Tests don't fail here
54 -RESTRICT="test"
55 -
56 -each_ruby_configure() {
57 - ${RUBY} -Cext extconf.rb || die
58 -}
59 -
60 -each_ruby_compile() {
61 - emake V=1 -Cext
62 - cp ext/itex2MML$(get_modname) lib/ || die
63 -}
64 -
65 -each_ruby_test() {
66 - ${RUBY} test/test_itextomml.rb || die
67 -}
68
69 diff --git a/dev-ruby/itextomml/itextomml-1.5.3.ebuild b/dev-ruby/itextomml/itextomml-1.5.3.ebuild
70 deleted file mode 100644
71 index 8b8f472..00000000
72 --- a/dev-ruby/itextomml/itextomml-1.5.3.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 1999-2016 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -# $Id$
78 -
79 -EAPI=5
80 -
81 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
82 -RUBY_FAKEGEM_TASK_DOC=""
83 -RUBY_FAKEGEM_EXTRADOC="README"
84 -
85 -inherit multilib ruby-fakegem
86 -
87 -DESCRIPTION="Native Ruby bindings to itex2MML, which converts itex equations to MathML"
88 -HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
89 -
90 -LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~ppc64 ~x86"
93 -IUSE=""
94 -
95 -#Tests don't fail here
96 -RESTRICT="test"
97 -
98 -each_ruby_configure() {
99 - ${RUBY} -Cext extconf.rb || die
100 -}
101 -
102 -each_ruby_compile() {
103 - emake V=1 -Cext
104 - cp ext/itex2MML$(get_modname) lib/ || die
105 -}
106 -
107 -each_ruby_test() {
108 - ${RUBY} test/test_itextomml.rb || die
109 -}