From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA0031383D3 for ; Tue, 1 Sep 2015 18:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F2114309; Tue, 1 Sep 2015 18:38:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00E6314309 for ; Tue, 1 Sep 2015 18:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1999341A6F for ; Tue, 1 Sep 2015 18:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA9FC114 for ; Tue, 1 Sep 2015 18:38:46 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441132714.7f062755dd0de49e0f5c8adcd229fdec964753a6.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/qxmledit/qxmledit-0.8.5.ebuild app-editors/qxmledit/qxmledit-0.8.8.1.ebuild X-VCS-Directories: app-editors/qxmledit/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 7f062755dd0de49e0f5c8adcd229fdec964753a6 X-VCS-Branch: master Date: Tue, 1 Sep 2015 18:38:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c0545e4-68c6-4d57-8294-aadbbfcff714 X-Archives-Hash: d32c4067280287361414306bc8aa9f7a commit: 7f062755dd0de49e0f5c8adcd229fdec964753a6 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 18:38:34 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 18:38:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f062755 app-editors/qxmledit: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 app-editors/qxmledit/qxmledit-0.8.5.ebuild | 2 +- 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 7c0db79..a8296f9 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 969ce53..8cdd9d8 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"