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/psipred: psipred-3.0.ebuild ChangeLog psipred-2.6.1-r1.ebuild psipred-2.6.1.ebuild
Date: Thu, 06 May 2010 18:27:57
Message-Id: 20100506182750.354922C3FE@corvid.gentoo.org
1 jlec 10/05/06 18:27:50
2
3 Modified: ChangeLog
4 Added: psipred-3.0.ebuild psipred-2.6.1-r1.ebuild
5 Removed: psipred-2.6.1.ebuild
6 Log:
7 Version Bump, #317977; fixed installation of shipped bins
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-biology/psipred/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/psipred/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 28 Feb 2010 10:31:18 -0000 1.1
24 +++ ChangeLog 6 May 2010 18:27:49 -0000 1.2
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-biology/psipred
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/psipred/ChangeLog,v 1.1 2010/02/28 10:31:18 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/psipred/ChangeLog,v 1.2 2010/05/06 18:27:49 jlec Exp $
30 +
31 +*psipred-3.0 (06 May 2010)
32 +*psipred-2.6.1-r1 (06 May 2010)
33 +
34 + 06 May 2010; Justin Lecher <jlec@g.o> +files/3.0-path.patch,
35 + -psipred-2.6.1.ebuild, +psipred-2.6.1-r1.ebuild, +psipred-3.0.ebuild:
36 + Version Bump, #317977; fixed installation of shipped bins
37
38 *psipred-2.6.1 (28 Feb 2010)
39
40
41
42
43 1.1 sci-biology/psipred/psipred-3.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/psipred-3.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/psipred-3.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: psipred-3.0.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-biology/psipred/psipred-3.0.ebuild,v 1.1 2010/05/06 18:27:49 jlec Exp $
53
54 EAPI="3"
55
56 inherit eutils prefix toolchain-funcs versionator
57
58 MY_P="${PN}$(delete_all_version_separators)"
59
60 DESCRIPTION="Protein Secondary Structure Prediction"
61 HOMEPAGE="http://bioinf.cs.ucl.ac.uk/psipred/"
62 SRC_URI="http://bioinf.cs.ucl.ac.uk/downloads/${PN}/${MY_P}.tar.gz"
63
64 LICENSE="psipred"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
67 IUSE=""
68
69 RDEPEND="
70 sci-biology/ncbi-tools
71 sci-biology/ncbi-tools++"
72
73 S="${WORKDIR}"
74
75 src_prepare() {
76 rm -f bin/*
77 epatch "${FILESDIR}"/2.6.1-Makefile.patch
78 epatch "${FILESDIR}"/${PV}-path.patch
79 eprefixify runpsipred*
80 }
81
82 src_compile() {
83 emake -C src CC=$(tc-getCC) || die "emake failed"
84 }
85
86 src_install() {
87 emake -C src DESTDIR="${D}" install || die "installation failed"
88 dobin runpsipred* || die
89 insinto /usr/share/${PN}
90 doins -r data || die "failed to install data"
91 dodoc README || die "nothing to read"
92 }
93
94 pkg_postinst() {
95 elog "Please use the update_blastdb.pl in order to"
96 elog "maintain your own local blastdb"
97 }
98
99
100
101 1.1 sci-biology/psipred/psipred-2.6.1-r1.ebuild
102
103 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/psipred-2.6.1-r1.ebuild?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/psipred-2.6.1-r1.ebuild?rev=1.1&content-type=text/plain
105
106 Index: psipred-2.6.1-r1.ebuild
107 ===================================================================
108 # Copyright 1999-2010 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 # $Header: /var/cvsroot/gentoo-x86/sci-biology/psipred/psipred-2.6.1-r1.ebuild,v 1.1 2010/05/06 18:27:50 jlec Exp $
111
112 EAPI="3"
113
114 inherit eutils prefix toolchain-funcs versionator
115
116 MY_P="${PN}$(delete_all_version_separators)"
117
118 DESCRIPTION="Protein Secondary Structure Prediction"
119 HOMEPAGE="http://bioinf.cs.ucl.ac.uk/psipred/"
120 SRC_URI="http://bioinf.cs.ucl.ac.uk/downloads/${PN}/${MY_P}.tar.gz"
121
122 LICENSE="psipred"
123 SLOT="0"
124 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
125 IUSE=""
126
127 RDEPEND="
128 sci-biology/ncbi-tools
129 sci-biology/ncbi-tools++"
130
131 S="${WORKDIR}"
132
133 src_prepare() {
134 rm -f bin/*
135 epatch "${FILESDIR}"/${PV}-Makefile.patch
136 epatch "${FILESDIR}"/${PV}-path.patch
137 eprefixify runpsipred*
138 }
139
140 src_compile() {
141 emake -C src CC=$(tc-getCC) || die "emake failed"
142 }
143
144 src_install() {
145 emake -C src DESTDIR="${D}" install || die "installation failed"
146 dobin runpsipred* || die
147 insinto /usr/share/${PN}
148 doins -r data || die "failed to install data"
149 dodoc README || die "nothing to read"
150 }
151
152 pkg_postinst() {
153 elog "Please use the update_blastdb.pl in order to"
154 elog "maintain your own local blastdb"
155 }