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/asciimath/
Date: Sun, 17 Nov 2019 07:36:36
Message-Id: 1573976181.3818c8336dd6cc345c2f19b21c11595724a6b953.graaff@gentoo
1 commit: 3818c8336dd6cc345c2f19b21c11595724a6b953
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 06:08:04 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 07:36:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3818c833
7
8 dev-ruby/asciimath: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/asciimath/Manifest | 2 --
14 dev-ruby/asciimath/asciimath-1.0.6.ebuild | 20 --------------------
15 dev-ruby/asciimath/asciimath-1.0.7.ebuild | 20 --------------------
16 3 files changed, 42 deletions(-)
17
18 diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest
19 index 43d17be593c..b5fc6fd6631 100644
20 --- a/dev-ruby/asciimath/Manifest
21 +++ b/dev-ruby/asciimath/Manifest
22 @@ -1,5 +1,3 @@
23 DIST asciimath-1.0.4.gem 14336 BLAKE2B 84aac2d2b987f72a17288cee6d00197c429e04c216fad62ecd23b5f3eebe9590ead519df86cdaf99246dcfee4c18bab67176a0d47a1b864de6e44bdb4b90b70c SHA512 e99e6f869dda3e0236392039e6dccf5912b095e32ee7acbfb4684a5d723d05f4d3c9961554d5beab2a3d703b1ef50c45ed15c0dbda2179ab35d3b1b6b8759b49
24 -DIST asciimath-1.0.6.gem 17920 BLAKE2B ccd35f77f7ff9312baf1de81d9c1c15009e9efea7be000ed2afad86b06697bb967980baab1f04a73503cd374c062d68ba99d6e42528ffe3d1c16a8f768813f7f SHA512 cecfdeb063e0dd2da9c92ec4ac51d30334d19f10ca2cde9380c740e61a1be435793bd5e6ae7795d1c4147056faaef0d44ea422b6ff8207cb11c8125422872f24
25 -DIST asciimath-1.0.7.gem 18432 BLAKE2B 9f1b959d594987f049f3e17394a305e037cbf4aa86c7c21324cb5f1f7a2a06c361fbf56cee5488ab0c8bbbac8f3a581f11a5e5a2407b36d28c4b4a106051df3c SHA512 3b2e5894fed09919e2576054dceecd70fc255bf414dbd826ccdda71cd69875c204c4d4d2ed85777612a4919a975b1a2427ff83cacb2720dee1d6f53c1f8fd079
26 DIST asciimath-1.0.8.gem 18432 BLAKE2B 2877b387ca3da2d657d78e134296ec621b839688843f94428f7bb64d74625bd6a0a3f533bb5a832510ec64c789b43338f48fb13b0ac561c308b15172e5fb4e6d SHA512 02717069498bb8f6757c3411be1c16473363f4d69f82fdd6075cdee740ecbd742e6a6e97b22355adc8657e5df166834106c9cd8482336ffeff76debc2b0d45a5
27 DIST asciimath-1.0.9.gem 18944 BLAKE2B 3ccc3f594d7a0d8b6996349d85356179ef3a9052a84f923ad1d0976e42f58670a350473b41d1c4a0c4f70a3cc4687e6adaa7987bd811ef32bd3da41f100f4246 SHA512 32c4f2cb7e9d330c371e9b9abcdf9e31bf44014c5c0b0044589302116b55840a2e1a41ab006d61a2258e4a5c2d4a772dad77f579150fc9bf099a7a4d19c6cd44
28
29 diff --git a/dev-ruby/asciimath/asciimath-1.0.6.ebuild b/dev-ruby/asciimath/asciimath-1.0.6.ebuild
30 deleted file mode 100644
31 index 106e4236978..00000000000
32 --- a/dev-ruby/asciimath/asciimath-1.0.6.ebuild
33 +++ /dev/null
34 @@ -1,20 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -USE_RUBY="ruby23 ruby24 ruby25"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -
43 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
44 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library"
49 -HOMEPAGE="https://github.com/pepijnve/asciimath"
50 -
51 -LICENSE="MIT"
52 -SLOT="1"
53 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
54 -IUSE=""
55
56 diff --git a/dev-ruby/asciimath/asciimath-1.0.7.ebuild b/dev-ruby/asciimath/asciimath-1.0.7.ebuild
57 deleted file mode 100644
58 index 2d1cf1b320b..00000000000
59 --- a/dev-ruby/asciimath/asciimath-1.0.7.ebuild
60 +++ /dev/null
61 @@ -1,20 +0,0 @@
62 -# Copyright 1999-2019 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
67 -
68 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
69 -
70 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
71 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
72 -
73 -inherit ruby-fakegem
74 -
75 -DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library"
76 -HOMEPAGE="https://github.com/pepijnve/asciimath"
77 -
78 -LICENSE="MIT"
79 -SLOT="1"
80 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
81 -IUSE=""