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/phylip: ChangeLog phylip-3.67.ebuild
Date: Wed, 19 Sep 2007 18:40:02
Message-Id: E1IY4LE-0002li-Hj@stork.gentoo.org
1 ribosome 07/09/19 18:32:04
2
3 Modified: ChangeLog
4 Added: phylip-3.67.ebuild
5 Log:
6 New upstream version.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.27 sci-biology/phylip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 30 Aug 2007 21:00:59 -0000 1.26
23 +++ ChangeLog 19 Sep 2007 18:32:04 -0000 1.27
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sci-biology/phylip
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.26 2007/08/30 21:00:59 ribosome Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.27 2007/09/19 18:32:04 ribosome Exp $
29 +
30 +*phylip-3.67 (19 Sep 2007)
31 +
32 + 19 Sep 2007; Olivier Fisette <ribosome@g.o> files/README.Gentoo,
33 + +phylip-3.67.ebuild:
34 + New upstream version. (Thanks to Arfrever Frehtes Taifersar Arahesis
35 + <arfrever.fta@×××××.com> for reporting. See bug #191869)
36
37 30 Aug 2007; Olivier Fisette <ribosome@g.o> phylip-3.66.ebuild:
38 Added to ~amd64.
39
40
41
42 1.1 sci-biology/phylip/phylip-3.67.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild?rev=1.1&content-type=text/plain
46
47 Index: phylip-3.67.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.1 2007/09/19 18:32:04 ribosome Exp $
52
53 inherit toolchain-funcs
54
55 DESCRIPTION="PHYLIP - The PHYLogeny Inference Package"
56 LICENSE="freedist"
57 HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html"
58 SRC_URI="http://evolution.gs.washington.edu/${PN}/download/${P}.tar.gz"
59
60 SLOT="0"
61 IUSE=""
62 KEYWORDS="~ppc ~ppc-macos ~x86 ~amd64"
63
64 RDEPEND="x11-libs/libXaw"
65
66 DEPEND="${RDEPEND}
67 x11-proto/xproto"
68
69 S="${WORKDIR}/${P}/src"
70
71 src_compile() {
72 sed -e "s/CFLAGS = -O3 -fomit-frame-pointer/CFLAGS = ${CFLAGS}/" \
73 -e "s/CC = cc/CC = $(tc-getCC)/" \
74 -e "s/DC = cc/DC = $(tc-getCC)/" \
75 -i Makefile || die "Patching Makefile failed."
76 mkdir ../fonts
77 emake -j1 all put || die "Compilation failed."
78 mv ../exe/font* ../fonts || die "Font move failed."
79 mv ../exe/factor ../exe/factor-${PN} || die "Renaming factor failed."
80 }
81
82 src_install() {
83 cd "${WORKDIR}/${P}"
84
85 dobin exe/* || "Failed to install programs."
86
87 dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes."
88
89 dohtml phylip.html || "Failed to install HTML documentation index."
90 insinto /usr/share/doc/${PF}/html/doc
91 doins doc/* || "Failed to install HTML documentation."
92
93 insinto /usr/share/${PN}/fonts
94 doins fonts/* || die "Fonts installation failed."
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list