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 7E0811396DA for ; Thu, 16 Nov 2017 13:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6522DE0E4C; Thu, 16 Nov 2017 13:17:13 +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 31E24E0E4C for ; Thu, 16 Nov 2017 13:17:12 +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 77B6E33BF05 for ; Thu, 16 Nov 2017 13:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CE499CAE for ; Thu, 16 Nov 2017 13:17:10 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1510838216.3dcd860e419d637e622ff61ee6f0acec2916e7d7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/kallisto/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/kallisto/Manifest sci-biology/kallisto/kallisto-0.43.1.ebuild sci-biology/kallisto/kallisto-9999.ebuild sci-biology/kallisto/metadata.xml X-VCS-Directories: sci-biology/kallisto/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3dcd860e419d637e622ff61ee6f0acec2916e7d7 X-VCS-Branch: master Date: Thu, 16 Nov 2017 13:17:10 +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-Archives-Salt: e692a09a-9d9f-421b-b673-9f900ff46e44 X-Archives-Hash: 822d7cc8baaae655e99ac686b7ca9420 commit: 3dcd860e419d637e622ff61ee6f0acec2916e7d7 Author: David Seifert gentoo org> AuthorDate: Thu Nov 16 13:15:49 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Nov 16 13:16:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dcd860e sci-biology/kallisto: Initial addition Closes: https://github.com/gentoo/sci/pull/814 Package-Manager: Portage-2.3.14, Repoman-2.3.6 sci-biology/kallisto/Manifest | 1 + sci-biology/kallisto/kallisto-0.43.1.ebuild | 25 +++++++++++++++++++++++++ sci-biology/kallisto/kallisto-9999.ebuild | 25 +++++++++++++++++++++++++ sci-biology/kallisto/metadata.xml | 19 +++++++++++++++++++ 4 files changed, 70 insertions(+) diff --git a/sci-biology/kallisto/Manifest b/sci-biology/kallisto/Manifest new file mode 100644 index 00000000000..7cb0b257593 --- /dev/null +++ b/sci-biology/kallisto/Manifest @@ -0,0 +1 @@ +DIST kallisto-0.43.1.tar.gz 1067076 SHA256 2164938c2c61c04e338c4c132cf749f56d39e6f0b4c517121bca1fbc218e430e SHA512 c7725a2d649cf96fcd24a20d542b409777cfd9fe97c09f0f459a5ec2981e0a4f5f0ea03d76d3ec3edf0e498c799fc7d074d442d5e35ddb4043d1f7634619dda8 WHIRLPOOL a0f8c2cab5afa3df7cf7f540319d32a99d698ac50e4574c941972fff789e9d8e258124153d16a777180595b201d91e240e5ffd17994cc2571e71f6fcb47fdeee diff --git a/sci-biology/kallisto/kallisto-0.43.1.ebuild b/sci-biology/kallisto/kallisto-0.43.1.ebuild new file mode 100644 index 00000000000..0020e891a03 --- /dev/null +++ b/sci-biology/kallisto/kallisto-0.43.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Near-optimal RNA-Seq quantification" +HOMEPAGE="http://pachterlab.github.io/kallisto/" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/pachterlab/kallisto.git" +else + SRC_URI="https://github.com/pachterlab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + sci-libs/hdf5:= + sys-libs/zlib:=" +DEPEND="${RDEPEND}" diff --git a/sci-biology/kallisto/kallisto-9999.ebuild b/sci-biology/kallisto/kallisto-9999.ebuild new file mode 100644 index 00000000000..0020e891a03 --- /dev/null +++ b/sci-biology/kallisto/kallisto-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Near-optimal RNA-Seq quantification" +HOMEPAGE="http://pachterlab.github.io/kallisto/" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/pachterlab/kallisto.git" +else + SRC_URI="https://github.com/pachterlab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + sci-libs/hdf5:= + sys-libs/zlib:=" +DEPEND="${RDEPEND}" diff --git a/sci-biology/kallisto/metadata.xml b/sci-biology/kallisto/metadata.xml new file mode 100644 index 00000000000..aba0d0ebf33 --- /dev/null +++ b/sci-biology/kallisto/metadata.xml @@ -0,0 +1,19 @@ + + + + + mschu.dev@gmail.com + Michael Schubert + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sci-biology@gentoo.org + Gentoo Biology Project + + + pachterlab/kallisto + +