summaryrefslogtreecommitdiff
blob: f2a4aaad1060209686180959b3158c0520c58e5f (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
27
28
29
30
31
# 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-java/antlr:3
	>=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"

src_unpack() {
	mkdir "$S"
}