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 776811382BD for ; Thu, 16 Jun 2016 07:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38D5CE093D; Thu, 16 Jun 2016 07:08:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF3FCE093D for ; Thu, 16 Jun 2016 07:08:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CEF8340139 for ; Thu, 16 Jun 2016 07:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5030983 for ; Thu, 16 Jun 2016 07:08:31 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1466059225.b2075aedc25c0c1c76aa9f57e0b88644665ec047.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.31.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b2075aedc25c0c1c76aa9f57e0b88644665ec047 X-VCS-Branch: master Date: Thu, 16 Jun 2016 07:08:31 +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: 0504debd-0bd3-4425-bb78-2a8f03f7f9ec X-Archives-Hash: be1035a4c5578f79254995a95f4c3af5 commit: b2075aedc25c0c1c76aa9f57e0b88644665ec047 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Wed Jun 15 17:43:46 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Jun 16 06:40:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2075aed net-misc/spice-gtk: fix git repository url Closes: https://github.com/gentoo/gentoo/pull/1680 Signed-off-by: Patrice Clement gentoo.org> net-misc/spice-gtk/spice-gtk-0.31.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild b/net-misc/spice-gtk/spice-gtk-0.31.ebuild index d774459..332eca9 100644 --- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild @@ -13,7 +13,7 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit autotools eutils multibuild python-single-r1 vala DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" -HOMEPAGE="http://spice-space.org http://gitorious.org/spice-gtk" +HOMEPAGE="http://spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/" LICENSE="LGPL-2.1" SLOT="0"