From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BDC3138335 for ; Wed, 3 Oct 2018 18:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 846CCE0A9C; Wed, 3 Oct 2018 18:06:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52E9EE0A9C for ; Wed, 3 Oct 2018 18:06:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C126335D13 for ; Wed, 3 Oct 2018 18:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2FD7445 for ; Wed, 3 Oct 2018 18:06:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538589932.1ddf3963ca136f266e7a5eb576a7b37598b2968b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/xine-ui/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/xine-ui/xine-ui-0.99.10.ebuild X-VCS-Directories: media-video/xine-ui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ddf3963ca136f266e7a5eb576a7b37598b2968b X-VCS-Branch: master Date: Wed, 3 Oct 2018 18:06:03 +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: 5a3a19b9-6a4b-4028-b1cc-f957b5d93ea9 X-Archives-Hash: 683f58137dc5af1c99828103de8250cd commit: 1ddf3963ca136f266e7a5eb576a7b37598b2968b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 3 16:19:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 3 18:05:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddf3963 media-video/xine-ui: Fix HOMEPAGE Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-video/xine-ui/xine-ui-0.99.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/xine-ui/xine-ui-0.99.10.ebuild b/media-video/xine-ui/xine-ui-0.99.10.ebuild index 905b7daa267..12355a49bf9 100644 --- a/media-video/xine-ui/xine-ui-0.99.10.ebuild +++ b/media-video/xine-ui/xine-ui-0.99.10.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils xdg-utils DESCRIPTION="Xine movie player" -HOMEPAGE="http://xine.sourceforge.net/" +HOMEPAGE="https://xine-project.org/home" SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" LICENSE="GPL-2"