diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 11:14:24 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 11:55:21 +0200 |
commit | d18c0ab2f9ac2a3eaa99f24bd603d7b68e14763b (patch) | |
tree | a91cd90bf370570cdfd5d47ff837b16efe1fb2ad /sci-libs/clashscore-db | |
parent | app-antivirus/clamav: fix running tests (diff) | |
download | gentoo-d18c0ab2f9ac2a3eaa99f24bd603d7b68e14763b.tar.gz gentoo-d18c0ab2f9ac2a3eaa99f24bd603d7b68e14763b.tar.bz2 gentoo-d18c0ab2f9ac2a3eaa99f24bd603d7b68e14763b.zip |
sci-libs/clashscore-db: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/clashscore-db')
-rw-r--r-- | sci-libs/clashscore-db/clashscore-db-3.17-r1.ebuild (renamed from sci-libs/clashscore-db/clashscore-db-3.17.ebuild) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sci-libs/clashscore-db/clashscore-db-3.17.ebuild b/sci-libs/clashscore-db/clashscore-db-3.17-r1.ebuild index bad0582b7168..41bea4a55af2 100644 --- a/sci-libs/clashscore-db/clashscore-db-3.17.ebuild +++ b/sci-libs/clashscore-db/clashscore-db-3.17-r1.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="Clashscore-db for clashlist" HOMEPAGE="http://kinemage.biochem.duke.edu/" SRC_URI="mirror://gentoo/molprobity-${PV}.tgz" +S="${WORKDIR}" -SLOT="0" LICENSE="richardson" +SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" RESTRICT="binchecks strip" -S="${WORKDIR}" - src_install() { insinto /usr/share/clashscore doins molprobity3/lib/clashscore.db.tab |