diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-11 15:31:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-11 15:31:55 +0000 |
commit | bd91abd9bf19c94403c5a8b933898fe8e37ce107 (patch) | |
tree | 477dd541af45e4464faf235e15c2d64f94a29e13 /www-client/qtweb | |
parent | Initial commit (bug #374377 by Anton Kochkov). (diff) | |
download | gentoo-2-bd91abd9bf19c94403c5a8b933898fe8e37ce107.tar.gz gentoo-2-bd91abd9bf19c94403c5a8b933898fe8e37ce107.tar.bz2 gentoo-2-bd91abd9bf19c94403c5a8b933898fe8e37ce107.zip |
Reflect move to github in HOMEPAGE.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-client/qtweb')
-rw-r--r-- | www-client/qtweb/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/qtweb/qtweb-3.8.5_p108.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/qtweb/ChangeLog b/www-client/qtweb/ChangeLog index 2fef271c536d..3e66941211f1 100644 --- a/www-client/qtweb/ChangeLog +++ b/www-client/qtweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/qtweb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/ChangeLog,v 1.1 2014/06/11 15:29:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/ChangeLog,v 1.2 2014/06/11 15:31:55 jer Exp $ + + 11 Jun 2014; Jeroen Roovers <jer@gentoo.org> qtweb-3.8.5_p108.ebuild: + Reflect move to github in HOMEPAGE. *qtweb-3.8.5_p108 (11 Jun 2014) diff --git a/www-client/qtweb/qtweb-3.8.5_p108.ebuild b/www-client/qtweb/qtweb-3.8.5_p108.ebuild index c356a06953bc..f6a71fd3b814 100644 --- a/www-client/qtweb/qtweb-3.8.5_p108.ebuild +++ b/www-client/qtweb/qtweb-3.8.5_p108.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v 1.1 2014/06/11 15:29:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v 1.2 2014/06/11 15:31:55 jer Exp $ EAPI=5 inherit qt4-r2 @@ -8,7 +8,7 @@ inherit qt4-r2 MY_PN=QtWeb DESCRIPTION="Lightweight, fast, secure and portable browser for the Web" -HOMEPAGE="http://www.qtweb.net/ https://code.google.com/p/qtweb/" +HOMEPAGE="http://www.qtweb.net/ https://github.com/magist3r/QtWeb" SRC_URI="https://codeload.github.com/magist3r/${MY_PN}/tar.gz/b${PV/*_p} -> ${P}.tar.gz" LICENSE="GPL-2" |