diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-ruby/asciimath | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/asciimath')
| -rw-r--r-- | dev-ruby/asciimath/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/asciimath/asciimath-2.0.6.ebuild | 22 | ||||
| -rw-r--r-- | dev-ruby/asciimath/metadata.xml | 9 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest new file mode 100644 index 000000000000..f6f5a3858359 --- /dev/null +++ b/dev-ruby/asciimath/Manifest @@ -0,0 +1 @@ +DIST asciimath-2.0.6.gem 60928 BLAKE2B 62f86d00fa446bc48042174baafef26e0da6b4b1f43d75a7524489dbcfab61dcaf43031911d5ef7daa4774e78941f2fbedbd14b4aa73131820996e642315f960 SHA512 24eaee00769a0147c9508359c97c8858a5dc7fecd9a2f9dfb6bbd711e60453be71c853935e3e8522ee5e82af9de7d9380cd3dc71ec738fc556a009ec7dd26c41 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..219540a682ba --- /dev/null +++ b/dev-ruby/asciimath/asciimath-2.0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34 ruby40" + +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 )" diff --git a/dev-ruby/asciimath/metadata.xml b/dev-ruby/asciimath/metadata.xml new file mode 100644 index 000000000000..c685ebad7e3a --- /dev/null +++ b/dev-ruby/asciimath/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
