summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-10-16 09:01:06 +0000
committerPacho Ramos <pacho@gentoo.org>2011-10-16 09:01:06 +0000
commitd339aaa36e0e9dca8fdb4b771f53fee0f1988993 (patch)
tree3ef49c51451cedd44500c197e68c257f8b7eb133 /net-libs
parentVersion bump. (diff)
downloadgentoo-2-d339aaa36e0e9dca8fdb4b771f53fee0f1988993.tar.gz
gentoo-2-d339aaa36e0e9dca8fdb4b771f53fee0f1988993.tar.bz2
gentoo-2-d339aaa36e0e9dca8fdb4b771f53fee0f1988993.zip
Version bump.
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libepc/ChangeLog7
-rw-r--r--net-libs/libepc/libepc-0.4.2.ebuild38
2 files changed, 44 insertions, 1 deletions
diff --git a/net-libs/libepc/ChangeLog b/net-libs/libepc/ChangeLog
index de155ec1ab41..c955719cc01f 100644
--- a/net-libs/libepc/ChangeLog
+++ b/net-libs/libepc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libepc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libepc/ChangeLog,v 1.2 2011/10/09 22:41:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libepc/ChangeLog,v 1.3 2011/10/16 09:01:06 pacho Exp $
+
+*libepc-0.4.2 (16 Oct 2011)
+
+ 16 Oct 2011; Pacho Ramos <pacho@gentoo.org> +libepc-0.4.2.ebuild:
+ Version bump.
*libepc-0.4.1 (09 Oct 2011)
diff --git a/net-libs/libepc/libepc-0.4.2.ebuild b/net-libs/libepc/libepc-0.4.2.ebuild
new file mode 100644
index 000000000000..252527d35962
--- /dev/null
+++ b/net-libs/libepc/libepc-0.4.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libepc/libepc-0.4.2.ebuild,v 1.1 2011/10/16 09:01:06 pacho 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}
+ >=dev-util/pkgconfig-0.14
+ >=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
+}