From dd762ff83c330186ee2ede002e08b2f780cddd51 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 14 Jul 2019 11:04:34 +0100 Subject: gentoo resync : 14.07.2019 --- dev-ruby/bindata/Manifest | 2 ++ dev-ruby/bindata/bindata-2.4.4.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dev-ruby/bindata/bindata-2.4.4.ebuild (limited to 'dev-ruby/bindata') diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest index d1019d245dee..d7764a0b579a 100644 --- a/dev-ruby/bindata/Manifest +++ b/dev-ruby/bindata/Manifest @@ -1,3 +1,5 @@ DIST bindata-2.4.1.gem 78848 BLAKE2B a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e SHA512 5bbbb38f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243 +DIST bindata-2.4.4.gem 79872 BLAKE2B f22f8af6270cd7d790031d2ab53a80f2480ad687abd91803ce556495d1fe8f09e1c316ccfc5b35f2cf914e44e17121d3cc84baab19d51a5671b540429d6ff1f2 SHA512 c7af17ea3c7aec6360acfbe0b511700706daec24a4028c86eee441baaad39c259200ee66d33e6f73766c24ae9a8a3c00e5a0c140b4e12e0d526046cd81c6ce79 EBUILD bindata-2.4.1.ebuild 533 BLAKE2B d20286e4bd118bda00d14bf1f15375147a6ca65ebb81f7a7b17fbf4eb064775c5d4cc4c99226154e579f05bb619e4d519c790268556171b4261f56d883fb6656 SHA512 22b262e4f834a1eba30485cf7c5df1110e2f80d8cf8073169b20f5321f35e367c1beb94768c3089190cfbfb9cf82df209d78a839910cc8b56cd8391cf4278bcf +EBUILD bindata-2.4.4.ebuild 522 BLAKE2B 3199de0f08f44de2ca0db94b82d87dd78431c47d1a1169960d297a432395576b8b5da85f3504a57c36bb7ed977fe63a151a9a04f0146fad7b132fa967fe83280 SHA512 f540462ec23a91ed4e1b7c3c499ca773f3849c347557abe34fd50d0dc904955afc4f07a1bd11f333837b45d6c8a1e74c58131828ca4151813a4a28658638a6dc MISC metadata.xml 327 BLAKE2B e926e11d19717f40bb9aea056ba01a7c6173eb5d543c16e422b4adff073b0fa6f5883959c5701bc38f4543c1905aeb3d3ed0f157a759c8b8cbe123bc4fa0627c SHA512 14518379027a13ae7c88fc04c6c3149dc3cc88f897a924734d14144a8343add641d5d419d4d0f5f296f27bb00d1590b399b631815e433b37e71348f17a082e38 diff --git a/dev-ruby/bindata/bindata-2.4.4.ebuild b/dev-ruby/bindata/bindata-2.4.4.ebuild new file mode 100644 index 000000000000..e08c6e1a982d --- /dev/null +++ b/dev-ruby/bindata/bindata-2.4.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +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 +} -- cgit v1.2.3