From 8eccda982236f2cfe9188bdcaffd9168134f39a9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 27 Jan 2023 13:58:28 +0000 Subject: gentoo auto-resync : 27:01:2023 - 13:58:28 --- sci-biology/phrap/phrap-1.080812-r2.ebuild | 47 ------------------------------ 1 file changed, 47 deletions(-) delete mode 100644 sci-biology/phrap/phrap-1.080812-r2.ebuild (limited to 'sci-biology/phrap/phrap-1.080812-r2.ebuild') diff --git a/sci-biology/phrap/phrap-1.080812-r2.ebuild b/sci-biology/phrap/phrap-1.080812-r2.ebuild deleted file mode 100644 index 08ea5a1fb71f..000000000000 --- a/sci-biology/phrap/phrap-1.080812-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Shotgun assembly and alignment utilities" -HOMEPAGE="http://www.phrap.org/" -SRC_URI="phrap-${PV}-distrib.tar.gz" - -LICENSE="phrap" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - dev-lang/perl - dev-perl/Tk" - -S="${WORKDIR}" - -RESTRICT="fetch" -PATCHES=( "${FILESDIR}/${PN}-1.080812-fix-build-system.patch" ) - -pkg_nofetch() { - einfo "Please visit http://www.phrap.org/phredphrapconsed.html and obtain the file" - einfo "\"distrib.tar.gz\", then rename it to \"phrap-${PV}-distrib.tar.gz\"" - einfo "and put it into your DISTDIR directory." -} - -src_compile() { - emake CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin cross_match loco phrap phrapview swat - newbin cluster cluster_phrap - - local i - for i in {general,phrap,swat}.doc; do - newdoc ${i} ${i}.txt - done -} -- cgit v1.2.3