diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 02:17:07 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 02:17:07 +0000 |
commit | e658047c13d90f6e218534f0a2823fb06d2a3ade (patch) | |
tree | deef907c53c4b4aa0c35a0a16d3ebb7b56246ad9 /www-plugins/gnash | |
parent | Unmask lirc on most recent gnash (diff) | |
download | gentoo-2-e658047c13d90f6e218534f0a2823fb06d2a3ade.tar.gz gentoo-2-e658047c13d90f6e218534f0a2823fb06d2a3ade.tar.bz2 gentoo-2-e658047c13d90f6e218534f0a2823fb06d2a3ade.zip |
Don't download tarball from savannah.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index ea94adb9c09e..f3fc06b7dc14 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -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 2012/02/24 00:07:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.75 2012/02/24 02:17:07 chithanh Exp $ + + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.10.ebuild: + Don't download tarball from savannah. *gnash-0.8.10 (24 Feb 2012) diff --git a/www-plugins/gnash/gnash-0.8.10.ebuild b/www-plugins/gnash/gnash-0.8.10.ebuild index 1b70b43d84c1..1efcf536cb8c 100644 --- a/www-plugins/gnash/gnash-0.8.10.ebuild +++ b/www-plugins/gnash/gnash-0.8.10.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/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 $ EAPI=4 CMAKE_REQUIRED="never" @@ -21,7 +21,7 @@ if [[ ${PV} = 9999* ]]; then else # Release tarball is b0rked, upstream #35612 # SRC_URI="mirror://gnu/${PN}/${PV}/${P}.tar.bz2" - SRC_URI="http://git.savannah.gnu.org/cgit/gnash.git/snapshot/gnash-0.8.10.tar.gz" + SRC_URI="mirror://gentoo/${P}.tar.gz" fi LICENSE="GPL-3" |