commit: 534a95f29fd15dad1677dcdab45b71221fdfb88d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 4 10:25:05 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Nov 5 07:10:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534a95f2
dev-ruby/bindata: add 2.4.14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/bindata/Manifest | 1 + dev-ruby/bindata/bindata-2.4.14.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest index 8b096e8c24fb..f8963e4651fd 100644 --- a/dev-ruby/bindata/Manifest +++ b/dev-ruby/bindata/Manifest @@ -1 +1,2 @@ DIST bindata-2.4.10.gem 80384 BLAKE2B a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f SHA512 4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423 +DIST bindata-2.4.14.gem 80896 BLAKE2B f01cdd12a66ddb9c94a583d0629d4e9ad7fef8dda36ad0267d9a0eddf505f0c68127a8c1add0bc3450e66185eeb58fd8cad8aea57d06f147f81ace5a22d77ae5 SHA512 5aa18d10c9a05c6b41845e258925fbd5bcbdd1cbcbf2c581dde2212f226437c032c4158835dca9881aaeff94a52b803c6294fda35a7afadadc76829875c3e9b0 diff --git a/dev-ruby/bindata/bindata-2.4.14.ebuild b/dev-ruby/bindata/bindata-2.4.14.ebuild new file mode 100644 index 000000000000..ddade981b0e8 --- /dev/null +++ b/dev-ruby/bindata/bindata-2.4.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby27 ruby30 ruby31" + +inherit ruby-fakegem + +DESCRIPTION="Parsing Binary Data in Ruby" +HOMEPAGE="https://github.com/dmendel/bindata" + +LICENSE="BSD-2" +SLOT="2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/d' Rakefile || die + sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die +}
