Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/emboss: emboss-6.1.0.ebuild ChangeLog emboss-6.0.1.ebuild emboss-4.0.0.ebuild
Date: Mon, 04 Apr 2011 16:01:24
Message-Id: 20110404160113.EA2B020054@flycatcher.gentoo.org
1 jlec 11/04/04 16:01:13
2
3 Modified: emboss-6.1.0.ebuild ChangeLog emboss-6.0.1.ebuild
4 Removed: emboss-4.0.0.ebuild
5 Log:
6 Dropped old, fix for wrong EAPI version, #361919
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sci-biology/emboss/emboss-6.1.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild?r1=1.4&r2=1.5
16
17 Index: emboss-6.1.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- emboss-6.1.0.ebuild 9 Mar 2011 19:50:38 -0000 1.4
24 +++ emboss-6.1.0.ebuild 4 Apr 2011 16:01:13 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v 1.4 2011/03/09 19:50:38 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0.ebuild,v 1.5 2011/04/04 16:01:13 jlec Exp $
30
31 inherit eutils
32
33 @@ -93,20 +93,17 @@
34 die "Failed to remove duplicated documentation."
35
36 # Remove useless dummy files from the image.
37 - rm "${D}"/usr/share/EMBOSS/data/{AAINDEX,PRINTS,PROSITE,REBASE}/dummyfile \
38 - || die "Failed to remove dummy files."
39 + find emboss/data -name dummyfile -delete || die "Failed to remove dummy files."
40
41 # Move the provided codon files to a different directory. This will avoid
42 # user confusion and file collisions on case-insensitive file systems (see
43 # bug #115446). This change is documented in "README.Gentoo".
44 - mv "${D}"/usr/share/EMBOSS/data/CODONS \
45 - "${D}"/usr/share/EMBOSS/data/CODONS.orig || \
46 + mv "${D}"/usr/share/EMBOSS/data/CODONS{,.orig} || \
47 die "Failed to move CODON directory."
48
49 # Move the provided restriction enzyme prototypes file to a different name.
50 # This avoids file collisions with versions of rebase that install their
51 # own enzyme prototypes file (see bug #118832).
52 - mv "${D}"/usr/share/EMBOSS/data/embossre.equ \
53 - "${D}"/usr/share/EMBOSS/data/embossre.equ.orig || \
54 + mv "${D}"/usr/share/EMBOSS/data/embossre.equ{,.orig} || \
55 die "Failed to move enzyme equivalence file."
56 }
57
58
59
60 1.64 sci-biology/emboss/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/ChangeLog?rev=1.64&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/ChangeLog?rev=1.64&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/ChangeLog?r1=1.63&r2=1.64
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v
69 retrieving revision 1.63
70 retrieving revision 1.64
71 diff -u -r1.63 -r1.64
72 --- ChangeLog 11 Mar 2011 07:05:50 -0000 1.63
73 +++ ChangeLog 4 Apr 2011 16:01:13 -0000 1.64
74 @@ -1,6 +1,10 @@
75 # ChangeLog for sci-biology/emboss
76 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.63 2011/03/11 07:05:50 jlec Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.64 2011/04/04 16:01:13 jlec Exp $
79 +
80 + 04 Apr 2011; Justin Lecher <jlec@g.o> -emboss-4.0.0.ebuild,
81 + emboss-6.0.1.ebuild, emboss-6.1.0.ebuild:
82 + Dropped old, fix for wrong EAPI version, #361919
83
84 11 Mar 2011; Justin Lecher <jlec@g.o> emboss-6.3.1_p4.ebuild,
85 metadata.xml:
86
87
88
89 1.9 sci-biology/emboss/emboss-6.0.1.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.0.1.ebuild?rev=1.9&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.0.1.ebuild?rev=1.9&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.0.1.ebuild?r1=1.8&r2=1.9
94
95 Index: emboss-6.0.1.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.0.1.ebuild,v
98 retrieving revision 1.8
99 retrieving revision 1.9
100 diff -u -r1.8 -r1.9
101 --- emboss-6.0.1.ebuild 9 Mar 2011 19:50:38 -0000 1.8
102 +++ emboss-6.0.1.ebuild 4 Apr 2011 16:01:13 -0000 1.9
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2011 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.0.1.ebuild,v 1.8 2011/03/09 19:50:38 armin76 Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.0.1.ebuild,v 1.9 2011/04/04 16:01:13 jlec Exp $
108
109 EAPI=1
110
111 @@ -93,7 +93,7 @@
112 dosym /usr/share/EMBOSS/doc/html /usr/share/doc/${PF}/html || die
113
114 # Clashes #330507
115 - mv "${ED}"/usr/bin/{digest,pepdigest} || die
116 + mv "${D}"/usr/bin/{digest,pepdigest} || die
117
118 # Remove useless dummy files from the image.
119 find emboss/data -name dummyfile -delete || die "Failed to remove dummy files."
120 @@ -101,12 +101,12 @@
121 # Move the provided codon files to a different directory. This will avoid
122 # user confusion and file collisions on case-insensitive file systems (see
123 # bug #115446). This change is documented in "README.Gentoo".
124 - mv "${ED}"/usr/share/EMBOSS/data/CODONS{,.orig} || \
125 + mv "${D}"/usr/share/EMBOSS/data/CODONS{,.orig} || \
126 die "Failed to move CODON directory."
127
128 # Move the provided restriction enzyme prototypes file to a different name.
129 # This avoids file collisions with versions of rebase that install their
130 # own enzyme prototypes file (see bug #118832).
131 - mv "${ED}"/usr/share/EMBOSS/data/embossre.equ{,.orig} || \
132 + mv "${D}"/usr/share/EMBOSS/data/embossre.equ{,.orig} || \
133 die "Failed to move enzyme equivalence file."
134 }