diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-04-24 11:38:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-04-24 11:38:57 +0000 |
commit | 8e4b134d59978730133f5d8a47853cc4088e074c (patch) | |
tree | effc3ce898ba2bc6bf3e5288afcf35e9c9025c92 /sci-biology/profphd/profphd-1.0.39.ebuild | |
parent | Remove now-useless elogs for 17.0. (diff) | |
download | gentoo-2-8e4b134d59978730133f5d8a47853cc4088e074c.tar.gz gentoo-2-8e4b134d59978730133f5d8a47853cc4088e074c.tar.bz2 gentoo-2-8e4b134d59978730133f5d8a47853cc4088e074c.zip |
sci-biology/profphd: Fix for newer perl, version Bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/profphd/profphd-1.0.39.ebuild')
-rw-r--r-- | sci-biology/profphd/profphd-1.0.39.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-biology/profphd/profphd-1.0.39.ebuild b/sci-biology/profphd/profphd-1.0.39.ebuild index 77e853cd685c..72bf2e8fff12 100644 --- a/sci-biology/profphd/profphd-1.0.39.ebuild +++ b/sci-biology/profphd/profphd-1.0.39.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/profphd/profphd-1.0.39.ebuild,v 1.3 2013/04/24 14:28:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/profphd/profphd-1.0.39.ebuild,v 1.4 2014/04/24 11:38:57 jlec Exp $ 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" @@ -24,6 +26,7 @@ src_prepare() { sed \ -e '/ln -s/s:prof$:profphd:g' \ -i src/prof/Makefile || die + epatch "${FILESDIR}"/${P}-perl.patch } src_compile() { |