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 EFED9138334 for ; Tue, 2 Oct 2018 19:53:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF713E08CA; Tue, 2 Oct 2018 19:53:54 +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 C8FBCE08CA for ; Tue, 2 Oct 2018 19:53:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DB12F335CC8 for ; Tue, 2 Oct 2018 19:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78A5442E for ; Tue, 2 Oct 2018 19:53:51 +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: <1538509904.dafad605ac84bf12df25cfed6ade9dc2a08bafda.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kaffeine/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kaffeine/kaffeine-9999.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dafad605ac84bf12df25cfed6ade9dc2a08bafda X-VCS-Branch: master Date: Tue, 2 Oct 2018 19:53:51 +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: 3f03dd13-2d71-4bf0-97f1-5cb9ca367a9e X-Archives-Hash: be1a2648cc7991a9141663ef6c096d65 commit: dafad605ac84bf12df25cfed6ade9dc2a08bafda Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 2 19:51:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 2 19:51:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dafad605 media-video/kaffeine: Fix HOMEPAGE Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-video/kaffeine/kaffeine-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild index 7ae8acd549..526d14cba8 100644 --- a/media-video/kaffeine/kaffeine-9999.ebuild +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then fi DESCRIPTION="Media player with digital TV support by KDE" -HOMEPAGE="https://kaffeine.kde.org/" +HOMEPAGE="https://userbase.kde.org/Kaffeine" LICENSE="GPL-2+ handbook? ( FDL-1.3 )" IUSE="dvb"