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 2D3E0138359 for ; Sat, 8 Aug 2020 06:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C90EE0B37; Sat, 8 Aug 2020 06:37:15 +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 F2C88E0B37 for ; Sat, 8 Aug 2020 06:37:14 +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 762B934F50C for ; Sat, 8 Aug 2020 06:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E332E30F for ; Sat, 8 Aug 2020 06:37:11 +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: <1596867408.02b18e0c8eef81a41e5b8a7cc0707d57ce46f7ef.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/moneta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/moneta/Manifest dev-ruby/moneta/moneta-1.1.0.ebuild X-VCS-Directories: dev-ruby/moneta/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 02b18e0c8eef81a41e5b8a7cc0707d57ce46f7ef X-VCS-Branch: master Date: Sat, 8 Aug 2020 06:37:11 +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: 1b1f1af8-0a74-49c7-80f0-b80bee320f7d X-Archives-Hash: a9e6bcffd730c87ebf6aba2fd5078869 commit: 02b18e0c8eef81a41e5b8a7cc0707d57ce46f7ef Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 8 06:16:48 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 8 06:16:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b18e0c dev-ruby/moneta: cleanup Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/moneta/Manifest | 1 - dev-ruby/moneta/moneta-1.1.0.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-ruby/moneta/Manifest b/dev-ruby/moneta/Manifest index 15d719746d2..d7b04e236ba 100644 --- a/dev-ruby/moneta/Manifest +++ b/dev-ruby/moneta/Manifest @@ -1,2 +1 @@ -DIST moneta-1.1.0.tar.gz 113116 BLAKE2B 15e70515f112794e95a0e665bca161bf3d9d28b2f3cee6ca77d9bf9ece825669f71994b2b581e61cba6c2a97b6d8b779000ba0c17b9e3fe564ca85f2a59c6581 SHA512 5caec98088989ed0e7da526a831248c86d365de97582f78276199eaa099fc25b3139f7ec2dc65265073fc6826c9abf954e55e4fdc7ea11cd9b6cddcd65c40f2d DIST moneta-1.1.1.tar.gz 114959 BLAKE2B 8904f5cc1e247da878109370ab8483abc1f30a2834abe3ea4b56f7ce01a9dae7ffc9339ead2ef2d940cffa45727123876cf834cd5dfaea6569abb39b0d0669c9 SHA512 19a9b4965a62f49640b371baafb00fbdd34e142da56bc0243b4b2c79c94254720d644131bc4a37ad871abe4ccbf0d351d19998fb3fa401230eb9dc254e3e482e diff --git a/dev-ruby/moneta/moneta-1.1.0.ebuild b/dev-ruby/moneta/moneta-1.1.0.ebuild deleted file mode 100644 index 08a5f6d1cba..00000000000 --- a/dev-ruby/moneta/moneta-1.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="none" -# test is disabled for now. It requires many packages. Test suite also -# takes very long run time and has high memory consumption. - -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md SPEC.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -GITHUB_USER="minad" - -DESCRIPTION="A unified interface to key/value stores" -HOMEPAGE="https://github.com/minad/moneta" -SRC_URI="https://github.com/${GITHUB_USER}/moneta/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die -}