diff options
author | 2024-02-11 08:29:15 +0100 | |
---|---|---|
committer | 2024-02-11 08:34:47 +0100 | |
commit | b19d426bb4270f876855b0f1db12b4420100fa2d (patch) | |
tree | 17c0d2899a5593373d3c9595ce90d6066796d3a3 /dev-ruby | |
parent | app-arch/unp: add 2.0_pre10 (diff) | |
download | gentoo-b19d426bb4270f876855b0f1db12b4420100fa2d.tar.gz gentoo-b19d426bb4270f876855b0f1db12b4420100fa2d.tar.bz2 gentoo-b19d426bb4270f876855b0f1db12b4420100fa2d.zip |
dev-ruby/semantic_puppet: add 1.1.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/semantic_puppet/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index 321d9a0a3d34..3499e960aa11 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1 +1,2 @@ DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a SHA512 8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a +DIST semantic_puppet-1.1.0.gem 32768 BLAKE2B e5f41d88afe1b7c760772e4de05f820b84a1cccc809fe692e0d76bdedc75e1bec1d9c0b66d49ff4468ae0b20fdd3c724bdd5305709af4f1faa2ca867f8a5a679 SHA512 22d5596f445faa7c7a779c11e4a9b52e1ca3f77fcc63270798e4b0fc7dddd59c66bab1644214f1526a0fa5732e349522e8664ea6285f0ca107f35009e8a1d151 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild new file mode 100644 index 000000000000..65ce05f547c5 --- /dev/null +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 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="README.md CHANGELOG.md" + +inherit ruby-fakegem + +DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies" +HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" |