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 30F3913835A for ; Tue, 19 Jan 2021 09:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 704D7E0884; Tue, 19 Jan 2021 09:35:57 +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 58D4BE0884 for ; Tue, 19 Jan 2021 09:35:57 +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 62850340ECC for ; Tue, 19 Jan 2021 09:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1450309 for ; Tue, 19 Jan 2021 09:35:54 +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: <1611048901.1337d9fce7f3de3d236ae22cc3a0a22422fac06a.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/smalt-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/smalt-bin/smalt-bin-0.7.4.ebuild sci-biology/smalt-bin/smalt-bin-0.7.6.ebuild X-VCS-Directories: sci-biology/smalt-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1337d9fce7f3de3d236ae22cc3a0a22422fac06a X-VCS-Branch: master Date: Tue, 19 Jan 2021 09:35:54 +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: 38b26482-02c8-4c9a-9e91-455e39a2bcc0 X-Archives-Hash: 3603aa5fe4ec46a167526878c8c03259 commit: 1337d9fce7f3de3d236ae22cc3a0a22422fac06a Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 09:35:01 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 09:35:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1337d9fc sci-biology/smalt-bin: version bump, EAPI bump Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../{smalt-bin-0.7.4.ebuild => smalt-bin-0.7.6.ebuild} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sci-biology/smalt-bin/smalt-bin-0.7.4.ebuild b/sci-biology/smalt-bin/smalt-bin-0.7.6.ebuild similarity index 69% rename from sci-biology/smalt-bin/smalt-bin-0.7.4.ebuild rename to sci-biology/smalt-bin/smalt-bin-0.7.6.ebuild index 2059abad6..780bf4210 100644 --- a/sci-biology/smalt-bin/smalt-bin-0.7.4.ebuild +++ b/sci-biology/smalt-bin/smalt-bin-0.7.6.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MY_PN="${PN%-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Pairwise sequence alignment mapping DNA reads onto genomic reference" -HOMEPAGE="http://www.sanger.ac.uk/resources/software/smalt/" -SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/${MY_PN}/${MY_P}.tgz" +HOMEPAGE="https://sourceforge.net/projects/smalt/" +SRC_URI="https://sourceforge.net/projects/${MY_PN}/files/${MY_P}-bin.tar.gz" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -S="${WORKDIR}"/${MY_P} +S="${WORKDIR}/${MY_P}-bin" QA_PREBUILT="/opt/.*"