diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-06 20:32:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-07 20:01:10 +0100 |
commit | f2884a9364159fef2f3dc686ed00ce315088661a (patch) | |
tree | 49df406073272dd46e96de0bc521608fca34d1da /sci-biology | |
parent | sci-physics/thepeg: Drop 1.9.2 and 2.0.0, EAPI5-- (diff) | |
download | gentoo-f2884a9364159fef2f3dc686ed00ce315088661a.tar.gz gentoo-f2884a9364159fef2f3dc686ed00ce315088661a.tar.bz2 gentoo-f2884a9364159fef2f3dc686ed00ce315088661a.zip |
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@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/express/express-1.5.1.ebuild | 12 |
1 files 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 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 } |