summaryrefslogtreecommitdiff
blob: d9da2c47b6fcc4a28e244864c3d9458fdd5088b3 (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
25
26
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Java annotation-based framework for parsing Git like command line structures"
HOMEPAGE="https://github.com/airlift/airline/"
# Renaming to avoid conflict with app-vim/airline:
SRC_URI="https://github.com/airlift/${PN}/archive/${PV}.tar.gz -> ${CATEGORY}-${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=virtual/jdk-1.7
	dev-java/guava:18
	dev-java/javax-inject:0
	dev-java/jsr305:0
	dev-java/testng:0"

RDEPEND=">=virtual/jre-1.7
	${DEPEND}"

JAVA_GENTOO_CLASSPATH="guava-18,javax-inject,jsr305,testng"