summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-10-27 22:40:07 +0100
committerDavid Seifert <soap@gentoo.org>2020-10-27 22:40:07 +0100
commit1edd287b761ec1b3da97689ae7004f05c0a28604 (patch)
tree08bc6b42b17f14f6e1591598607723b7bb879cd3 /sci-biology
parentsci-biology/muscle: Port to EAPI 7 (diff)
downloadgentoo-1edd287b761ec1b3da97689ae7004f05c0a28604.tar.gz
gentoo-1edd287b761ec1b3da97689ae7004f05c0a28604.tar.bz2
gentoo-1edd287b761ec1b3da97689ae7004f05c0a28604.zip
sci-biology/profphd: Remove old 1.0.39
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/profphd/Manifest1
-rw-r--r--sci-biology/profphd/profphd-1.0.39.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/sci-biology/profphd/Manifest b/sci-biology/profphd/Manifest
index bcdb5a4a9ca3..9aa5af5a04db 100644
--- a/sci-biology/profphd/Manifest
+++ b/sci-biology/profphd/Manifest
@@ -1,2 +1 @@
-DIST profphd-1.0.39.tar.xz 4406776 BLAKE2B 9ac4bccd1fedf04f9556ff6953452879fc8cf9deb92853214b2c8b5c0b1c4daf3e5e0044d10ded9540e9dd3f40a6fee3a25ae808fd1e94b90e0db23f3af7b6df SHA512 0ea6a34a8dad8fcd0d8b23e7a7d476e211587bf580389e9f43ed857bab7853cbe5ce698d2a610e9344e9bc95661cf074355310ea02c1a03e6378058ba169b15b
DIST profphd-1.0.40.tar.xz 4491592 BLAKE2B 2aa1e091c0674fa5318a075148a63b15354ecb6d8d6f7ac41d1d05f8bea17c47b6f37be707cc1c738e22342c26ae9be59cabf919610e5bffd5028fc587b2995b SHA512 287f1a548030e7978119788dffdf2529e0018cd772bc820e116f79ed10cefd440645424b56415333362098a1ed32f4841d3fd4069adede2a95968f81c63956e3
diff --git a/sci-biology/profphd/profphd-1.0.39.ebuild b/sci-biology/profphd/profphd-1.0.39.ebuild
deleted file mode 100644
index cacbc13cbdf2..000000000000
--- a/sci-biology/profphd/profphd-1.0.39.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Secondary structure and solvent accessibility predictor"
-HOMEPAGE="https://rostlab.org/owiki/index.php/PROFphd_-_Secondary_Structure,_Solvent_Accessibility_and_Transmembrane_Helices_Prediction"
-SRC_URI="ftp://rostlab.org/profphd/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-perl/librg-utils-perl
- sci-libs/profnet
- sci-libs/profphd-utils
-"
-
-src_prepare() {
- sed \
- -e '/ln -s/s:prof$:profphd:g' \
- -i src/prof/Makefile || die
- epatch "${FILESDIR}"/${P}-perl.patch
-}
-
-src_compile() {
- emake prefix="${EPREFIX}/usr"
-}
-
-src_install() {
- emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
-}