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 1S0kij-0003c3-EX for garchives@archives.gentoo.org; Fri, 24 Feb 2012 02:17:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 056BFE0C01; Fri, 24 Feb 2012 02:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CCF5EE0C01 for ; Fri, 24 Feb 2012 02:17:09 +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 467541B4022 for ; Fri, 24 Feb 2012 02:17:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id 1B1702004C; Fri, 24 Feb 2012 02:17:07 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: gnash-0.8.10.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnash-0.8.10.ebuild ChangeLog X-VCS-Directories: www-plugins/gnash X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Message-Id: <20120224021707.1B1702004C@flycatcher.gentoo.org> Date: Fri, 24 Feb 2012 02:17:07 +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: 91634dd2-fcc4-4306-bd79-d77e47d4e6bf X-Archives-Hash: 9dc201c2250943c51e44630624dd7860 chithanh 12/02/24 02:17:07 Modified: gnash-0.8.10.ebuild ChangeLog Log: Don't download tarball from savannah. =20 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) Revision Changes Path 1.2 www-plugins/gnash/gnash-0.8.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/= gnash-0.8.10.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/= gnash-0.8.10.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/= gnash-0.8.10.ebuild?r1=3D1.1&r2=3D1.2 Index: gnash-0.8.10.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/www-plugins/gnash/gnash-0.8.10.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnash-0.8.10.ebuild 24 Feb 2012 00:07:21 -0000 1.1 +++ gnash-0.8.10.ebuild 24 Feb 2012 02:17:07 -0000 1.2 @@ -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/www-plugins/gnash/gnash-0.8.10.ebuild= ,v 1.1 2012/02/24 00:07:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild= ,v 1.2 2012/02/24 02:17:07 chithanh Exp $ =20 EAPI=3D4 CMAKE_REQUIRED=3D"never" @@ -21,7 +21,7 @@ else # Release tarball is b0rked, upstream #35612 # SRC_URI=3D"mirror://gnu/${PN}/${PV}/${P}.tar.bz2" - SRC_URI=3D"http://git.savannah.gnu.org/cgit/gnash.git/snapshot/gnash-0.= 8.10.tar.gz" + SRC_URI=3D"mirror://gentoo/${P}.tar.gz" fi =20 LICENSE=3D"GPL-3" 1.75 www-plugins/gnash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/= ChangeLog?rev=3D1.75&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/= ChangeLog?rev=3D1.75&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/= ChangeLog?r1=3D1.74&r2=3D1.75 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/www-plugins/gnash/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 24 Feb 2012 00:07:21 -0000 1.74 +++ ChangeLog 24 Feb 2012 02:17:07 -0000 1.75 @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.74 20= 12/02/24 00:07:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.75 20= 12/02/24 02:17:07 chithanh Exp $ + + 24 Feb 2012; Ch=C3=AD-Thanh Christopher Nguy=E1=BB=85n + gnash-0.8.10.ebuild: + Don't download tarball from savannah. =20 *gnash-0.8.10 (24 Feb 2012) =20