dev-ruby/openssl-ccm: add 1.3.0

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-12-04 11:01:47 +01:00
parent a90d5cde97
commit 300682bb28
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST openssl-ccm-1.2.3.gem 24576 BLAKE2B 7df1a1cbd0570eed4165931b6f236a96050bc0e27a9b12d68e42e2578bbb3fe319e28eae1752571275ff35ee25a77617d0d74a7dbff5c197c5ab11a0dac1d96b SHA512 4070a570da5864dce582d02916dffccea74db279dd8f4f419a29a4837e66bd6778ba742f6e06037ee5bc5542954e52b2271384b0a321ea282024bc60df3b81e1
DIST {P}.tar.gz 22397 BLAKE2B e43f10095ada8cafcdec1a78fb7b45fe567569219a8791df8a466a27ecd29d3fdfb013b9e7c6d89c53c202f5ee72e964f5341778ac54f5f6fda11429dde17aaa SHA512 0d7bb7faba3597d498d57744e6f659990894a812d9c4bd26379ebe1cdd65b85615939e58b8ee0fed72cb351fe5b9c484e6b5eb7538c85d5f4917e6f5d9ad76ab
@@ -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-ccm.gemspec"
inherit ruby-fakegem
DESCRIPTION="OpenSSL CBC-MAC (CCM) ruby gem"
HOMEPAGE="https://github.com/SmallLars/openssl-ccm"
SRC_URI="https://github.com/SmallLars/openssl-ccm/archive/refs/tags/${PV}.tar.gz -> {P}.tar.gz"
LICENSE="BSD"
SLOT="${PV}"
KEYWORDS="~amd64 ~arm ~x86"
all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die
sed -i -e '/coverall/I s:^:#:' test/test_ccm.rb || die
}