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/openssl-cmac | |
| 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/openssl-cmac')
| -rw-r--r-- | dev-ruby/openssl-cmac/Manifest | 2 | ||||
| -rw-r--r-- | dev-ruby/openssl-cmac/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild | 19 | ||||
| -rw-r--r-- | dev-ruby/openssl-cmac/openssl-cmac-2.1.0.ebuild | 23 |
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-ruby/openssl-cmac/Manifest b/dev-ruby/openssl-cmac/Manifest new file mode 100644 index 000000000000..47c5cb2168a8 --- /dev/null +++ b/dev-ruby/openssl-cmac/Manifest @@ -0,0 +1,2 @@ +DIST openssl-cmac-2.0.2.gem 9728 BLAKE2B 0113459326d6d42f256848cee682607a3d7a03778bd6963eaf86519d263c8295726acd462600bf047cca0c92704c8dfa6e0edd34b93dcb1673c232bb73c9331f SHA512 dbe4083ee3e1f2d1254a035d7d6c46a927e4dcde69d466ae9af5fa53ded89519f58c30095019fc5fa258f0c14493870e05c2b32cfba0921c451c6709710be3b4 +DIST openssl-cmac-2.1.0.tar.gz 7353 BLAKE2B a866600c316ee82018293f3727b55e0d9292153622136fb3dd22413e7def46076ffe35a5184af46dd72f5d71ab7f1fec9b3fd091ee1bbcfc66d19de3a91b29f4 SHA512 f63f34bc23acbfda945c848e2863881b4b2b4a1ecb6950515c6eb0d287bd5e559176b8284c6d5a4dd319b1abbe30472f060f83e2e0db98567f914050d6a18e01 diff --git a/dev-ruby/openssl-cmac/metadata.xml b/dev-ruby/openssl-cmac/metadata.xml new file mode 100644 index 000000000000..0cf1d7cf6657 --- /dev/null +++ b/dev-ruby/openssl-cmac/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="rubygems">openssl-cmac</remote-id> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild b/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild new file mode 100644 index 000000000000..e671028c501e --- /dev/null +++ b/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +inherit ruby-fakegem + +DESCRIPTION="Gem for RFC 4493, 4494, 4615 - The AES-CMAC Algorithm" +HOMEPAGE="https://github.com/SmallLars/openssl-cmac" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~x86" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + sed -i -e '/coverall/I s:^:#:' test/test_cmac.rb || die +} diff --git a/dev-ruby/openssl-cmac/openssl-cmac-2.1.0.ebuild b/dev-ruby/openssl-cmac/openssl-cmac-2.1.0.ebuild new file mode 100644 index 000000000000..be008028f731 --- /dev/null +++ b/dev-ruby/openssl-cmac/openssl-cmac-2.1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_GEMSPEC="openssl-cmac.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Gem for RFC 4493, 4494, 4615 - The AES-CMAC Algorithm" +HOMEPAGE="https://github.com/SmallLars/openssl-cmac" +SRC_URI="https://github.com/SmallLars/openssl-cmac/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~x86" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + sed -i -e '/coverall/I s:^:#:' test/test_cmac.rb || die +} |
