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/profphd/
Date: Tue, 27 Oct 2020 21:40:41
Message-Id: 1603834807.1edd287b761ec1b3da97689ae7004f05c0a28604.soap@gentoo
1 commit: 1edd287b761ec1b3da97689ae7004f05c0a28604
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 21:40:07 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 21:40:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edd287b
7
8 sci-biology/profphd: Remove old 1.0.39
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-biology/profphd/Manifest | 1 -
14 sci-biology/profphd/profphd-1.0.39.ebuild | 37 -------------------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/sci-biology/profphd/Manifest b/sci-biology/profphd/Manifest
18 index bcdb5a4a9ca..9aa5af5a04d 100644
19 --- a/sci-biology/profphd/Manifest
20 +++ b/sci-biology/profphd/Manifest
21 @@ -1,2 +1 @@
22 -DIST profphd-1.0.39.tar.xz 4406776 BLAKE2B 9ac4bccd1fedf04f9556ff6953452879fc8cf9deb92853214b2c8b5c0b1c4daf3e5e0044d10ded9540e9dd3f40a6fee3a25ae808fd1e94b90e0db23f3af7b6df SHA512 0ea6a34a8dad8fcd0d8b23e7a7d476e211587bf580389e9f43ed857bab7853cbe5ce698d2a610e9344e9bc95661cf074355310ea02c1a03e6378058ba169b15b
23 DIST profphd-1.0.40.tar.xz 4491592 BLAKE2B 2aa1e091c0674fa5318a075148a63b15354ecb6d8d6f7ac41d1d05f8bea17c47b6f37be707cc1c738e22342c26ae9be59cabf919610e5bffd5028fc587b2995b SHA512 287f1a548030e7978119788dffdf2529e0018cd772bc820e116f79ed10cefd440645424b56415333362098a1ed32f4841d3fd4069adede2a95968f81c63956e3
24
25 diff --git a/sci-biology/profphd/profphd-1.0.39.ebuild b/sci-biology/profphd/profphd-1.0.39.ebuild
26 deleted file mode 100644
27 index cacbc13cbdf..00000000000
28 --- a/sci-biology/profphd/profphd-1.0.39.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="Secondary structure and solvent accessibility predictor"
39 -HOMEPAGE="https://rostlab.org/owiki/index.php/PROFphd_-_Secondary_Structure,_Solvent_Accessibility_and_Transmembrane_Helices_Prediction"
40 -SRC_URI="ftp://rostlab.org/profphd/${P}.tar.xz"
41 -
42 -SLOT="0"
43 -LICENSE="GPL-2"
44 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 -IUSE=""
46 -
47 -DEPEND="dev-lang/perl"
48 -RDEPEND="${DEPEND}
49 - dev-perl/librg-utils-perl
50 - sci-libs/profnet
51 - sci-libs/profphd-utils
52 -"
53 -
54 -src_prepare() {
55 - sed \
56 - -e '/ln -s/s:prof$:profphd:g' \
57 - -i src/prof/Makefile || die
58 - epatch "${FILESDIR}"/${P}-perl.patch
59 -}
60 -
61 -src_compile() {
62 - emake prefix="${EPREFIX}/usr"
63 -}
64 -
65 -src_install() {
66 - emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
67 -}