From f2884a9364159fef2f3dc686ed00ce315088661a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Mar 2021 20:32:53 +0100 Subject: sci-biology/express: EAPI-7/cmake.eclass, new HOMEPAGE/SRC_URI Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- sci-biology/express/express-1.5.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/express/express-1.5.1.ebuild b/sci-biology/express/express-1.5.1.ebuild index 148df8a8ce14..0f8fdce7bbb0 100644 --- a/sci-biology/express/express-1.5.1.ebuild +++ b/sci-biology/express/express-1.5.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Streaming RNA-Seq Analysis" -HOMEPAGE="http://bio.math.berkeley.edu/eXpress/" -SRC_URI="http://bio.math.berkeley.edu/eXpress/downloads/${P}/${P}-src.tgz" +HOMEPAGE="https://pachterlab.github.io/eXpress/" +SRC_URI="https://pachterlab.github.io/eXpress/downloads/${P}/${P}-src.tgz" LICENSE="Artistic" SLOT="0" @@ -34,5 +34,5 @@ src_configure() { local mycmakeargs=( -DBAMTOOLS_INCLUDE="${EPREFIX}/usr/include/bamtools" ) - cmake-utils_src_configure + cmake_src_configure } -- cgit v1.2.3-65-gdbad