You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libepc/libepc-0.4.4.ebuild

39 lines
901 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libepc/libepc-0.4.4.ebuild,v 1.4 2012/10/04 15:00:20 ago Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="Easy Publish and Consume library for network discovered services"
HOMEPAGE="http://live.gnome.org/libepc/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND=">=net-dns/avahi-0.6[dbus,gtk3]
>=dev-libs/glib-2.15.1:2
>=net-libs/gnutls-1.4
>=sys-libs/e2fsprogs-libs-1.36
>=x11-libs/gtk+-3.0:3
>=net-libs/libsoup-2.3:2.4"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.35.0
doc? ( >=dev-util/gtk-doc-1.4 )"
DOCS="AUTHORS ChangeLog NEWS README"
# FIXME: 2 out of 16 tests fail, upstream bug #578792
RESTRICT="test"
src_test() {
unset DBUS_SYSTEM_BUS_ADDRESS
emake check
}