Gentoo Archives: gentoo-commits

From: "Olivier Fisette (ribosome)" <ribosome@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/emboss: emboss-6.1.0.ebuild ChangeLog
Date: Tue, 01 Sep 2009 16:08:00
Message-Id: E1MiaiZ-0001Gf-RC@stork.gentoo.org
1 ribosome 09/09/01 21:16:43
2
3 Modified: emboss-6.1.0.ebuild ChangeLog
4 Log:
5 Remove documentation that conflicts with EMBASSY phylipnew.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-biology/emboss/emboss-6.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild?r1=1.1&r2=1.2
14
15 Index: emboss-6.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- emboss-6.1.0.ebuild 1 Sep 2009 19:26:04 -0000 1.1
22 +++ emboss-6.1.0.ebuild 1 Sep 2009 21:16:43 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v 1.1 2009/09/01 19:26:04 ribosome Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v 1.2 2009/09/01 21:16:43 ribosome Exp $
28
29 inherit eutils
30
31 @@ -86,6 +86,11 @@
32 dosym /usr/share/EMBOSS/doc/tutorials /usr/share/doc/${PF}/tutorials || die
33 dosym /usr/share/EMBOSS/doc/html /usr/share/doc/${PF}/html || die
34
35 + # Remove frestdist documentation conflicting with the EMBASSY philypnew
36 + # package.
37 + rm "${D}"/usr/share/EMBOSS/doc/programs/text/frestdist.txt || \
38 + die "Failed to remove duplicated documentation."
39 +
40 # Remove useless dummy files from the image.
41 rm "${D}"/usr/share/EMBOSS/data/{AAINDEX,PRINTS,PROSITE,REBASE}/dummyfile \
42 || die "Failed to remove dummy files."
43
44
45
46 1.53 sci-biology/emboss/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/emboss/ChangeLog?rev=1.53&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/emboss/ChangeLog?rev=1.53&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/emboss/ChangeLog?r1=1.52&r2=1.53
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v
55 retrieving revision 1.52
56 retrieving revision 1.53
57 diff -u -r1.52 -r1.53
58 --- ChangeLog 1 Sep 2009 19:26:04 -0000 1.52
59 +++ ChangeLog 1 Sep 2009 21:16:43 -0000 1.53
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sci-biology/emboss
62 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.52 2009/09/01 19:26:04 ribosome Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.53 2009/09/01 21:16:43 ribosome Exp $
65 +
66 + 01 Sep 2009; Olivier Fisette <ribosome@g.o> emboss-6.1.0.ebuild:
67 + Remove documentation that conflicts with EMBASSY phylipnew.
68
69 *emboss-6.1.0 (01 Sep 2009)