From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1258255-garchives=archives.gentoo.org@lists.gentoo.org> 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 2FB381382C5 for <garchives@archives.gentoo.org>; Sat, 6 Mar 2021 13:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2AD7E0824; Sat, 6 Mar 2021 13:15:27 +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 95D50E0824 for <gentoo-commits@lists.gentoo.org>; Sat, 6 Mar 2021 13:15:27 +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 3CF43335C5A for <gentoo-commits@lists.gentoo.org>; Sat, 6 Mar 2021 13:15:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 719A82A9 for <gentoo-commits@lists.gentoo.org>; Sat, 6 Mar 2021 13:15:24 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> 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" <andrewammerlaan@riseup.net> Message-ID: <1615036513.454d4e4876455ed72069bf2343c499b2a5184901.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/parafly/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/parafly/parafly-0.1.0.ebuild sci-biology/parafly/parafly-20130121.ebuild X-VCS-Directories: sci-biology/parafly/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 454d4e4876455ed72069bf2343c499b2a5184901 X-VCS-Branch: master Date: Sat, 6 Mar 2021 13:15:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a21e2dbb-975a-4276-8a99-481df0bea76b X-Archives-Hash: 0510f80b996d992c221460292c6c6f94 commit: 454d4e4876455ed72069bf2343c499b2a5184901 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 13:15:13 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 13:15:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=454d4e48 sci-biology/parafly: fix this, EAPI bump - fixed description - fixed homepage - fixed src_uri Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/parafly/parafly-0.1.0.ebuild | 21 +++++++++++++++++++++ sci-biology/parafly/parafly-20130121.ebuild | 26 -------------------------- 2 files changed, 21 insertions(+), 26 deletions(-) diff --git a/sci-biology/parafly/parafly-0.1.0.ebuild b/sci-biology/parafly/parafly-0.1.0.ebuild new file mode 100644 index 000000000..ce1084020 --- /dev/null +++ b/sci-biology/parafly/parafly-0.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Parallel cmd processing utility" +HOMEPAGE="https://github.com/ParaFly/ParaFly" +SRC_URI="https://github.com/ParaFly/ParaFly/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-BroadInstitute" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/ParaFly-${PV}" + +src_configure(){ + ./configure --prefix="${EPREFIX}"/usr +} diff --git a/sci-biology/parafly/parafly-20130121.ebuild b/sci-biology/parafly/parafly-20130121.ebuild deleted file mode 100644 index fe3e26c6c..000000000 --- a/sci-biology/parafly/parafly-20130121.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Some dependency for transdecoder" -HOMEPAGE="https://sourceforge.net/projects/transdecoder/" -SRC_URI="https://sourceforge.net/projects/transdecoder/files/OLDER/TransDecoder_r20140704.tar.gz" -# are current sources available only from here? -# https://github.com/trinityrnaseq/trinityrnaseq/tree/f81f0497a211c84ba4299063086604760933e6e3/trinity-plugins/parafly-code - -LICENSE="BSD-BroadInstitute" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/TransDecoder_r20140704/3rd_party/parafly-r2013-01-21 - -# maybe we once the CXXFLAGS and LDFLAGS mentioned -# in https://github.com/trinityrnaseq/trinityrnaseq/issues/65 ? -src_configure(){ - ./configure --prefix="${EPREFIX}"/usr -}