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 192C3138359 for ; Sun, 27 Sep 2020 07:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410BEE0837; Sun, 27 Sep 2020 07:37:07 +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 23932E0837 for ; Sun, 27 Sep 2020 07:37:06 +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 CEB223408F9 for ; Sun, 27 Sep 2020 07:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A7F0339 for ; Sun, 27 Sep 2020 07:37:04 +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: <1601192199.43c60b00d2a62741a2368f2c86a52ec4e771b4d7.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/metaseq/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/metaseq/metadata.xml sci-biology/metaseq/metaseq-0.5.3.ebuild X-VCS-Directories: sci-biology/metaseq/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 43c60b00d2a62741a2368f2c86a52ec4e771b4d7 X-VCS-Branch: master Date: Sun, 27 Sep 2020 07:37:04 +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: 881c20a6-8373-47a8-86a8-8de2fa396119 X-Archives-Hash: 7b22824cc197e90fc493d62f6b2ef449 commit: 43c60b00d2a62741a2368f2c86a52ec4e771b4d7 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 07:36:39 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 07:36:39 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=43c60b00 sci-biology/metaseq: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/metaseq/metadata.xml | 15 --------------- sci-biology/metaseq/metaseq-0.5.3.ebuild | 31 ------------------------------- 2 files changed, 46 deletions(-) diff --git a/sci-biology/metaseq/metadata.xml b/sci-biology/metaseq/metadata.xml deleted file mode 100644 index 64cf80c39..000000000 --- a/sci-biology/metaseq/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - mschu.dev@gmail.com - Michael Schubert - - - sci-biology@gentoo.org - Gentoo Biology Project - - - daler/metaseq - - diff --git a/sci-biology/metaseq/metaseq-0.5.3.ebuild b/sci-biology/metaseq/metaseq-0.5.3.ebuild deleted file mode 100644 index c00aa498b..000000000 --- a/sci-biology/metaseq/metaseq-0.5.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Framework for integrated analysis and plotting of ChIP/RIP/RNA/*-seq data" -HOMEPAGE="http://pythonhosted.org/metaseq/" -SRC_URI="https://github.com/daler/metaseq/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - sci-biology/bx-python[${PYTHON_USEDEP}] - sci-biology/gffutils[${PYTHON_USEDEP}] - sci-biology/pysam[${PYTHON_USEDEP}] - sci-biology/pybedtools[${PYTHON_USEDEP}] - sci-biology/samtools:0[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND}"