summaryrefslogtreecommitdiff
path: root/dev-ruby/asciimath
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-31 23:51:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-31 23:51:54 +0000
commitbf90f82fef4fc737c88b58cd31428ad4355c17fa (patch)
treefc72ac72a2f48adcbc9b83d64185c7747727566a /dev-ruby/asciimath
parent027dc9b3977cd14e0c7ae52e7bf9370c3919afa1 (diff)
gentoo auto-resync : 31:12:2023 - 23:51:53
Diffstat (limited to 'dev-ruby/asciimath')
-rw-r--r--dev-ruby/asciimath/Manifest4
-rw-r--r--dev-ruby/asciimath/asciimath-2.0.4.ebuild21
-rw-r--r--dev-ruby/asciimath/asciimath-2.0.5.ebuild2
3 files changed, 2 insertions, 25 deletions
diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest
index ba48000ee8cd..7e5c63493d8b 100644
--- a/dev-ruby/asciimath/Manifest
+++ b/dev-ruby/asciimath/Manifest
@@ -1,5 +1,3 @@
-DIST asciimath-2.0.4.gem 60416 BLAKE2B 9a5d6bf967962d37e620d0b49204ba8dafadf65e95a613924c7c169fee98f00203861fbbb1c06db1ee833e401f9a2141566dc693237e1cb7e797e639c63dccfa SHA512 28ab7fd7f43320112c0e7166fb2a6ef269eb91314940deb88606443bec055792cf3c49bc2d9b75c1e5ee5690c3071e66f15f817c4539fc6246da7a8d792f1803
DIST asciimath-2.0.5.gem 60928 BLAKE2B ba81e68f4ae529dab80a40e5d268137af743d8c01f22c84c39c91102bea0b2293871158d157f19bd4213a59b5808a26a5d99697d79750b8a3fc39436426979f2 SHA512 05328306e0b750baf49eb090b02d3e840e58a764ed96dc511fc9fd1b7c3fd0b49e0be0d3300acadd809c0b2860fa2ad873e979711d6725e1420782395c5a2185
-EBUILD asciimath-2.0.4.ebuild 518 BLAKE2B 884ba7026c8503c88e95ac38e331c1d851eb61745d16c31a49e1c70c98c0cd0af3de88d14f801b13e2ca7d00dab94d2b699ad8c6049cb4f89573dbf007440bb3 SHA512 c07d2b2c3a2812b23d8b985ad1bccfaf4d19bbd370013a0c7ede78ae84546b32a3721d81764419ce6939edbc93b360f3ce821abe8790cbd05bbfa871f75693ab
-EBUILD asciimath-2.0.5.ebuild 514 BLAKE2B 0481250da4d4909ee20614c69e33d4ae8a8dbd9634f151a742fd8585f51a9110bfdad93e46d1c255e4a965deb21617bdcd7407e97441eed57bee2d6c9431a33e SHA512 92e116f337217a9bbeef460edbe0c4428dbacfe0943117ffb6789298e0672e3ee79fd836dcd411bc85fae53ce99212dfa5fae98dfa05f0cf72c1c418e09ed692
+EBUILD asciimath-2.0.5.ebuild 514 BLAKE2B 8e17f0fdd0c0fb1eff71c49ea6db7ba69061c1afa3f739296f7a04826d2c9db1e36fc529bc293befc851e72d3aee7cff845d8879791231f0599c0a15239fe787 SHA512 95590b1a023e0869691b559498cfcc9f7139473a58b1dbace5a286d82960fd8633600a7b210360d811a10213461ba3fda805b9e240a3bd018b00ce550e5dac62
MISC metadata.xml 348 BLAKE2B 56b9dce393fdca26f75f3e103ded1a505dc847841e447e13270ffc45f5a3037cf29ae7a9a3d9ae244aac56bf4ec98596d5970212ed244abf36ebaa0f9f3be7c2 SHA512 2dd2cec482ebe7ed13f6fcd0e8ba0b5be0c838ebf780bcd4c936c441eb4e3573be9049ef48c78e8cc5ffa5f942039bfeaafcd5432e041cf18e6ac9c522ec3fdc
diff --git a/dev-ruby/asciimath/asciimath-2.0.4.ebuild b/dev-ruby/asciimath/asciimath-2.0.4.ebuild
deleted file mode 100644
index 5bef48f31f09..000000000000
--- a/dev-ruby/asciimath/asciimath-2.0.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library"
-HOMEPAGE="https://github.com/pepijnve/asciimath"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
diff --git a/dev-ruby/asciimath/asciimath-2.0.5.ebuild b/dev-ruby/asciimath/asciimath-2.0.5.ebuild
index 39fd9e5a8606..d47558a02368 100644
--- a/dev-ruby/asciimath/asciimath-2.0.5.ebuild
+++ b/dev-ruby/asciimath/asciimath-2.0.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"