commit:     f2884a9364159fef2f3dc686ed00ce315088661a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 19:32:53 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 19:01:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2884a93

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 <asturm <AT> gentoo.org>

 sci-biology/express/express-1.5.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-biology/express/express-1.5.1.ebuild 
b/sci-biology/express/express-1.5.1.ebuild
index 148df8a8ce1..0f8fdce7bbb 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
 }

Reply via email to