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 7F00D1381F3 for ; Thu, 21 Apr 2016 17:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45DE021C006; Thu, 21 Apr 2016 17:15:28 +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 D671821C05C for ; Thu, 21 Apr 2016 17:15:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BF2FE340A3B for ; Thu, 21 Apr 2016 17:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 344F72337 for ; Thu, 21 Apr 2016 17:15:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1461258893.1c628ce9dfacb788a4a22a601dc611d42f724b76.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild X-VCS-Directories: media-libs/phonon-gstreamer/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1c628ce9dfacb788a4a22a601dc611d42f724b76 X-VCS-Branch: master Date: Thu, 21 Apr 2016 17:15:19 +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: 91f12fae-9015-4513-b4b6-f99db55f3d8a X-Archives-Hash: 82797bcc22cc2f649f43862ecda3a1ac commit: 1c628ce9dfacb788a4a22a601dc611d42f724b76 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 21 17:07:04 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 21 17:14:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c628ce9 media-libs/phonon-gstreamer: update HOMEPAGE Package-Manager: portage-2.2.28 media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild index 6f045f8..0981ff1 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild @@ -13,7 +13,7 @@ MY_P=${MY_PN}-${PV} inherit cmake-utils multibuild ${git_eclass} DESCRIPTION="Phonon GStreamer backend" -HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-gstreamer" +HOMEPAGE="https://phonon.kde.org/" [[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.xz" LICENSE="LGPL-2.1"