* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.5.ebuild ChangeLog
@ 2013-03-20 17:03 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 6+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-03-20 17:03 UTC (permalink / raw
To: gentoo-commits
chithanh 13/03/20 17:03:45
Modified: ChangeLog
Added: ccrtp-2.0.5.ebuild
Log:
Version bump.
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.26 net-libs/ccrtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 13 Feb 2013 10:57:26 -0000 1.25
+++ ChangeLog 20 Mar 2013 17:03:45 -0000 1.26
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/ccrtp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.25 2013/02/13 10:57:26 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.26 2013/03/20 17:03:45 chithanh Exp $
+
+*ccrtp-2.0.5 (20 Mar 2013)
+
+ 20 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +ccrtp-2.0.5.ebuild:
+ Version bump.
13 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+files/ccrtp-1.7.0-cstddef.patch, ccrtp-1.7.0.ebuild:
1.1 net-libs/ccrtp/ccrtp-2.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.1&content-type=text/plain
Index: ccrtp-2.0.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.1 2013/03/20 17:03:45 chithanh Exp $
EAPI=4
inherit eutils multilib
DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"
HOMEPAGE="http://www.gnu.org/software/ccrtp/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
LICENSE="GPL-2"
IUSE="doc"
SLOT="0"
RDEPEND=">=dev-cpp/commoncpp2-1.3.0
dev-libs/libgcrypt
>=dev-libs/ucommon-5.0.0"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )"
src_configure() {
econf --disable-static
}
src_install() {
default
prune_libtool_files
use doc && dohtml -r doc/html/*
}
pkg_postinst() {
if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then
elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0"
fi
if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then
elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0"
fi
if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.6.so.0 ]] ; then
elog "Please run: revdep-rebuild --library libccrtp1-1.6.so.0"
fi
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.5.ebuild ChangeLog
@ 2013-07-30 9:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-30 9:07 UTC (permalink / raw
To: gentoo-commits
ago 13/07/30 09:07:33
Modified: ccrtp-2.0.5.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #470546
(Portage version: 2.1.13.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 net-libs/ccrtp/ccrtp-2.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?r1=1.1&r2=1.2
Index: ccrtp-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccrtp-2.0.5.ebuild 20 Mar 2013 17:03:45 -0000 1.1
+++ ccrtp-2.0.5.ebuild 30 Jul 2013 09:07:33 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.1 2013/03/20 17:03:45 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.2 2013/07/30 09:07:33 ago Exp $
EAPI=4
inherit eutils multilib
@@ -9,7 +9,7 @@
HOMEPAGE="http://www.gnu.org/software/ccrtp/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
LICENSE="GPL-2"
IUSE="doc"
SLOT="0"
1.27 net-libs/ccrtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 20 Mar 2013 17:03:45 -0000 1.26
+++ ChangeLog 30 Jul 2013 09:07:33 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/ccrtp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.26 2013/03/20 17:03:45 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.27 2013/07/30 09:07:33 ago Exp $
+
+ 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
+ Stable for amd64, wrt bug #470546
*ccrtp-2.0.5 (20 Mar 2013)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.5.ebuild ChangeLog
@ 2013-08-04 13:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-04 13:40 UTC (permalink / raw
To: gentoo-commits
ago 13/08/04 13:40:38
Modified: ccrtp-2.0.5.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #470546
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 net-libs/ccrtp/ccrtp-2.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?r1=1.2&r2=1.3
Index: ccrtp-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccrtp-2.0.5.ebuild 30 Jul 2013 09:07:33 -0000 1.2
+++ ccrtp-2.0.5.ebuild 4 Aug 2013 13:40:38 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.2 2013/07/30 09:07:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.3 2013/08/04 13:40:38 ago Exp $
EAPI=4
inherit eutils multilib
@@ -9,7 +9,7 @@
HOMEPAGE="http://www.gnu.org/software/ccrtp/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
LICENSE="GPL-2"
IUSE="doc"
SLOT="0"
1.28 net-libs/ccrtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 30 Jul 2013 09:07:33 -0000 1.27
+++ ChangeLog 4 Aug 2013 13:40:38 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/ccrtp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.27 2013/07/30 09:07:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.28 2013/08/04 13:40:38 ago Exp $
+
+ 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
+ Stable for ppc64, wrt bug #470546
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
Stable for amd64, wrt bug #470546
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.5.ebuild ChangeLog
@ 2013-08-07 13:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-07 13:34 UTC (permalink / raw
To: gentoo-commits
ago 13/08/07 13:34:10
Modified: ccrtp-2.0.5.ebuild ChangeLog
Log:
Stable for x86, wrt bug #470546
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 net-libs/ccrtp/ccrtp-2.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?r1=1.3&r2=1.4
Index: ccrtp-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccrtp-2.0.5.ebuild 4 Aug 2013 13:40:38 -0000 1.3
+++ ccrtp-2.0.5.ebuild 7 Aug 2013 13:34:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.3 2013/08/04 13:40:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.4 2013/08/07 13:34:10 ago Exp $
EAPI=4
inherit eutils multilib
@@ -9,7 +9,7 @@
HOMEPAGE="http://www.gnu.org/software/ccrtp/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
LICENSE="GPL-2"
IUSE="doc"
SLOT="0"
1.29 net-libs/ccrtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 4 Aug 2013 13:40:38 -0000 1.28
+++ ChangeLog 7 Aug 2013 13:34:10 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/ccrtp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.28 2013/08/04 13:40:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.29 2013/08/07 13:34:10 ago Exp $
+
+ 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
+ Stable for x86, wrt bug #470546
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
Stable for ppc64, wrt bug #470546
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.5.ebuild ChangeLog
@ 2013-08-10 12:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-10 12:55 UTC (permalink / raw
To: gentoo-commits
ago 13/08/10 12:55:39
Modified: ccrtp-2.0.5.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #470546
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 net-libs/ccrtp/ccrtp-2.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?r1=1.4&r2=1.5
Index: ccrtp-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ccrtp-2.0.5.ebuild 7 Aug 2013 13:34:10 -0000 1.4
+++ ccrtp-2.0.5.ebuild 10 Aug 2013 12:55:38 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.4 2013/08/07 13:34:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.5 2013/08/10 12:55:38 ago Exp $
EAPI=4
inherit eutils multilib
@@ -9,7 +9,7 @@
HOMEPAGE="http://www.gnu.org/software/ccrtp/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
LICENSE="GPL-2"
IUSE="doc"
SLOT="0"
1.30 net-libs/ccrtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 7 Aug 2013 13:34:10 -0000 1.29
+++ ChangeLog 10 Aug 2013 12:55:38 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/ccrtp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.29 2013/08/07 13:34:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.30 2013/08/10 12:55:38 ago Exp $
+
+ 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
+ Stable for ppc, wrt bug #470546
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
Stable for x86, wrt bug #470546
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.5.ebuild ChangeLog
@ 2014-03-01 22:13 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-01 22:13 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/01 22:13:12
Modified: ccrtp-2.0.5.ebuild ChangeLog
Log:
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.6 net-libs/ccrtp/ccrtp-2.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild?r1=1.5&r2=1.6
Index: ccrtp-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ccrtp-2.0.5.ebuild 10 Aug 2013 12:55:38 -0000 1.5
+++ ccrtp-2.0.5.ebuild 1 Mar 2014 22:13:12 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.5 2013/08/10 12:55:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.6 2014/03/01 22:13:12 mgorny Exp $
EAPI=4
inherit eutils multilib
@@ -15,7 +15,7 @@
SLOT="0"
RDEPEND=">=dev-cpp/commoncpp2-1.3.0
- dev-libs/libgcrypt
+ dev-libs/libgcrypt:0
>=dev-libs/ucommon-5.0.0"
DEPEND="${RDEPEND}
virtual/pkgconfig
1.32 net-libs/ccrtp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 27 Oct 2013 09:35:38 -0000 1.31
+++ ChangeLog 1 Mar 2014 22:13:12 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/ccrtp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.31 2013/10/27 09:35:38 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.32 2014/03/01 22:13:12 mgorny Exp $
+
+ 01 Mar 2014; Michał Górny <mgorny@gentoo.org> ccrtp-2.0.5.ebuild:
+ Update libgcrypt dep to use slot :0.
27 Oct 2013; Pacho Ramos <pacho@gentoo.org> -ccrtp-1.6.0.ebuild,
-ccrtp-1.7.0.ebuild, -ccrtp-2.0.3.ebuild, metadata.xml:
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-03-01 22:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 17:03 [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.5.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
-- strict thread matches above, loose matches on Subject: below --
2013-07-30 9:07 Agostino Sarubbo (ago)
2013-08-04 13:40 Agostino Sarubbo (ago)
2013-08-07 13:34 Agostino Sarubbo (ago)
2013-08-10 12:55 Agostino Sarubbo (ago)
2014-03-01 22:13 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox