summaryrefslogtreecommitdiff
path: root/dev-ruby/openssl-cmac
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-ruby/openssl-cmac
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-ruby/openssl-cmac')
-rw-r--r--dev-ruby/openssl-cmac/Manifest2
-rw-r--r--dev-ruby/openssl-cmac/metadata.xml12
-rw-r--r--dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild19
-rw-r--r--dev-ruby/openssl-cmac/openssl-cmac-2.1.0.ebuild23
4 files changed, 0 insertions, 56 deletions
diff --git a/dev-ruby/openssl-cmac/Manifest b/dev-ruby/openssl-cmac/Manifest
deleted file mode 100644
index 47c5cb2168a8..000000000000
--- a/dev-ruby/openssl-cmac/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 0cf1d7cf6657..000000000000
--- a/dev-ruby/openssl-cmac/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index e671028c501e..000000000000
--- a/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
deleted file mode 100644
index be008028f731..000000000000
--- a/dev-ruby/openssl-cmac/openssl-cmac-2.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}