From e1a3b476590c330602639ad79e5130c1c8864c74 Mon Sep 17 00:00:00 2001 From: Martin Mokrejš Date: Tue, 4 Oct 2016 10:10:18 +0200 Subject: sci-biology/consed: this version now landed main tree, removing --- sci-biology/consed/Manifest | 2 - sci-biology/consed/consed-29.ebuild | 93 ------------------------------------- sci-biology/consed/metadata.xml | 12 ----- 3 files changed, 107 deletions(-) delete mode 100644 sci-biology/consed/Manifest delete mode 100644 sci-biology/consed/consed-29.ebuild delete mode 100644 sci-biology/consed/metadata.xml diff --git a/sci-biology/consed/Manifest b/sci-biology/consed/Manifest deleted file mode 100644 index f1a492de7..000000000 --- a/sci-biology/consed/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST consed-29-linux.tar.gz 36172715 SHA256 98354e2507ef9026b82c89db199ff1de7e4ec3686fccd691d215acdcde34ce39 SHA512 63a95d84cb58009045a9d898c8b1a94f98516bed9189f624a5930338cc8f51562504257f309d945fafcc07e0811ffeea122b640789f75fbd6c94535178dab4dd WHIRLPOOL 26ebc1ee7114b0c609fd36c2c46b71c399bacb61f7db285ab36f296902964c14518c058e814a166b20a36c2d320280aeed0ca18b7104c6b503324bf27d4b57af -DIST consed-29-sources.tar.gz 3258845 SHA256 e7d3c2bf60e0bb22025e0416d16cf9864fec8091811ec285a39db4cb46bc3fc6 SHA512 fd711a65a02ef1238cca12b90fe7fa9b67da6c37d43cd105f38c7b6475fbc073c1f4d7f99703dec9d3a0a7a2a9317cb14999a114bb6f52589cb9b6e34700eb93 WHIRLPOOL 5ac363f049b6b40554112f830e812e7ab7d334a0f6707ea4da981ed1e468109f3bd7669382aa77e93cf12c78cc95fb1085711dcc972c7ff22ffe6b73056bb2c2 diff --git a/sci-biology/consed/consed-29.ebuild b/sci-biology/consed/consed-29.ebuild deleted file mode 100644 index 002e0074b..000000000 --- a/sci-biology/consed/consed-29.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="A genome sequence finishing program" -HOMEPAGE="http://bozeman.mbt.washington.edu/consed/consed.html" -SRC_URI=" - ${P}-sources.tar.gz - ${P}-linux.tar.gz" - -LICENSE="phrap" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=x11-libs/motif-2.3:0" -# it needs samtools-0.18 with khash.h -# This file was about sci-biology/samtools-1.2 time moved to sci-libs/htslib-1.2.1 -RDEPEND="${DEPEND} - =sci-biology/samtools-0.1.18 - >=sci-biology/phred-000925 - >=sci-biology/phrap-1.080721 - dev-lang/perl" - -S="${WORKDIR}" - -RESTRICT="fetch" - -pkg_nofetch() { - einfo "Please visit ${HOMEPAGE} and obtain the file" - einfo "\"sources.tar.gz\", then rename it to \"${P}-sources.tar.gz\"" - einfo "and place it in ${DISTDIR}," - einfo "obtain the file" - einfo "\"consed_linux.tar.gz\", then rename it to \"${P}-linux.tar.gz\"" - einfo "and place it in ${DISTDIR}" -} - -src_prepare() { - sed -i '/#include/ s///' "${S}/main.cpp" || die - sed -i \ - -e '/CLIBS=/ s/$/ -lXm -lXt -lSM -lICE -lXext -lXmu -lXp -lm -lbam -lz/' \ - -e 's/ARCHIVES=/ARCHIVES=\n_ARCHIVES=/' \ - -e 's/CFLGS=/CFLGS= ${CFLAGS} /' \ - -e 's#/me1/gordon/samtools/samtools-0.1.18#/usr/include/bam/ -I/usr/include/htslib/#' "${S}/makefile" || die - sed -i -e 's/CFLAGS=/CFLAGS += /' "${S}"/misc/*/Makefile || die - sed \ - -e "s!\$szPhredParameterFile = .*!\$szPhredParameterFile = \$ENV{'PHRED_PARAMETER_FILE'} || \'"${EPREFIX}"/usr/share/phred/phredpar.dat\';!" \ - -i "${S}"/scripts/* || die -} - -src_compile() { - einfo "consed does not compile with >=sys-devel/gcc-4.6:* but 4.4.7 works" - default - emake -C misc/mktrace - emake -C misc/phd2fasta - (cd misc/454; $(tc-getCC) ${CFLAGS} ${LDFLAGS} sff2scf.c -o sff2scf) || die -} - -src_install() { - dobin consed misc/{mktrace/mktrace,phd2fasta/phd2fasta,454/sff2scf} - dobin scripts/* contributions/* - insinto /usr/lib/screenLibs - doins misc/*.{fa*,seq} - insinto /usr/share/${PN}/examples - doins -r \ - standard polyphred autofinish assembly_view 454_newbler \ - align454reads align454reads_answer solexa_example \ - solexa_example_answer selectRegions selectRegionsAnswer - echo CONSED_HOME="${EPREFIX}"/usr > "${S}"/99consed || die - echo CONSED_PARAMETERS="${EPREFIX}"/etc/consedrc >> "${S}"/99consed || die - touch "${ED}"/etc/consedrc || die "Cannot create a file for system-wide settings" - doenvd "${S}/99consed" - sed \ - -e "s#/usr/local/genome#${EPREFIX}/usr#" \ - -i "${ED}"/usr/bin/{*.perl,phredPhrap,phredPhrapWithPhdBalls} || die - sed \ - -e 's#niceExe = "/bin/nice"#niceExe = "/usr/bin/nice"#' \ - -i "${ED}"/usr/bin/phredPhrap || die - sed \ - -e 's#/wt1/gordon/genome#/usr/bin#' \ - -i "${ED}"/usr/bin/fastq2Phrap.perl || die - dodoc README.txt *_announcement.txt -} - -pkg_postinst() { - einfo "Package documentation is available at" - einfo "http://www.phrap.org/consed/distributions/README.${PV}.0.txt" -} diff --git a/sci-biology/consed/metadata.xml b/sci-biology/consed/metadata.xml deleted file mode 100644 index 1699e58b2..000000000 --- a/sci-biology/consed/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biology@gentoo.org - Gentoo Biology Project - - -- cgit v1.2.3-65-gdbad