summaryrefslogtreecommitdiff
blob: 58a4ba471327cb1ab717db513fa06e98e900526b (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-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit java-pkg-opt-2

DESCRIPTION="A C++ library for bash"
HOMEPAGE="http://www.gentoo.org/proj/en/libbash/index.xml"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

DEPEND="
	>=dev-libs/antlr-c-3.3_pre20110403
	>=dev-libs/boost-1.43.0
	sys-apps/paludis
	doc? (	app-doc/doxygen
			dev-texlive/texlive-latex )
	test? ( >=virtual/jdk-1.4
			dev-util/gtest )"

RDEPEND=">=dev-libs/antlr-c-3.3_pre20110403"