diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2009-09-01 21:16:43 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2009-09-01 21:16:43 +0000 |
commit | 379f617d39f6033079afe54575a10cce3141e2dc (patch) | |
tree | ae0370349d4cd2cb99e1b231757b4e3d4f79f8da /sci-biology/emboss | |
parent | Giving up maintainership of this package. (diff) | |
download | gentoo-2-379f617d39f6033079afe54575a10cce3141e2dc.tar.gz gentoo-2-379f617d39f6033079afe54575a10cce3141e2dc.tar.bz2 gentoo-2-379f617d39f6033079afe54575a10cce3141e2dc.zip |
Remove documentation that conflicts with EMBASSY phylipnew.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/emboss')
-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." |