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 5A9C8138359 for ; Sun, 13 Sep 2020 20:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B6DE084A; Sun, 13 Sep 2020 20:41:43 +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 69C61E084A for ; Sun, 13 Sep 2020 20:41:43 +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 53A29335D78 for ; Sun, 13 Sep 2020 20:41:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC2B2EE for ; Sun, 13 Sep 2020 20:41:40 +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: <1600029597.7427cd98637c28d8ca30cc61094c980034113dfb.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/deeptools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/deeptools/deeptools-2.5.0.ebuild sci-biology/deeptools/deeptools-9999.ebuild X-VCS-Directories: sci-biology/deeptools/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 7427cd98637c28d8ca30cc61094c980034113dfb X-VCS-Branch: master Date: Sun, 13 Sep 2020 20:41:40 +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: 7baf7eb1-e20d-4401-942f-65d0a39600f5 X-Archives-Hash: 0e3bbb6bb297da200a06e5e69b05e969 commit: 7427cd98637c28d8ca30cc61094c980034113dfb Author: Horea Christian chymera eu> AuthorDate: Sun Sep 13 20:39:57 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Sep 13 20:39:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7427cd98 sci-biology/deeptools: QA fix: EAPI 7, git-r3 eclass, copyright bump Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/deeptools/deeptools-2.5.0.ebuild | 4 ++-- sci-biology/deeptools/deeptools-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-biology/deeptools/deeptools-2.5.0.ebuild b/sci-biology/deeptools/deeptools-2.5.0.ebuild index e69672942..a0d1d47cd 100644 --- a/sci-biology/deeptools/deeptools-2.5.0.ebuild +++ b/sci-biology/deeptools/deeptools-2.5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_5 ) diff --git a/sci-biology/deeptools/deeptools-9999.ebuild b/sci-biology/deeptools/deeptools-9999.ebuild index a2c1fcfb9..3e73bdec5 100644 --- a/sci-biology/deeptools/deeptools-9999.ebuild +++ b/sci-biology/deeptools/deeptools-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 -[ "$PV" == "9999" ] && inherit git-2 +[ "$PV" == "9999" ] && inherit git-r3 DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig" HOMEPAGE="https://github.com/fidelram/deepTools"