diff options
author | 2013-02-13 11:09:23 +0000 | |
---|---|---|
committer | 2013-02-13 11:09:23 +0000 | |
commit | 1cbeacea1940bc07467b8adbabc4654d73bf3cb7 (patch) | |
tree | b3bf58c256f0c4c707d9f82f625a0e5834b038d0 /net-libs/libzrtpcpp | |
parent | Fix gcc-4.6 build in older version too, bug #421539. (diff) | |
download | gentoo-2-1cbeacea1940bc07467b8adbabc4654d73bf3cb7.tar.gz gentoo-2-1cbeacea1940bc07467b8adbabc4654d73bf3cb7.tar.bz2 gentoo-2-1cbeacea1940bc07467b8adbabc4654d73bf3cb7.zip |
Version bump, bug #300553.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/libzrtpcpp')
-rw-r--r-- | net-libs/libzrtpcpp/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/libzrtpcpp/libzrtpcpp-2.3.2.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/net-libs/libzrtpcpp/ChangeLog b/net-libs/libzrtpcpp/ChangeLog index 0e43d80ef860..b486efbfe2fc 100644 --- a/net-libs/libzrtpcpp/ChangeLog +++ b/net-libs/libzrtpcpp/ChangeLog @@ -1,6 +1,12 @@ # 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.16 2012/10/14 00:17:19 chithanh Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/ChangeLog,v 1.17 2013/02/13 11:09:23 chithanh Exp $ + +*libzrtpcpp-2.3.2 (13 Feb 2013) + + 13 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libzrtpcpp-2.3.2.ebuild: + Version bump, bug #300553. 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: diff --git a/net-libs/libzrtpcpp/libzrtpcpp-2.3.2.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-2.3.2.ebuild new file mode 100644 index 000000000000..74a29b6af062 --- /dev/null +++ b/net-libs/libzrtpcpp/libzrtpcpp-2.3.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-2.3.2.ebuild,v 1.1 2013/02/13 11:09:23 chithanh Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann" +HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP" +SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +LICENSE="GPL-3" +IUSE="" +SLOT="0" + +RDEPEND=">=net-libs/ccrtp-2 + >=dev-cpp/commoncpp2-1.5.1 + || ( dev-libs/libgcrypt + >=dev-libs/openssl-0.9.8 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS README.md ) |