diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-24 14:28:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-24 14:28:05 +0000 |
commit | 771648c64bbb2af4cf5510297b225feed1f2c353 (patch) | |
tree | e00805042078ebd03d63d47305d7856f1f4e713c /sci-biology/profphd | |
parent | Fix building with automake-1.13 (bug #467016 by Alphat-PC). (diff) | |
download | gentoo-2-771648c64bbb2af4cf5510297b225feed1f2c353.tar.gz gentoo-2-771648c64bbb2af4cf5510297b225feed1f2c353.tar.bz2 gentoo-2-771648c64bbb2af4cf5510297b225feed1f2c353.zip |
sci-biology/profphd: Updated deps
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-biology/profphd')
-rw-r--r-- | sci-biology/profphd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/profphd/profphd-1.0.39.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-biology/profphd/ChangeLog b/sci-biology/profphd/ChangeLog index 980e7c627dce..5f1300e41b35 100644 --- a/sci-biology/profphd/ChangeLog +++ b/sci-biology/profphd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/profphd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/profphd/ChangeLog,v 1.2 2013/03/21 09:02:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/profphd/ChangeLog,v 1.3 2013/04/24 14:28:05 jlec Exp $ + + 24 Apr 2013; Justin Lecher <jlec@gentoo.org> profphd-1.0.39.ebuild: + Updated deps 21 Mar 2013; Justin Lecher <jlec@gentoo.org> profphd-1.0.39.ebuild: Add some more PREFIX love diff --git a/sci-biology/profphd/profphd-1.0.39.ebuild b/sci-biology/profphd/profphd-1.0.39.ebuild index 7803ab72437f..77e853cd685c 100644 --- a/sci-biology/profphd/profphd-1.0.39.ebuild +++ b/sci-biology/profphd/profphd-1.0.39.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 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.2 2013/03/21 09:02:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/profphd/profphd-1.0.39.ebuild,v 1.3 2013/04/24 14:28:05 jlec Exp $ EAPI=5 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="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz" +SRC_URI="ftp://rostlab.org/profphd/${P}.tar.xz" SLOT="0" LICENSE="GPL-2" @@ -14,7 +14,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-perl/librg-utils-perl + sci-libs/profnet + sci-libs/profphd-utils +" src_prepare() { sed \ |