aboutsummaryrefslogtreecommitdiff
blob: 1bf1c058ce80dc3e82c55e115948504abee4fd3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MY_PN=miRanda
MY_P=${MY_PN}-${PV}

DESCRIPTION="An algorithm for finding genomic targets for microRNAs"
HOMEPAGE="http://www.microrna.org/"
SRC_URI="http://cbio.mskcc.org/microrna_data/${MY_PN}-aug2010.tar.gz"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"

S=${WORKDIR}/${MY_P}

DOCS=( AUTHORS ChangeLog NEWS README THANKS )