summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-30 16:57:51 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-30 16:57:51 +0000
commit9f61691338b9310b723773e3b11de1764af624c7 (patch)
treeeba3be2aae2bfc561248af2d3c5d9468ba8ff5db /net-libs/libepc
parentDepend on udev or a recent version of systemd. (diff)
downloadgentoo-2-9f61691338b9310b723773e3b11de1764af624c7.tar.gz
gentoo-2-9f61691338b9310b723773e3b11de1764af624c7.tar.bz2
gentoo-2-9f61691338b9310b723773e3b11de1764af624c7.zip
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/libepc')
-rw-r--r--net-libs/libepc/ChangeLog7
-rw-r--r--net-libs/libepc/libepc-0.4.3.ebuild38
2 files changed, 5 insertions, 40 deletions
diff --git a/net-libs/libepc/ChangeLog b/net-libs/libepc/ChangeLog
index e345f75553f2..028c07b9c504 100644
--- a/net-libs/libepc/ChangeLog
+++ b/net-libs/libepc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libepc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libepc/ChangeLog,v 1.8 2012/10/04 15:00:20 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libepc/ChangeLog,v 1.9 2013/03/30 16:57:51 eva Exp $
+
+ 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -libepc-0.4.3.ebuild:
+ Clean up old revision.
04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> libepc-0.4.4.ebuild:
Stable for amd64, wrt bug #427544
diff --git a/net-libs/libepc/libepc-0.4.3.ebuild b/net-libs/libepc/libepc-0.4.3.ebuild
deleted file mode 100644
index 148bf067cf5b..000000000000
--- a/net-libs/libepc/libepc-0.4.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.3.ebuild,v 1.2 2012/05/05 02:54:29 jdhore 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
-}