From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZqEM-0006iU-Et for garchives@archives.gentoo.org; Wed, 30 May 2012 21:14:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA96FE080A; Wed, 30 May 2012 21:14:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D33AE080A for ; Wed, 30 May 2012 21:14:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 935561B4022 for ; Wed, 30 May 2012 21:14:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id 547CF2004B; Wed, 30 May 2012 21:14:41 +0000 (UTC) From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/ortp: ortp-0.16.5.ebuild ortp-0.16.1.ebuild ortp-0.16.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ortp-0.16.5.ebuild ortp-0.16.1.ebuild ortp-0.16.3.ebuild ChangeLog X-VCS-Directories: net-libs/ortp X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Message-Id: <20120530211441.547CF2004B@flycatcher.gentoo.org> Date: Wed, 30 May 2012 21:14:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 700d30ae-b65a-4b3e-9861-f5f1b70c2b8e X-Archives-Hash: fc990834b33efe0b21be7f0ca46acb4a zmedico 12/05/30 21:14:41 Modified: ortp-0.16.5.ebuild ortp-0.16.1.ebuild ortp-0.16.3.ebuild ChangeLog Log: Use mirror://nongnu in SRC_URI. =20 (Portage version: 2.2.0_alpha108_p4/cvs/Linux i686) Revision Changes Path 1.7 net-libs/ortp/ortp-0.16.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.5.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.5.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.5.ebuild?r1=3D1.6&r2=3D1.7 Index: ortp-0.16.5.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ortp-0.16.5.ebuild 6 Jan 2012 15:05:26 -0000 1.6 +++ ortp-0.16.5.ebuild 30 May 2012 21:14:41 -0000 1.7 @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.5.ebuild,v 1.= 6 2012/01/06 15:05:26 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.5.ebuild,v 1.= 7 2012/05/30 21:14:41 zmedico Exp $ =20 EAPI=3D"4" =20 DESCRIPTION=3D"Open Real-time Transport Protocol (RTP, RFC3550) stack" HOMEPAGE=3D"http://www.linphone.org/" -SRC_URI=3D"http://download.savannah.nongnu.org/releases-noredirect/linph= one/${PN}/sources/${P}.tar.gz" +SRC_URI=3D"mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz" =20 LICENSE=3D"LGPL-2.1" SLOT=3D"0" 1.8 net-libs/ortp/ortp-0.16.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.1.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.1.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.1.ebuild?r1=3D1.7&r2=3D1.8 Index: ortp-0.16.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ortp-0.16.1.ebuild 20 Jul 2010 19:01:05 -0000 1.7 +++ ortp-0.16.1.ebuild 30 May 2012 21:14:41 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.1.ebuild,v 1.= 7 2010/07/20 19:01:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.1.ebuild,v 1.= 8 2012/05/30 21:14:41 zmedico Exp $ =20 EAPI=3D"3" =20 @@ -8,7 +8,7 @@ =20 DESCRIPTION=3D"Open Real-time Transport Protocol (RTP, RFC3550) stack" HOMEPAGE=3D"http://www.linphone.org/index.php/eng/code_review/ortp/" -SRC_URI=3D"http://download.savannah.nongnu.org/releases/linphone/${PN}/s= ources/${P}.tar.gz" +SRC_URI=3D"mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz" =20 LICENSE=3D"LGPL-2.1" SLOT=3D"0" 1.5 net-libs/ortp/ortp-0.16.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.3.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.3.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/ortp= -0.16.3.ebuild?r1=3D1.4&r2=3D1.5 Index: ortp-0.16.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ortp-0.16.3.ebuild 1 Jan 2011 20:36:18 -0000 1.4 +++ ortp-0.16.3.ebuild 30 May 2012 21:14:41 -0000 1.5 @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.3.ebuild,v 1.= 4 2011/01/01 20:36:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.3.ebuild,v 1.= 5 2012/05/30 21:14:41 zmedico Exp $ =20 EAPI=3D"3" =20 DESCRIPTION=3D"Open Real-time Transport Protocol (RTP, RFC3550) stack" HOMEPAGE=3D"http://www.linphone.org/index.php/eng/code_review/ortp/" -SRC_URI=3D"http://download.savannah.nongnu.org/releases-noredirect/linph= one/${PN}/sources/${P}.tar.gz" +SRC_URI=3D"mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz" =20 LICENSE=3D"LGPL-2.1" SLOT=3D"0" 1.73 net-libs/ortp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/Chan= geLog?rev=3D1.73&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/Chan= geLog?rev=3D1.73&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ortp/Chan= geLog?r1=3D1.72&r2=3D1.73 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-libs/ortp/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 25 Mar 2012 10:19:50 -0000 1.72 +++ ChangeLog 30 May 2012 21:14:41 -0000 1.73 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/ortp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ChangeLog,v 1.72 2012/0= 3/25 10:19:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ChangeLog,v 1.73 2012/0= 5/30 21:14:41 zmedico Exp $ + + 30 May 2012; Zac Medico ortp-0.16.1.ebuild, + ortp-0.16.3.ebuild, ortp-0.16.5.ebuild: + Use mirror://nongnu in SRC_URI. =20 25 Mar 2012; Pacho Ramos metadata.xml: Set herd as primary maintainer as talked with volkmar.