From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A500138334 for ; Thu, 11 Apr 2019 14:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97DC8E086B; Thu, 11 Apr 2019 14:56:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72875E086B for ; Thu, 11 Apr 2019 14:56:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CF1E340D45 for ; Thu, 11 Apr 2019 14:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 746C6520 for ; Thu, 11 Apr 2019 14:56:53 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1554994437.cde74e6ca0bde2cdaf0ba8338ce6bf30e9121bdb.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bindata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bindata/Manifest dev-ruby/bindata/bindata-2.4.0.ebuild X-VCS-Directories: dev-ruby/bindata/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cde74e6ca0bde2cdaf0ba8338ce6bf30e9121bdb X-VCS-Branch: master Date: Thu, 11 Apr 2019 14:56:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3603a833-0b98-4582-9283-a25e5100a6d4 X-Archives-Hash: 0b0766a3fc48e69547a551177e9b7b2d commit: cde74e6ca0bde2cdaf0ba8338ce6bf30e9121bdb Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 11 14:53:57 2019 +0000 Commit: Hans de Graaff gentoo 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 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 -}