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 1258C138335 for ; Mon, 31 Dec 2018 06:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D01E0B15; Mon, 31 Dec 2018 06:59:01 +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 1D09BE0B15 for ; Mon, 31 Dec 2018 06:59:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9540A335CC1 for ; Mon, 31 Dec 2018 06:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8246C459 for ; Mon, 31 Dec 2018 06:58:56 +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: <1546238513.e90a9e78bf0563e01bfdaef9e49ef11bd4fe59ed.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hashdiff/Manifest dev-ruby/hashdiff/hashdiff-0.3.5.ebuild X-VCS-Directories: dev-ruby/hashdiff/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e90a9e78bf0563e01bfdaef9e49ef11bd4fe59ed X-VCS-Branch: master Date: Mon, 31 Dec 2018 06:58:56 +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: d42b09c1-d83e-45b9-b6c8-e0768750d571 X-Archives-Hash: deec4d9b8f49d58bea1d8e344bb42a6d commit: e90a9e78bf0563e01bfdaef9e49ef11bd4fe59ed Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 31 06:41:53 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 31 06:41:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90a9e78 dev-ruby/hashdiff: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/hashdiff/Manifest | 1 - dev-ruby/hashdiff/hashdiff-0.3.5.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-ruby/hashdiff/Manifest b/dev-ruby/hashdiff/Manifest index 08733cf76c3..153ae1d5b19 100644 --- a/dev-ruby/hashdiff/Manifest +++ b/dev-ruby/hashdiff/Manifest @@ -1,2 +1 @@ -DIST hashdiff-0.3.5.gem 16896 BLAKE2B 7784035a9c7fcd68d178c0a1690fc435383960791554283d2aceba3ed19100617c646f5c00b30ecb13113f9a39257d7f5611538b86e1a8330b412bc0d909b0aa SHA512 f1ab73ec017c82ec1494e81c3c362244bd43734b295061e5220492b93517ac3a7f8e18a11b595160aca79f9016783291a10cde0a6a6218b08f9ff2f231f9f328 DIST hashdiff-0.3.7.gem 18944 BLAKE2B b7d39375a0c688e4fe2672701d87148b6ff6ee18fcc58b68f71a4c449613c124022538a04ae9a995d2d20e9d40e0ab263664f1085dc205286a3bd3595c83c760 SHA512 62cbbd1631127f98be214ab5c849d4a78c9f9aa762e372412a68f843df09caa9bb3b8ff096952ff4fe5b401dc8fefff7e42c2d1beb7e647ed9216550ecd06d93 diff --git a/dev-ruby/hashdiff/hashdiff-0.3.5.ebuild b/dev-ruby/hashdiff/hashdiff-0.3.5.ebuild deleted file mode 100644 index 82225fc5ca2..00000000000 --- a/dev-ruby/hashdiff/hashdiff-0.3.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="changelog.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Simple Hash extension to make working with nested hashes easier" -HOMEPAGE="https://github.com/liufengyun/hashdiff" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die -}