summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-03-02 18:42:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-03-02 18:42:26 +0000
commit732920960e38aa73a482b5d7dd8a492a11dacfa8 (patch)
tree80dc916f2f305d9af5c0190cc3e1d899a974d372 /net-voip
parentReverting previous unnecessary commit (diff)
downloadgentoo-2-732920960e38aa73a482b5d7dd8a492a11dacfa8.tar.gz
gentoo-2-732920960e38aa73a482b5d7dd8a492a11dacfa8.tar.bz2
gentoo-2-732920960e38aa73a482b5d7dd8a492a11dacfa8.zip
remove zaptel support since zaptel is gone from the portage tree
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/yate/ChangeLog8
-rw-r--r--net-voip/yate/metadata.xml1
-rw-r--r--net-voip/yate/yate-2.0.0.ebuild11
3 files changed, 11 insertions, 9 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog
index 75ff0bea65db..3d725545ec93 100644
--- a/net-voip/yate/ChangeLog
+++ b/net-voip/yate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/yate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.12 2010/06/17 20:59:40 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.13 2011/03/02 18:42:26 mr_bones_ Exp $
+
+ 02 Mar 2011; Michael Sterrett <mr_bones_@gentoo.org> yate-2.0.0.ebuild,
+ metadata.xml:
+ remove zaptel support since zaptel is gone from the portage tree
17 Jun 2010; Patrick Lauer <patrick@gentoo.org> yate-2.0.0.ebuild:
Migrating away from deprecated postgres virtuals
diff --git a/net-voip/yate/metadata.xml b/net-voip/yate/metadata.xml
index e0a2bb6ca704..26e227fe09c3 100644
--- a/net-voip/yate/metadata.xml
+++ b/net-voip/yate/metadata.xml
@@ -13,6 +13,5 @@
Support for Stream Control Transmission Protocol
</flag>
<flag name='spandsp'>Enable support for the spandsp codec</flag>
- <flag name='zaptel'>Build zaptel Channel plugin</flag>
</use>
</pkgmetadata>
diff --git a/net-voip/yate/yate-2.0.0.ebuild b/net-voip/yate/yate-2.0.0.ebuild
index 93d10f36183f..718da4b2af9d 100644
--- a/net-voip/yate/yate-2.0.0.ebuild
+++ b/net-voip/yate/yate-2.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.3 2010/06/17 20:59:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.4 2011/03/02 18:42:26 mr_bones_ Exp $
EAPI="2"
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug doc gsm h323 ilbc mysql oss postgres qt4 sctp spandsp
-speex ssl zaptel"
+speex ssl"
RDEPEND="
sys-libs/glibc
@@ -30,8 +30,7 @@ RDEPEND="
x11-libs/qt-gui:4 )
spandsp? ( >=media-libs/spandsp-0.0.3 )
speex? ( media-libs/speex )
- ssl? ( dev-libs/openssl )
- zaptel? ( net-misc/zaptel )"
+ ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -87,7 +86,7 @@ src_configure() {
$(use_with spandsp) \
$(use_with speex libspeex) \
$(use_with ssl openssl) \
- $(use_enable zaptel)
+ --disable-zaptel
}
src_compile() {