blob: 74ad7a3cb4f6d9bae5aa11cd1f34b7f0690768c7 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8.ebuild,v 1.7 2009/06/27 11:49:57 aballier Exp $
inherit gnome2 eutils
DESCRIPTION="A simple network library."
HOMEPAGE="http://www.gnetlibrary.org/"
LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc test"
# FIXME: network-tests & use of valgrind
RDEPEND=">=dev-libs/glib-2.6"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( >=dev-util/gtk-doc-1.2 )
test? ( >=dev-libs/check-0.9.4 )"
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README* TODO"
|