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 D51071382C5 for ; Sat, 6 Mar 2021 14:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EA87E0857; Sat, 6 Mar 2021 14:32:44 +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 F21CEE0857 for ; Sat, 6 Mar 2021 14:32:43 +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 6379D340E73 for ; Sat, 6 Mar 2021 14:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBFE94F9 for ; Sat, 6 Mar 2021 14:32:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615041060.b696dbb410a089cd64bd1e052448514d30bc457b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sickle/sickle-1.33.ebuild sci-biology/sickle/sickle-9999.ebuild X-VCS-Directories: sci-biology/sickle/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b696dbb410a089cd64bd1e052448514d30bc457b X-VCS-Branch: master Date: Sat, 6 Mar 2021 14:32: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: 309f8202-8453-4b26-9493-86f6955280cf X-Archives-Hash: f9ea66b067877a9d7ec3b9c1315bf49f commit: b696dbb410a089cd64bd1e052448514d30bc457b Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 6 14:31:00 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 6 14:31:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b696dbb4 sci-biology/sickle: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/sickle/sickle-1.33.ebuild | 17 +++++------------ sci-biology/sickle/sickle-9999.ebuild | 17 +++++------------ 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild index fe09ac3f3..34b26933d 100644 --- a/sci-biology/sickle/sickle-1.33.ebuild +++ b/sci-biology/sickle/sickle-1.33.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils toolchain-funcs - -[ "$PV" == "9999" ] && inherit git-r3 +inherit toolchain-funcs DESCRIPTION="Windowed adaptive quality-based trimming tool for FASTQ data" HOMEPAGE="https://github.com/najoshi/sickle" if [ "$PV" == "9999" ]; then + inherit git-r3 EGIT_REPO_URI="https://github.com/najoshi/sickle" KEYWORDS="" else @@ -19,15 +18,9 @@ fi LICENSE="MIT" SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - sys-libs/zlib" -src_prepare(){ - sed -e "s#-pedantic#-pedantic ${CFLAGS}#;s#gcc#"$(tc-getCC)"#" -i Makefile || die -} +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" src_install(){ dobin sickle diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild index fe09ac3f3..34b26933d 100644 --- a/sci-biology/sickle/sickle-9999.ebuild +++ b/sci-biology/sickle/sickle-9999.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils toolchain-funcs - -[ "$PV" == "9999" ] && inherit git-r3 +inherit toolchain-funcs DESCRIPTION="Windowed adaptive quality-based trimming tool for FASTQ data" HOMEPAGE="https://github.com/najoshi/sickle" if [ "$PV" == "9999" ]; then + inherit git-r3 EGIT_REPO_URI="https://github.com/najoshi/sickle" KEYWORDS="" else @@ -19,15 +18,9 @@ fi LICENSE="MIT" SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - sys-libs/zlib" -src_prepare(){ - sed -e "s#-pedantic#-pedantic ${CFLAGS}#;s#gcc#"$(tc-getCC)"#" -i Makefile || die -} +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" src_install(){ dobin sickle