Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/prosite/
Date: Sat, 25 Feb 2017 15:02:38
Message-Id: 1488034942.da1f957073fddc5ae0096a0e6187ee81bf367ccd.soap@gentoo
1 commit: da1f957073fddc5ae0096a0e6187ee81bf367ccd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 15:01:57 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 15:02:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1f9570
7
8 sci-biology/prosite: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-biology/prosite/Manifest | 4 ---
13 sci-biology/prosite/prosite-19.36.ebuild | 42 --------------------------------
14 sci-biology/prosite/prosite-20.36.ebuild | 41 -------------------------------
15 sci-biology/prosite/prosite-20.52.ebuild | 41 -------------------------------
16 sci-biology/prosite/prosite-20.72.ebuild | 41 -------------------------------
17 5 files changed, 169 deletions(-)
18
19 diff --git a/sci-biology/prosite/Manifest b/sci-biology/prosite/Manifest
20 index 05a77235c7..1f17efe895 100644
21 --- a/sci-biology/prosite/Manifest
22 +++ b/sci-biology/prosite/Manifest
23 @@ -1,5 +1 @@
24 -DIST prosite-19.36.tar.bz2 4462981 SHA256 6f923d4794f50c8e68d030d01cb6675579007cc04c197d811886dfb4ae853607 SHA512 5d5eeae9128670231f191bc891ea74eaf540608f8f8fa2c260efb6b159bb7a09ab0cf18ffa72ede09c085fb9960cfa659e5abb7034a0e1e4023ddc5aaa701ff5 WHIRLPOOL 88fec72d0f0cfdfe607038b6abce399bafa6893639fe7425462ecd42557332440a1993d101189b6290a8596c1468464f63227ec5b1a4d9767c49d76a44458315
25 -DIST prosite-20.36.tar.bz2 5953220 SHA256 05593ff424d4145e19a7f394dab5a64fe0c5c6a640091fe03451f52bd31bfd25 SHA512 04efc70c4a8e1466fe0f3172d8550b08ee693caf82320998aee9e5b39b23573eb827c7d95e46c3d9afd4654fbeb3a0278f4159d359072641c807652748233264 WHIRLPOOL 05c712bfe16c534344072e4dc94bac89df4fe117b789512878c98b7a3811d0679a10f9e2d1176cb3e33af5c73e71a0c0473e0608cd41a71ee0fb62469906a8da
26 -DIST prosite-20.52.tar.bz2 7038156 SHA256 89e5fc11e2ed18b1f16cc78e5271cccf6a5ea28a64fdcd7e99a770dfebb1968d SHA512 d84d0a05080db2e7a99d33f0323b602c953c7a01cb76c4722c52072ad8bd8777843db2d7607b603d64e035b600f1886ab1f73f9ca2f47a2d3accfbbdee66054d WHIRLPOOL 6239cd585c6335721bc3295782139d49475390edac1aa38dcddb3a60cc202e5e5c63db724e4d05b018ac593855642bf9ce7aeb4a77fb5c25f0a03bbd4e1d7f44
27 -DIST prosite-20.72.tar.bz2 7521700 SHA256 93b8664adecce63b14a96b6b9fbd970bcc2852a83413fd9b873df84dcfe07d12 SHA512 bf7805bd017e24f3a0007530a55f5129fca656abc8a592db1176548ebe4c22fe578129b27f9d1634f1c0331108ba704e3d83e78808622b716061bd2994471728 WHIRLPOOL 2cd3038b6cb4ca9005c8b519b38d06f0a06a66a145f3138ef94cd9c3cf3cf1971d94225f7b537038672ec71692e5e12c630efd2035091c8ecf18a2331030301b
28 DIST prosite2017_02.tar.bz2 9234253 SHA256 ad278940c7a92ca6afb0fd8202e904c81823f8cbffa3f34319c3984ad1428216 SHA512 2b8a26a44d62d17108afc43a3ab65d024f76e41ea9c9f477024700621323d2606fcaec54411e1d3f4ddad40717ad9ce3a1989ffd92220e0d3c2acf70400d2e43 WHIRLPOOL ecde335cfb4b13359318218ac0ae4273c2e7653a79efd7bf08c58ff5b4eaa6223e3189df9909d60f5357d1c2b3ca2cdc7fbe7c5c9b0e9ecdfb961b7207076c8c
29
30 diff --git a/sci-biology/prosite/prosite-19.36.ebuild b/sci-biology/prosite/prosite-19.36.ebuild
31 deleted file mode 100644
32 index 48cfdc537b..0000000000
33 --- a/sci-biology/prosite/prosite-19.36.ebuild
34 +++ /dev/null
35 @@ -1,42 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -DESCRIPTION="A protein families and domains database"
41 -LICENSE="swiss-prot"
42 -HOMEPAGE="http://ca.expasy.org/prosite"
43 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
44 -
45 -SLOT="0"
46 -# Minimal build keeps only the indexed files (if applicable) and the
47 -# documentation. The non-indexed database is not installed.
48 -IUSE="emboss minimal"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -DEPEND="emboss? ( sci-biology/emboss )"
52 -
53 -RDEPEND="${DEPEND}"
54 -
55 -src_compile() {
56 - if use emboss; then
57 - mkdir PROSITE
58 - echo
59 - einfo "Indexing PROSITE for usage with EMBOSS."
60 - EMBOSS_DATA="." prosextract -auto -prositedir "${S}" || die \
61 - "Indexing PROSITE failed."
62 - echo
63 - fi
64 -}
65 -
66 -src_install() {
67 - if ! use minimal; then
68 - insinto /usr/share/${PN}
69 - doins ${PN}.{doc,dat,lis} || die "Installing raw database failed."
70 - fi
71 - dodoc *.txt || die "Documentation installation failed."
72 - dohtml *.htm || die "HTML documentation installation failed."
73 - if use emboss; then
74 - insinto /usr/share/EMBOSS/data/PROSITE
75 - doins PROSITE/* || die "Installing EMBOSS data files failed."
76 - fi
77 -}
78
79 diff --git a/sci-biology/prosite/prosite-20.36.ebuild b/sci-biology/prosite/prosite-20.36.ebuild
80 deleted file mode 100644
81 index 84303273b0..0000000000
82 --- a/sci-biology/prosite/prosite-20.36.ebuild
83 +++ /dev/null
84 @@ -1,41 +0,0 @@
85 -# Copyright 1999-2017 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -# $Id$
88 -
89 -DESCRIPTION="A protein families and domains database"
90 -HOMEPAGE="http://ca.expasy.org/prosite"
91 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
92 -
93 -SLOT="0"
94 -LICENSE="swiss-prot"
95 -# Minimal build keeps only the indexed files (if applicable) and the
96 -# documentation. The non-indexed database is not installed.
97 -IUSE="emboss minimal"
98 -KEYWORDS="~amd64 ~x86"
99 -
100 -DEPEND="emboss? ( sci-biology/emboss )"
101 -RDEPEND="${DEPEND}"
102 -
103 -src_compile() {
104 - if use emboss; then
105 - mkdir PROSITE
106 - echo
107 - einfo "Indexing PROSITE for usage with EMBOSS."
108 - EMBOSS_DATA="." prosextract -auto -prositedir "${S}" || die \
109 - "Indexing PROSITE failed."
110 - echo
111 - fi
112 -}
113 -
114 -src_install() {
115 - if ! use minimal; then
116 - insinto /usr/share/${PN}
117 - doins *.{doc,dat} || die "Installing raw database failed."
118 - fi
119 - insinto /usr/share/doc/${PF}
120 - doins *.pdf || die "PDF documentation installation failed."
121 - if use emboss; then
122 - insinto /usr/share/EMBOSS/data/PROSITE
123 - doins PROSITE/* || die "Installing EMBOSS data files failed."
124 - fi
125 -}
126
127 diff --git a/sci-biology/prosite/prosite-20.52.ebuild b/sci-biology/prosite/prosite-20.52.ebuild
128 deleted file mode 100644
129 index 60d2c84328..0000000000
130 --- a/sci-biology/prosite/prosite-20.52.ebuild
131 +++ /dev/null
132 @@ -1,41 +0,0 @@
133 -# Copyright 1999-2017 Gentoo Foundation
134 -# Distributed under the terms of the GNU General Public License v2
135 -# $Id$
136 -
137 -DESCRIPTION="A protein families and domains database"
138 -HOMEPAGE="http://ca.expasy.org/prosite"
139 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
140 -
141 -SLOT="0"
142 -LICENSE="swiss-prot"
143 -# Minimal build keeps only the indexed files (if applicable) and the
144 -# documentation. The non-indexed database is not installed.
145 -IUSE="emboss minimal"
146 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
147 -
148 -DEPEND="emboss? ( sci-biology/emboss )"
149 -RDEPEND="${DEPEND}"
150 -
151 -src_compile() {
152 - if use emboss; then
153 - mkdir PROSITE
154 - echo
155 - einfo "Indexing PROSITE for usage with EMBOSS."
156 - EMBOSS_DATA="." prosextract -auto -prositedir "${S}" || die \
157 - "Indexing PROSITE failed."
158 - echo
159 - fi
160 -}
161 -
162 -src_install() {
163 - if ! use minimal; then
164 - insinto /usr/share/${PN}
165 - doins *.{doc,dat} || die "Installing raw database failed."
166 - fi
167 - insinto /usr/share/doc/${PF}
168 - doins *.pdf || die "PDF documentation installation failed."
169 - if use emboss; then
170 - insinto /usr/share/EMBOSS/data/PROSITE
171 - doins PROSITE/* || die "Installing EMBOSS data files failed."
172 - fi
173 -}
174
175 diff --git a/sci-biology/prosite/prosite-20.72.ebuild b/sci-biology/prosite/prosite-20.72.ebuild
176 deleted file mode 100644
177 index 60d2c84328..0000000000
178 --- a/sci-biology/prosite/prosite-20.72.ebuild
179 +++ /dev/null
180 @@ -1,41 +0,0 @@
181 -# Copyright 1999-2017 Gentoo Foundation
182 -# Distributed under the terms of the GNU General Public License v2
183 -# $Id$
184 -
185 -DESCRIPTION="A protein families and domains database"
186 -HOMEPAGE="http://ca.expasy.org/prosite"
187 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
188 -
189 -SLOT="0"
190 -LICENSE="swiss-prot"
191 -# Minimal build keeps only the indexed files (if applicable) and the
192 -# documentation. The non-indexed database is not installed.
193 -IUSE="emboss minimal"
194 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
195 -
196 -DEPEND="emboss? ( sci-biology/emboss )"
197 -RDEPEND="${DEPEND}"
198 -
199 -src_compile() {
200 - if use emboss; then
201 - mkdir PROSITE
202 - echo
203 - einfo "Indexing PROSITE for usage with EMBOSS."
204 - EMBOSS_DATA="." prosextract -auto -prositedir "${S}" || die \
205 - "Indexing PROSITE failed."
206 - echo
207 - fi
208 -}
209 -
210 -src_install() {
211 - if ! use minimal; then
212 - insinto /usr/share/${PN}
213 - doins *.{doc,dat} || die "Installing raw database failed."
214 - fi
215 - insinto /usr/share/doc/${PF}
216 - doins *.pdf || die "PDF documentation installation failed."
217 - if use emboss; then
218 - insinto /usr/share/EMBOSS/data/PROSITE
219 - doins PROSITE/* || die "Installing EMBOSS data files failed."
220 - fi
221 -}