diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-10-15 19:02:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-10-15 19:02:28 +0000 |
commit | 4ddd91b4c050ad3b67dde8f77167802b0c2e25b1 (patch) | |
tree | 82ed65b0656dec606ca4581f5e8669f6b167ea84 /sci-biology/t-coffee | |
parent | stable ppc, bug 338341 (diff) | |
download | gentoo-2-4ddd91b4c050ad3b67dde8f77167802b0c2e25b1.tar.gz gentoo-2-4ddd91b4c050ad3b67dde8f77167802b0c2e25b1.tar.bz2 gentoo-2-4ddd91b4c050ad3b67dde8f77167802b0c2e25b1.zip |
Clean old
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/t-coffee')
-rw-r--r-- | sci-biology/t-coffee/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/t-coffee/t-coffee-5.65.ebuild | 68 | ||||
-rw-r--r-- | sci-biology/t-coffee/t-coffee-8.14.ebuild | 60 |
3 files changed, 5 insertions, 129 deletions
diff --git a/sci-biology/t-coffee/ChangeLog b/sci-biology/t-coffee/ChangeLog index 299f91f76eb3..237e917dfa71 100644 --- a/sci-biology/t-coffee/ChangeLog +++ b/sci-biology/t-coffee/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/t-coffee # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.47 2010/10/15 18:51:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.48 2010/10/15 19:02:28 jlec Exp $ + + 15 Oct 2010; Justin Lecher <jlec@gentoo.org> -t-coffee-5.65.ebuild, + -t-coffee-8.14.ebuild: + Clean old 15 Oct 2010; Brent Baude <ranger@gentoo.org> t-coffee-8.69.ebuild: stable ppc, bug 339575 diff --git a/sci-biology/t-coffee/t-coffee-5.65.ebuild b/sci-biology/t-coffee/t-coffee-5.65.ebuild deleted file mode 100644 index bcd73aaf6829..000000000000 --- a/sci-biology/t-coffee/t-coffee-5.65.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-5.65.ebuild,v 1.5 2010/10/03 11:22:54 jlec Exp $ - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="A multiple sequence alignment package" -LICENSE="t-coffee" -HOMEPAGE="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html" -SRC_URI="http://www.tcoffee.org/Packages/T-COFFEE_distribution_Version_${PV}.tar.gz" - -SLOT="0" -IUSE="" -KEYWORDS="amd64 ppc x86" - -RESTRICT="mirror" - -DEPEND="" -RDEPEND="sci-biology/clustalw" - -TCDIR="${WORKDIR}/T-COFFEE_distribution_Version_${PV}" -S="${TCDIR}/t_coffee_source" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -e "s/CC = cc/CC = $(tc-getCC) ${CFLAGS}/" -i makefile || die \ - "Failed to patch makefile." -} - -die_compile() { - echo - eerror "If you experience an internal compiler error (consult the above" - eerror "messages), try compiling t-coffee using very modest compiler flags." - eerror "See bug #114745 on the Gentoo Bugzilla for more details." - die "Compilation failed" -} - -src_compile() { - [[ $(gcc-version) == "3.4" ]] && append-flags -fno-unit-at-a-time - [[ $(gcc-version) == "4.1" ]] && append-flags -fno-unit-at-a-time - emake all || die_compile -} - -src_install() { - dobin "${TCDIR}"/bin/t_coffee \ - || die "Failed to install program." - - insinto /usr/share/${PN}/lib/html - doins "${TCDIR}"/html/* \ - || die "Failed to install Web interface files." - - cd "${TCDIR}"/doc - dodoc aln_compare.doc.txt README4T-COFFEE seq_reformat.doc.txt \ - t_coffee_technical.txt t_coffee_tutorial.txt \ - || die "Failed to install text documentation." - - dohtml t_coffee_technical.htm t_coffee_tutorial.htm \ - || die "Failed to install HTML documentation." - - insinto /usr/share/doc/${PF} - doins t_coffee_technical.doc t_coffee_tutorial.doc \ - || die "Failed to install DOC documentation." - - insinto /usr/share/${PN}/example - doins "${TCDIR}"/example/* \ - || die "Failed to install example files." -} diff --git a/sci-biology/t-coffee/t-coffee-8.14.ebuild b/sci-biology/t-coffee/t-coffee-8.14.ebuild deleted file mode 100644 index cec97ab249a8..000000000000 --- a/sci-biology/t-coffee/t-coffee-8.14.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.14.ebuild,v 1.3 2010/01/03 14:23:29 pacho Exp $ - -EAPI="2" - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="A multiple sequence alignment package" -LICENSE="GPL-2" -HOMEPAGE="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html" -SRC_URI="http://www.tcoffee.org/Packages/T-COFFEE_distribution_Version_${PV}.tar.gz" - -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~ppc x86" - -DEPEND="sci-biology/clustalw" -RDEPEND="${DEPEND}" - -TCDIR="${WORKDIR}/T-COFFEE_distribution_Version_${PV}" -S="${TCDIR}/t_coffee_source" - -die_compile() { - echo - eerror "If you experience an internal compiler error (consult the above" - eerror "messages), try compiling t-coffee using very modest compiler flags." - eerror "See bug #114745 on the Gentoo Bugzilla for more details." - die "Compilation failed" -} - -src_compile() { - [[ $(gcc-version) == "3.4" ]] && append-flags -fno-unit-at-a-time - [[ $(gcc-version) == "4.1" ]] && append-flags -fno-unit-at-a-time - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" emake || die_compile -} - -src_install() { - dobin t_coffee || die "Failed to install program." - - insinto /usr/share/${PN}/lib/html - doins "${TCDIR}"/html/* \ - || die "Failed to install Web interface files." - - cd "${TCDIR}"/doc - dodoc aln_compare.doc.txt seq_reformat.doc.txt \ - t_coffee_technical.txt t_coffee_tutorial.txt \ - || die "Failed to install text documentation." - - dohtml t_coffee_technical.htm t_coffee_tutorial.htm \ - || die "Failed to install HTML documentation." - - insinto /usr/share/doc/${PF} - doins t_coffee_technical.doc t_coffee_tutorial.doc \ - || die "Failed to install DOC documentation." - - insinto /usr/share/${PN}/example - doins "${TCDIR}"/example/* \ - || die "Failed to install example files." -} |