commit: 914a062a4a40fb9212c8e59a8d5f290e3ef07812
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 6 12:58:36 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 6 12:58:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=914a062a
sci-biology/ntCard: EAPI bump, vers bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../ntCard/{ntCard-1.1.0.ebuild => ntCard-1.2.2.ebuild} | 11 ++++++-----
sci-biology/ntCard/ntCard-9999.ebuild | 9 ++++++---
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/sci-biology/ntCard/ntCard-1.1.0.ebuild
b/sci-biology/ntCard/ntCard-1.2.2.ebuild
similarity index 73%
rename from sci-biology/ntCard/ntCard-1.1.0.ebuild
rename to sci-biology/ntCard/ntCard-1.2.2.ebuild
index 580b91962..20a9d495a 100644
--- a/sci-biology/ntCard/ntCard-1.1.0.ebuild
+++ b/sci-biology/ntCard/ntCard-1.2.2.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-inherit eutils
+EAPI=7
DESCRIPTION="Estimate k-mer coverage histogram of genomics data"
HOMEPAGE="https://github.com/bcgsc/ntCard"
-SRC_URI="https://github.com/bcgsc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/bcgsc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
IUSE="openmp"
+# requires network
+RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}"
diff --git a/sci-biology/ntCard/ntCard-9999.ebuild
b/sci-biology/ntCard/ntCard-9999.ebuild
index e6dff7db4..72d44fd87 100644
--- a/sci-biology/ntCard/ntCard-9999.ebuild
+++ b/sci-biology/ntCard/ntCard-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils git-r3
+inherit git-r3
DESCRIPTION="Estimate k-mer coverage histogram of genomics data"
HOMEPAGE="https://github.com/bcgsc/ntCard"
@@ -12,7 +12,10 @@ EGIT_REPO_URI="https://github.com/bcgsc/ntCard.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
+
IUSE="openmp"
+# requires network
+RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}"