diff options
author | Rick Farina <zerochaos@gentoo.org> | 2015-02-13 14:30:20 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2015-02-13 14:30:20 +0000 |
commit | 864278c9c2fee66f3a3801ad38ae594e7e6480dd (patch) | |
tree | 0de07a3a048ca4730adf17d461bf4b64e108a461 /net-voip | |
parent | Fix cups starting (socket and ports handling) on systemd with Fedora approach... (diff) | |
download | gentoo-2-864278c9c2fee66f3a3801ad38ae594e7e6480dd.tar.gz gentoo-2-864278c9c2fee66f3a3801ad38ae594e7e6480dd.tar.bz2 gentoo-2-864278c9c2fee66f3a3801ad38ae594e7e6480dd.zip |
update 9999, and add sub slots on version
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/yate/ChangeLog | 6 | ||||
-rw-r--r-- | net-voip/yate/yate-5.4.0.ebuild | 4 | ||||
-rw-r--r-- | net-voip/yate/yate-9999.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog index 06a38790c995..c75113dda9a8 100644 --- a/net-voip/yate/ChangeLog +++ b/net-voip/yate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/yate # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.34 2015/01/28 23:02:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.35 2015/02/13 14:30:20 zerochaos Exp $ + + 13 Feb 2015; Rick Farina <zerochaos@gentoo.org> yate-5.4.0.ebuild, + yate-9999.ebuild: + update 9999, and add sub slots on version 28 Jan 2015; Michał Górny <mgorny@gentoo.org> yate-5.4.0.ebuild, yate-9999.ebuild: diff --git a/net-voip/yate/yate-5.4.0.ebuild b/net-voip/yate/yate-5.4.0.ebuild index a70f823ff707..c3eaf1220578 100644 --- a/net-voip/yate/yate-5.4.0.ebuild +++ b/net-voip/yate/yate-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.5 2015/01/28 23:02:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.6 2015/02/13 14:30:20 zerochaos Exp $ EAPI=5 @@ -20,7 +20,7 @@ else fi LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb" RDEPEND=" diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index 6a9443b1d4e7..b73b1f1df5fd 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.8 2015/01/28 23:02:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.9 2015/02/13 14:30:20 zerochaos Exp $ EAPI=5 @@ -20,7 +20,7 @@ else fi LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb" RDEPEND=" @@ -41,7 +41,6 @@ DEPEND="doc? ( || ( app-doc/doxygen dev-util/kdoc ) ) ${RDEPEND}" src_prepare() { - epatch "${FILESDIR}"/dont-mess-with-cflags.patch eautoreconf ./yate-config.sh || die } |