diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-27 09:40:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-27 09:40:58 +0000 |
commit | 17560c933793ad78d5ed99207ad84793bc3ad244 (patch) | |
tree | e9e6bd54d0bdd87df40578e25ae7fffb6af35a55 /net-libs/libnice | |
parent | Cleanup due voip herd removal: http://article.gmane.org/gmane.linux.gentoo.de... (diff) | |
download | gentoo-2-17560c933793ad78d5ed99207ad84793bc3ad244.tar.gz gentoo-2-17560c933793ad78d5ed99207ad84793bc3ad244.tar.bz2 gentoo-2-17560c933793ad78d5ed99207ad84793bc3ad244.zip |
Voip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/libnice')
-rw-r--r-- | net-libs/libnice/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libnice/libnice-0.1.3-r1.ebuild | 35 | ||||
-rw-r--r-- | net-libs/libnice/metadata.xml | 1 |
3 files changed, 5 insertions, 37 deletions
diff --git a/net-libs/libnice/ChangeLog b/net-libs/libnice/ChangeLog index c6bfa12fbb69..e9adeb4f1080 100644 --- a/net-libs/libnice/ChangeLog +++ b/net-libs/libnice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.63 2013/10/22 07:21:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.64 2013/10/27 09:40:58 pacho Exp $ + + 27 Oct 2013; Pacho Ramos <pacho@gentoo.org> -libnice-0.1.3-r1.ebuild, + metadata.xml: + Voip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434 22 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libnice-0.1.4.ebuild: Stable for sparc, wrt bug #480908 diff --git a/net-libs/libnice/libnice-0.1.3-r1.ebuild b/net-libs/libnice/libnice-0.1.3-r1.ebuild deleted file mode 100644 index c1e4358fb6e6..000000000000 --- a/net-libs/libnice/libnice-0.1.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.3-r1.ebuild,v 1.10 2013/02/10 22:33:15 ago Exp $ - -EAPI="5" - -inherit eutils - -DESCRIPTION="An implementation of the Interactice Connectivity Establishment standard (ICE)" -HOMEPAGE="http://nice.freedesktop.org/wiki/" -SRC_URI="http://nice.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 LGPL-2.1 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="+upnp" - -RDEPEND=">=dev-libs/glib-2.13:2 - upnp? ( >=net-libs/gupnp-igd-0.1.3:= )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - virtual/pkgconfig" - -src_configure() { - # gstreamer plugin split off into media-plugins/gst-plugins-libnice - econf --disable-static \ - --without-gstreamer \ - --without-gstreamer-0.10 \ - $(use_enable upnp gupnp) -} - -src_install() { - default - prune_libtool_files --modules -} diff --git a/net-libs/libnice/metadata.xml b/net-libs/libnice/metadata.xml index e56e3df5ef9f..dad9001338dc 100644 --- a/net-libs/libnice/metadata.xml +++ b/net-libs/libnice/metadata.xml @@ -2,5 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gnome</herd> - <herd>voip</herd> </pkgmetadata> |