diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-21 00:31:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-21 00:31:17 +0000 |
commit | ae832415103492f73a8351ed7a91cb596392d779 (patch) | |
tree | 50b8927d2d57e707e7e3402895a997ebbc349dda /dev-ruby/asciimath | |
parent | 77684468238b8755c1aa3e72f3055f4e62fcf14c (diff) |
gentoo auto-resync : 21:03:2025 - 00:31:16
Diffstat (limited to 'dev-ruby/asciimath')
-rw-r--r-- | dev-ruby/asciimath/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/asciimath/asciimath-2.0.6.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest index 7e5c63493d8b..2c0ec1f1326c 100644 --- a/dev-ruby/asciimath/Manifest +++ b/dev-ruby/asciimath/Manifest @@ -1,3 +1,5 @@ DIST asciimath-2.0.5.gem 60928 BLAKE2B ba81e68f4ae529dab80a40e5d268137af743d8c01f22c84c39c91102bea0b2293871158d157f19bd4213a59b5808a26a5d99697d79750b8a3fc39436426979f2 SHA512 05328306e0b750baf49eb090b02d3e840e58a764ed96dc511fc9fd1b7c3fd0b49e0be0d3300acadd809c0b2860fa2ad873e979711d6725e1420782395c5a2185 +DIST asciimath-2.0.6.gem 60928 BLAKE2B 62f86d00fa446bc48042174baafef26e0da6b4b1f43d75a7524489dbcfab61dcaf43031911d5ef7daa4774e78941f2fbedbd14b4aa73131820996e642315f960 SHA512 24eaee00769a0147c9508359c97c8858a5dc7fecd9a2f9dfb6bbd711e60453be71c853935e3e8522ee5e82af9de7d9380cd3dc71ec738fc556a009ec7dd26c41 EBUILD asciimath-2.0.5.ebuild 514 BLAKE2B 8e17f0fdd0c0fb1eff71c49ea6db7ba69061c1afa3f739296f7a04826d2c9db1e36fc529bc293befc851e72d3aee7cff845d8879791231f0599c0a15239fe787 SHA512 95590b1a023e0869691b559498cfcc9f7139473a58b1dbace5a286d82960fd8633600a7b210360d811a10213461ba3fda805b9e240a3bd018b00ce550e5dac62 +EBUILD asciimath-2.0.6.ebuild 524 BLAKE2B ba9f0b9030290f2e6b2749644495c4c8290793c35c275ec1a9dd4dfdcce7a2cfc419012272992e3437f28f5734048a66b338adac74f77c45f9947808082294b6 SHA512 a4189d0f9ee38ef34e41d0496ba74f50383247416ec6e37f25fdc560289c27ddeb1f9da2a98cbac458200c9194de5a28569d695fab935f13b557b65f4bf0d512 MISC metadata.xml 348 BLAKE2B 56b9dce393fdca26f75f3e103ded1a505dc847841e447e13270ffc45f5a3037cf29ae7a9a3d9ae244aac56bf4ec98596d5970212ed244abf36ebaa0f9f3be7c2 SHA512 2dd2cec482ebe7ed13f6fcd0e8ba0b5be0c838ebf780bcd4c936c441eb4e3573be9049ef48c78e8cc5ffa5f942039bfeaafcd5432e041cf18e6ac9c522ec3fdc diff --git a/dev-ruby/asciimath/asciimath-2.0.6.ebuild b/dev-ruby/asciimath/asciimath-2.0.6.ebuild new file mode 100644 index 000000000000..9fea139d7a6b --- /dev/null +++ b/dev-ruby/asciimath/asciimath-2.0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +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/asciidoctor/asciimath" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/nokogiri )" |