summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-10-14 00:17:19 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-10-14 00:17:19 +0000
commitfa56a37dc459050e1b0647ba592bd79f2d149af2 (patch)
tree7797a9f3256fd148f0f2055b36883b4d8603a094 /net-libs
parentAdd upstream patch to fix build when dirwatch not exists spotted by Naohiro A... (diff)
downloadgentoo-2-fa56a37dc459050e1b0647ba592bd79f2d149af2.tar.gz
gentoo-2-fa56a37dc459050e1b0647ba592bd79f2d149af2.tar.bz2
gentoo-2-fa56a37dc459050e1b0647ba592bd79f2d149af2.zip
Depend on <net-libs/ccrtp-2, bug #438184.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libzrtpcpp/ChangeLog7
-rw-r--r--net-libs/libzrtpcpp/libzrtpcpp-0.9.0.ebuild3
-rw-r--r--net-libs/libzrtpcpp/libzrtpcpp-1.3.0.ebuild3
-rw-r--r--net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild3
4 files changed, 11 insertions, 5 deletions
diff --git a/net-libs/libzrtpcpp/ChangeLog b/net-libs/libzrtpcpp/ChangeLog
index 5ee7d337f14b..0e43d80ef860 100644
--- a/net-libs/libzrtpcpp/ChangeLog
+++ b/net-libs/libzrtpcpp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libzrtpcpp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/ChangeLog,v 1.15 2012/05/05 02:54:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/ChangeLog,v 1.16 2012/10/14 00:17:19 chithanh Exp $
+
+ 14 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ libzrtpcpp-0.9.0.ebuild, libzrtpcpp-1.3.0.ebuild, libzrtpcpp-1.4.1.ebuild:
+ Depend on <net-libs/ccrtp-2, bug #438184.
05 May 2012; Jeff Horelick <jdhore@gentoo.org> libzrtpcpp-0.9.0.ebuild,
libzrtpcpp-1.3.0.ebuild, libzrtpcpp-1.4.1.ebuild:
@@ -64,4 +68,3 @@
02 Oct 2006; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+libzrtpcpp-0.9.0.ebuild:
initial import - optional dependency of twinkle
-
diff --git a/net-libs/libzrtpcpp/libzrtpcpp-0.9.0.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-0.9.0.ebuild
index 9a5922301bf8..bff4b464b595 100644
--- a/net-libs/libzrtpcpp/libzrtpcpp-0.9.0.ebuild
+++ b/net-libs/libzrtpcpp/libzrtpcpp-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-0.9.0.ebuild,v 1.11 2012/05/05 02:54:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-0.9.0.ebuild,v 1.12 2012/10/14 00:17:19 chithanh Exp $
DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann"
HOMEPAGE="http://www.gnu.org/software/ccrtp/"
@@ -11,6 +11,7 @@ IUSE=""
SLOT="0"
RDEPEND=">=net-libs/ccrtp-1.5.0
+ <net-libs/ccrtp-2
>=dev-cpp/commoncpp2-1.5.1
|| ( dev-libs/libgcrypt
>=dev-libs/openssl-0.9.8 )"
diff --git a/net-libs/libzrtpcpp/libzrtpcpp-1.3.0.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-1.3.0.ebuild
index 4c1f37040efa..934325640371 100644
--- a/net-libs/libzrtpcpp/libzrtpcpp-1.3.0.ebuild
+++ b/net-libs/libzrtpcpp/libzrtpcpp-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-1.3.0.ebuild,v 1.3 2012/05/05 02:54:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-1.3.0.ebuild,v 1.4 2012/10/14 00:17:19 chithanh Exp $
DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann"
HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"
@@ -11,6 +11,7 @@ IUSE=""
SLOT="0"
RDEPEND=">=net-libs/ccrtp-1.5.0
+ <net-libs/ccrtp-2
>=dev-cpp/commoncpp2-1.5.1
|| ( dev-libs/libgcrypt
>=dev-libs/openssl-0.9.8 )"
diff --git a/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild
index 4b3e53ef2616..67aeefa36df4 100644
--- a/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild
+++ b/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild,v 1.4 2012/05/05 02:54:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild,v 1.5 2012/10/14 00:17:19 chithanh Exp $
DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann"
HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"
@@ -11,6 +11,7 @@ IUSE=""
SLOT="0"
RDEPEND=">=net-libs/ccrtp-1.5.0
+ <net-libs/ccrtp-2
>=dev-cpp/commoncpp2-1.5.1
|| ( dev-libs/libgcrypt
>=dev-libs/openssl-0.9.8 )"