diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-17 17:04:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-17 17:04:50 +0000 |
commit | 116dfcf931a5544d573d5a5cf4959243afbf6cb4 (patch) | |
tree | 4527c6cdadec6fe6041ec9d2d0c16a7b0ef4748f /www-client/qupzilla | |
parent | Marked ~x86-solaris (diff) | |
download | gentoo-2-116dfcf931a5544d573d5a5cf4959243afbf6cb4.tar.gz gentoo-2-116dfcf931a5544d573d5a5cf4959243afbf6cb4.tar.bz2 gentoo-2-116dfcf931a5544d573d5a5cf4959243afbf6cb4.zip |
Fix broken SRC_URI and use mirror:// wrt to bug 435346
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'www-client/qupzilla')
-rw-r--r-- | www-client/qupzilla/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/qupzilla/qupzilla-1.3.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/qupzilla/ChangeLog b/www-client/qupzilla/ChangeLog index 0ae794cc85aa..2ee76a19ba56 100644 --- a/www-client/qupzilla/ChangeLog +++ b/www-client/qupzilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/qupzilla # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.12 2012/08/16 10:03:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.13 2012/09/17 17:04:50 ago Exp $ + + 17 Sep 2012; Agostino Sarubbo <ago@gentoo.org> qupzilla-1.3.1.ebuild: + Fix broken SRC_URI and use mirror:// wrt to bug 435346 16 Aug 2012; Johannes Huber <johu@gentoo.org> -files/qupzilla-1.3.0-desktop.patch, -qupzilla-1.2.0.ebuild, diff --git a/www-client/qupzilla/qupzilla-1.3.1.ebuild b/www-client/qupzilla/qupzilla-1.3.1.ebuild index fe4178d4f1c6..12aae5cf52cb 100644 --- a/www-client/qupzilla/qupzilla-1.3.1.ebuild +++ b/www-client/qupzilla/qupzilla-1.3.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.1.ebuild,v 1.3 2012/08/16 10:01:11 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.1.ebuild,v 1.4 2012/09/17 17:04:50 ago Exp $ EAPI=4 inherit multilib qt4-r2 vcs-snapshot -MY_P="QupZilla%20${PV}" +MY_P="QupZilla-${PV}" DESCRIPTION="Qt WebKit web browser" HOMEPAGE="http://www.qupzilla.com/" -SRC_URI="https://github.com/downloads/QupZilla/qupzilla/${MY_P}.tar.gz" +SRC_URI="mirror://github/QupZilla/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" |