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/jmespath | |
| 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/jmespath')
| -rw-r--r-- | dev-ruby/jmespath/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/jmespath/jmespath-1.6.2.ebuild | 27 | ||||
| -rw-r--r-- | dev-ruby/jmespath/metadata.xml | 12 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest new file mode 100644 index 000000000000..de265a541451 --- /dev/null +++ b/dev-ruby/jmespath/Manifest @@ -0,0 +1 @@ +DIST jmespath-1.6.2.tar.gz 40932 BLAKE2B e19a2bacb8e207f65e45d1ad8eaaceb5ab6cbd847dc1009b45c618d426e5cc5814a1b1a806ccd935a83e3dacff3bcefedf9c7241586a348f2b705d80e63ba27d SHA512 2118c348bb25285f002fce64d0f7a00a5850c9f1b39d71d16c0c4335469069861bc51a81a9aec95f5625ae6b2d9daaa8b40ada817ac83ef83349c33e906561e7 diff --git a/dev-ruby/jmespath/jmespath-1.6.2.ebuild b/dev-ruby/jmespath/jmespath-1.6.2.ebuild new file mode 100644 index 000000000000..26126a03cdd5 --- /dev/null +++ b/dev-ruby/jmespath/jmespath-1.6.2.ebuild @@ -0,0 +1,27 @@ +# 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_EXTRAINSTALL="VERSION" +RUBY_FAKEGEM_GEMSPEC="jmespath.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Implements JMESPath for Ruby" +HOMEPAGE="https://github.com/jmespath/jmespath.rb" +SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="${PN}.rb-${PV}" + +LICENSE="Apache-2.0" +SLOT="1" +KEYWORDS="~amd64 ~arm64" + +all_ruby_prepare() { + sed -i -e '/simplecov/I s:^:#:' \ + spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die + sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die +} diff --git a/dev-ruby/jmespath/metadata.xml b/dev-ruby/jmespath/metadata.xml new file mode 100644 index 000000000000..42a757db6711 --- /dev/null +++ b/dev-ruby/jmespath/metadata.xml @@ -0,0 +1,12 @@ +<?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> + <upstream> + <remote-id type="cpe">cpe:/a:jmespath_project:jmespath</remote-id> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
