Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-admin/keepassx/
Date: Fri, 29 Aug 2014 02:21:31
Message-Id: 1409222125.b1df246f648f8c8008cb09e617cdf19e8a7dacbe.pesa@gentoo
1 commit: b1df246f648f8c8008cb09e617cdf19e8a7dacbe
2 Author: Anders Larsson <andla <AT> thethundertemplars <DOT> com>
3 AuthorDate: Thu Aug 28 10:24:32 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 28 10:35:25 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b1df246f
7
8 [app-admin/keepassx] Update git repo uri
9
10 ---
11 app-admin/keepassx/keepassx-9999.ebuild | 4 +++-
12 1 file changed, 3 insertions(+), 1 deletion(-)
13
14 diff --git a/app-admin/keepassx/keepassx-9999.ebuild b/app-admin/keepassx/keepassx-9999.ebuild
15 index cdda7bf..7274d70 100644
16 --- a/app-admin/keepassx/keepassx-9999.ebuild
17 +++ b/app-admin/keepassx/keepassx-9999.ebuild
18 @@ -8,7 +8,9 @@ inherit qt4-r2 cmake-utils git-2
19
20 DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions."
21 HOMEPAGE="http://keepassx.sourceforge.net/"
22 -EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}"
23 +EGIT_REPO_URI="git://keepassx.org/${PN}.git
24 + https://github.com/${PN}/${PN}
25 +"
26
27 LICENSE="LGPL-2.1 GPL-2 GPL-3"
28 SLOT="0"