Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/
Date: Tue, 01 Sep 2015 18:38:52
Message-Id: 1441132714.7f062755dd0de49e0f5c8adcd229fdec964753a6.klausman@gentoo
1 commit: 7f062755dd0de49e0f5c8adcd229fdec964753a6
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:38:34 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:38:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f062755
7
8 app-editors/qxmledit: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-editors/qxmledit/qxmledit-0.8.5.ebuild | 2 +-
13 app-editors/qxmledit/qxmledit-0.8.8.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/qxmledit/qxmledit-0.8.5.ebuild b/app-editors/qxmledit/qxmledit-0.8.5.ebuild
17 index 7c0db79..a8296f9 100644
18 --- a/app-editors/qxmledit/qxmledit-0.8.5.ebuild
19 +++ b/app-editors/qxmledit/qxmledit-0.8.5.ebuild
20 @@ -9,7 +9,7 @@ inherit multilib eutils qt4-r2
21 MY_P="qxmledit-${PV}-src"
22
23 DESCRIPTION="Qt4 XML Editor"
24 -HOMEPAGE="https://code.google.com/p/qxmledit/"
25 +HOMEPAGE="http://qxmledit.org/"
26 SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tgz"
27
28 LICENSE="LGPL-2"
29
30 diff --git a/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild b/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild
31 index 969ce53..8cdd9d8 100644
32 --- a/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild
33 +++ b/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild
34 @@ -11,7 +11,7 @@ MY_PV="$(replace_version_separator 3 '-')"
35 MY_P="qxmledit-${MY_PV}-src"
36
37 DESCRIPTION="Qt4 XML Editor"
38 -HOMEPAGE="https://code.google.com/p/qxmledit/"
39 +HOMEPAGE="http://qxmledit.org/"
40 SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tgz"
41
42 LICENSE="LGPL-2"