summaryrefslogtreecommitdiff
blob: 5bb57a6fd49ab8dfde542483ce0a44ae92feac74 (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
# 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"
SRC_URI="http://dev.gentoo.org/~qiaomuf/libbash-0.1.tar.gz"
LICENSE="GPL-2"

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

DEPEND="
	dev-java/antlr:3[gunit]
	>=dev-libs/antlr-c-3.3_pre20110403
	>=dev-libs/boost-1.43.0
	<sys-apps/paludis-0.62.0
	>=sys-devel/gcc-4.5.1
	doc? (	app-doc/doxygen
			dev-texlive/texlive-latex )
	test? ( >=virtual/jdk-1.4
			dev-util/gtest )"

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