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 0452613835A for ; Mon, 18 Jan 2021 13:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A4C1E0814; Mon, 18 Jan 2021 13:31:30 +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 C2B1CE0809 for ; Mon, 18 Jan 2021 13:31:29 +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 4FAC6340E15 for ; Mon, 18 Jan 2021 13:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A641C487 for ; Mon, 18 Jan 2021 13:31:26 +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: <1610976641.205a84fd4e41b0c09494d8edad2bff30f9610ba3.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/TransDecoder/files/, sci-biology/TransDecoder/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/TransDecoder/TransDecoder-2.1.0.ebuild sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild sci-biology/TransDecoder/files/TransDecoder-2.1.0__fix_paths.patch X-VCS-Directories: sci-biology/TransDecoder/files/ sci-biology/TransDecoder/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 205a84fd4e41b0c09494d8edad2bff30f9610ba3 X-VCS-Branch: master Date: Mon, 18 Jan 2021 13:31:26 +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: 4e1e039f-669f-49f0-8c57-0b6afc57c4e6 X-Archives-Hash: 2bd6987ca37c35053bb4d15411c71f8b commit: 205a84fd4e41b0c09494d8edad2bff30f9610ba3 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Jan 18 13:30:41 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jan 18 13:30:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=205a84fd sci-biology/TransDecoder: version bump 5.5.0, fix fetching Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> ...oder-2.1.0.ebuild => TransDecoder-5.5.0.ebuild} | 13 +++++++------ .../files/TransDecoder-2.1.0__fix_paths.patch | 22 ---------------------- 2 files changed, 7 insertions(+), 28 deletions(-) diff --git a/sci-biology/TransDecoder/TransDecoder-2.1.0.ebuild b/sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild similarity index 88% rename from sci-biology/TransDecoder/TransDecoder-2.1.0.ebuild rename to sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild index 6b462ff90..c485d4b86 100644 --- a/sci-biology/TransDecoder/TransDecoder-2.1.0.ebuild +++ b/sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild @@ -1,24 +1,26 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit perl-functions toolchain-funcs DESCRIPTION="Extract ORF/CDS regions from FASTA sequences" -HOMEPAGE="http://transdecoder.github.io" +HOMEPAGE="https://github.com/TransDecoder/TransDecoder/wiki" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/TransDecoder/TransDecoder.git" else - SRC_URI="https://github.com/TransDecoder/TransDecoder/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/TransDecoder/TransDecoder/archive/TransDecoder-v${PV}.tar.gz" KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-${PN}-v${PV}" fi LICENSE="BSD-BroadInstitute" SLOT="0" -IUSE="" + +RESTRICT="test" DEPEND="dev-lang/perl:=" RDEPEND="${DEPEND} @@ -35,7 +37,6 @@ src_prepare() { sed -e "s#use $p;#use TransDecoder::$p;#" \ -i PerlLib/*.pm util/*.pl TransDecoder.LongOrfs TransDecoder.Predict || die done - eapply "${FILESDIR}"/"${P}"__fix_paths.patch eapply "${FILESDIR}"/pfam_runner.pl.patch eapply_user diff --git a/sci-biology/TransDecoder/files/TransDecoder-2.1.0__fix_paths.patch b/sci-biology/TransDecoder/files/TransDecoder-2.1.0__fix_paths.patch deleted file mode 100644 index 0a6fca050..000000000 --- a/sci-biology/TransDecoder/files/TransDecoder-2.1.0__fix_paths.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- TransDecoder-2.0.1/TransDecoder.LongOrfs.ori 2015-11-19 21:05:53.340219051 +0100 -+++ TransDecoder-2.0.1/TransDecoder.LongOrfs 2015-11-19 21:20:44.870221380 +0100 -@@ -64,7 +64,7 @@ - use TransDecoder::Fasta_reader; - use TransDecoder::Longest_orf; - --my $UTIL_DIR = "$FindBin::RealBin/util"; -+my $UTIL_DIR = "/usr/share/TransDecoder/util/"; - $ENV{PATH} = "$UTIL_DIR/bin:$ENV{PATH}"; - - ---- TransDecoder-2.0.1/TransDecoder.Predict.ori 2015-11-19 21:06:04.280219080 +0100 -+++ TransDecoder-2.0.1/TransDecoder.Predict 2015-11-19 21:21:22.560221479 +0100 -@@ -52,7 +52,7 @@ - use TransDecoder::Fasta_reader; - use TransDecoder::Longest_orf; - --my $UTIL_DIR = "$FindBin::RealBin/util"; -+my $UTIL_DIR = "/usr/share/TransDecoder/util/"; - $ENV{PATH} = "$UTIL_DIR/bin:$ENV{PATH}"; - -