diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-19 11:19:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-19 11:19:46 +0000 |
commit | e502818800b6a3fbbf488fb640d6b45cbd95d940 (patch) | |
tree | c31155f8546b0f25e1f4880f9dbc37152f88c679 /sci-biology/profphd/profphd-1.0.39.ebuild | |
parent | Clean out old versions. (diff) | |
download | gentoo-2-e502818800b6a3fbbf488fb640d6b45cbd95d940.tar.gz gentoo-2-e502818800b6a3fbbf488fb640d6b45cbd95d940.tar.bz2 gentoo-2-e502818800b6a3fbbf488fb640d6b45cbd95d940.zip |
sci-biology/profphd: New addition
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-biology/profphd/profphd-1.0.39.ebuild')
-rw-r--r-- | sci-biology/profphd/profphd-1.0.39.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-biology/profphd/profphd-1.0.39.ebuild b/sci-biology/profphd/profphd-1.0.39.ebuild new file mode 100644 index 000000000000..2d436a761a21 --- /dev/null +++ b/sci-biology/profphd/profphd-1.0.39.ebuild @@ -0,0 +1,17 @@ +# 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.1 2013/03/19 11:19:46 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" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |