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 E7229138359 for ; Sun, 27 Sep 2020 22:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F76E0823; Sun, 27 Sep 2020 22:43:37 +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 DE8CEE0819 for ; Sun, 27 Sep 2020 22:43:36 +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 4D10E340B10 for ; Sun, 27 Sep 2020 22:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3D77339 for ; Sun, 27 Sep 2020 22:43:33 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1601246600.d145438e72b2181851836b6ec29e9564a2f49efa.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_mapreduce/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/scbi_mapreduce/metadata.xml sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild X-VCS-Directories: sci-biology/scbi_mapreduce/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: d145438e72b2181851836b6ec29e9564a2f49efa X-VCS-Branch: master Date: Sun, 27 Sep 2020 22:43:33 +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: c642db1c-eb00-4470-b698-b8378a655c47 X-Archives-Hash: 5c3a48d703b12c819c48a14521f18327 commit: d145438e72b2181851836b6ec29e9564a2f49efa Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:20:05 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d145438e sci-biology/scbi_mapreduce: removed discontinued package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/scbi_mapreduce/metadata.xml | 15 ------------- .../scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild | 26 ---------------------- 2 files changed, 41 deletions(-) diff --git a/sci-biology/scbi_mapreduce/metadata.xml b/sci-biology/scbi_mapreduce/metadata.xml deleted file mode 100644 index fec60e6f5..000000000 --- a/sci-biology/scbi_mapreduce/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biology@gentoo.org - Gentoo Biology Project - - - scbi_mapreduce - - diff --git a/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild b/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild deleted file mode 100644 index 2e4527061..000000000 --- a/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild +++ /dev/null @@ -1,26 +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_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Run parallel and distributed computing jobs" -HOMEPAGE="https://rubygems.org/gems/scbi_mapreduce" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/hoe-3.6 - >=dev-ruby/rdoc-4.0" -RDEPEND="${DEPEND} - >=dev-ruby/eventmachine-0.12.0 - dev-ruby/json"