From 3b08f674e3f771b49370edb144dab0958c8cf721 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 31 Aug 2021 08:59:54 +0100 Subject: gentoo resync : 31.08.2021 --- sci-biology/psipred/psipred-3.5.ebuild | 56 ---------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 sci-biology/psipred/psipred-3.5.ebuild (limited to 'sci-biology/psipred/psipred-3.5.ebuild') diff --git a/sci-biology/psipred/psipred-3.5.ebuild b/sci-biology/psipred/psipred-3.5.ebuild deleted file mode 100644 index f5619ef4b544..000000000000 --- a/sci-biology/psipred/psipred-3.5.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch prefix toolchain-funcs versionator - -#MY_P="${PN}$(delete_all_version_separators)" -MY_P="${PN}${PV}" - -DESCRIPTION="Protein Secondary Structure Prediction" -HOMEPAGE="http://bioinf.cs.ucl.ac.uk/psipred/" -SRC_URI=" - http://bioinf.cs.ucl.ac.uk/downloads/${PN}/${MY_P}.tar.gz - test? ( http://bioinfadmin.cs.ucl.ac.uk/downloads/psipred/old/data/tdbdata.tar.gz )" - -LICENSE="psipred" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-shells/tcsh - sci-biology/ncbi-tools - sci-biology/update-blastdb" -DEPEND="" - -S="${WORKDIR}"/${PN} - -src_prepare() { - rm -f bin/* - epatch \ - "${FILESDIR}"/3.1-Makefile.patch \ - "${FILESDIR}"/3.1-path.patch \ - "${FILESDIR}"/3.2-fgets.patch - eprefixify runpsipred* - emake -C src clean -} - -src_compile() { - emake -C src CC=$(tc-getCC) -} - -src_install() { - emake -C src DESTDIR="${D}" install - dobin runpsipred* bin/* BLAST+/runpsipred* - insinto /usr/share/${PN} - doins -r data - dodoc README -} - -pkg_postinst() { - elog "Please use the update_blastdb.pl in order to" - elog "maintain your own local blastdb" -} -- cgit v1.2.3