blob: 802d889a852eff2d07234168b3d0fd8313acbcd5 (
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-2008 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.1 2008/03/29 12:04:30 eva 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"
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"
|