aboutsummaryrefslogtreecommitdiff
blob: 1565dc14e34efed583841bf5ec7caea4f7e54c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

[ "$PV" == "9999" ] && inherit git-r3

DESCRIPTION="Biological data warehouse integrating complex data"
HOMEPAGE="http://github.com/intermine/intermine"
if [ "$PV" == "9999" ]; then
	EGIT_REPO_URI="https://github.com/intermine/intermine"
	KEYWORDS=""
else
	SRC_URI=""
	KEYWORDS="~amd64"
fi

LICENSE="LGPL-2.1+"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"