diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:38:34 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:38:34 +0200 |
commit | 7f062755dd0de49e0f5c8adcd229fdec964753a6 (patch) | |
tree | 2fffd3556107dd989898189e2b150d3829ac00a9 /app-editors/qxmledit | |
parent | app-dicts/dikt: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-7f062755dd0de49e0f5c8adcd229fdec964753a6.tar.gz gentoo-7f062755dd0de49e0f5c8adcd229fdec964753a6.tar.bz2 gentoo-7f062755dd0de49e0f5c8adcd229fdec964753a6.zip |
app-editors/qxmledit: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.5.ebuild | 2 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qxmledit/qxmledit-0.8.5.ebuild b/app-editors/qxmledit/qxmledit-0.8.5.ebuild index 7c0db79ed0f2..a8296f91cca7 100644 --- a/app-editors/qxmledit/qxmledit-0.8.5.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.5.ebuild @@ -9,7 +9,7 @@ inherit multilib eutils qt4-r2 MY_P="qxmledit-${PV}-src" DESCRIPTION="Qt4 XML Editor" -HOMEPAGE="https://code.google.com/p/qxmledit/" +HOMEPAGE="http://qxmledit.org/" SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="LGPL-2" diff --git a/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild b/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild index 969ce53fd1df..8cdd9d8a59e5 100644 --- a/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild @@ -11,7 +11,7 @@ MY_PV="$(replace_version_separator 3 '-')" MY_P="qxmledit-${MY_PV}-src" DESCRIPTION="Qt4 XML Editor" -HOMEPAGE="https://code.google.com/p/qxmledit/" +HOMEPAGE="http://qxmledit.org/" SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="LGPL-2" |