diff options
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/emboss/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/emboss/emboss-6.1.0.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
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 <ribosome@gentoo.org> 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." |