commit:     cde74e6ca0bde2cdaf0ba8338ce6bf30e9121bdb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 14:53:57 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 14:53:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde74e6c

dev-ruby/bindata: cleanup

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/bindata/Manifest             |  1 -
 dev-ruby/bindata/bindata-2.4.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 71651d095c4..871dbcc6c67 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,2 +1 @@
-DIST bindata-2.4.0.gem 78848 BLAKE2B 
a4c602a2557293449ba0e5b36e300ba6e108db7364cd08e76b8c1db65a51e74c4d1a522b075a09684ba543fc8c57a3f9ac427a23b273cbd689962488d97acf48
 SHA512 
3c6d4391e2b4c684d00b63addd544e3ddbfcbfd5cc9de42e4b45f7d655a0231902dfc960ef342a9935b39f12dc15adeb861b1a001105203f066e0efd9d6997f3
 DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
5bbbb38f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243

diff --git a/dev-ruby/bindata/bindata-2.4.0.ebuild 
b/dev-ruby/bindata/bindata-2.4.0.ebuild
deleted file mode 100644
index 6c0d17208a7..00000000000
--- a/dev-ruby/bindata/bindata-2.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata";
-
-LICENSE="BSD-2"
-SLOT="${PV}"
-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
-}

Reply via email to