From 379f617d39f6033079afe54575a10cce3141e2dc Mon Sep 17 00:00:00 2001 From: Olivier Fisette Date: Tue, 1 Sep 2009 21:16:43 +0000 Subject: Remove documentation that conflicts with EMBASSY phylipnew. (Portage version: 2.2_rc40/cvs/Linux x86_64) --- sci-biology/emboss/ChangeLog | 5 ++++- sci-biology/emboss/emboss-6.1.0.ebuild | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/emboss/ChangeLog b/sci-biology/emboss/ChangeLog index 3f09f3698d56..4fbb2bb09fff 100644 --- a/sci-biology/emboss/ChangeLog +++ b/sci-biology/emboss/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/emboss # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.52 2009/09/01 19:26:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.53 2009/09/01 21:16:43 ribosome Exp $ + + 01 Sep 2009; Olivier Fisette emboss-6.1.0.ebuild: + Remove documentation that conflicts with EMBASSY phylipnew. *emboss-6.1.0 (01 Sep 2009) diff --git a/sci-biology/emboss/emboss-6.1.0.ebuild b/sci-biology/emboss/emboss-6.1.0.ebuild index 27ba2c556559..80f7ae77f324 100644 --- a/sci-biology/emboss/emboss-6.1.0.ebuild +++ b/sci-biology/emboss/emboss-6.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v 1.1 2009/09/01 19:26:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v 1.2 2009/09/01 21:16:43 ribosome Exp $ inherit eutils @@ -86,6 +86,11 @@ src_install() { dosym /usr/share/EMBOSS/doc/tutorials /usr/share/doc/${PF}/tutorials || die dosym /usr/share/EMBOSS/doc/html /usr/share/doc/${PF}/html || die + # Remove frestdist documentation conflicting with the EMBASSY philypnew + # package. + rm "${D}"/usr/share/EMBOSS/doc/programs/text/frestdist.txt || \ + die "Failed to remove duplicated documentation." + # Remove useless dummy files from the image. rm "${D}"/usr/share/EMBOSS/data/{AAINDEX,PRINTS,PROSITE,REBASE}/dummyfile \ || die "Failed to remove dummy files." -- cgit v1.2.3-65-gdbad