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

SLOT="0"
LICENSE="NOSA"

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Growler is a set of libraries and utilities that
provide a distributed object architecture and environment."

HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"

IUSE=""

RDEPEND=">=dev-cpp/growler-link-0.3.7
		 >=dev-cpp/growler-thread-0.3.4
		 >=dev-cpp/growler-core-0.3.7
		 >=dev-cpp/growler-arch-0.3.7.1"

DEPEND="${RDEPEND}"