commit: 0ecb7aa63ee5b55aabce2eb788ddd453e4b8a2ac Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun May 1 06:21:46 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun May 1 06:21:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecb7aa6
dev-ruby/openssl-ccm: update EAPI 6 -> 8 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/openssl-ccm/openssl-ccm-1.2.2-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-ruby/openssl-ccm/openssl-ccm-1.2.2-r1.ebuild b/dev-ruby/openssl-ccm/openssl-ccm-1.2.2-r1.ebuild new file mode 100644 index 000000000000..e532af80584a --- /dev/null +++ b/dev-ruby/openssl-ccm/openssl-ccm-1.2.2-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +inherit ruby-fakegem + +DESCRIPTION="OpenSSL CBC-MAC (CCM) ruby gem" +HOMEPAGE="https://github.com/SmallLars/openssl-ccm" + +LICENSE="BSD" +SLOT="${PV}" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + sed -i -e '/coverall/I s:^:#:' test/test_ccm.rb || die +}
