From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-620738-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 035631381F3
	for <garchives@archives.gentoo.org>; Wed, 21 Aug 2013 07:44:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 45510E0B6F;
	Wed, 21 Aug 2013 07:44:17 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C2766E0B6F
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2013 07:44:16 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CEAF833EB98
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2013 07:44:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 7F458E545C
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2013 07:44:14 +0000 (UTC)
From: "Michael Palimaka" <kensington@gentoo.org>
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" <kensington@gentoo.org>
Message-ID: <1377070876.f9885c0ddb71d50d696221744ac11a84d49b4867.kensington@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/
X-VCS-Repository: proj/kde
X-VCS-Files: media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
X-VCS-Directories: media-video/plasma-mediacenter/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: f9885c0ddb71d50d696221744ac11a84d49b4867
X-VCS-Branch: master
Date: Wed, 21 Aug 2013 07:44:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d7374cae-188a-4b71-a420-0fbc5b4b6681
X-Archives-Hash: 599d46f838abcd06df50ed64a0afd790

commit:     f9885c0ddb71d50d696221744ac11a84d49b4867
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 07:41:16 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 07:41:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9885c0d

[media-video/plasma-mediacenter] Sync live ebuild.

Package-Manager: portage-2.2.0

---
 media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
index 8d55da1..bf06cf0 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
@@ -6,13 +6,14 @@ EAPI=5
 
 DECLARATIVE_REQUIRED="always"
 OPENGL_REQUIRED="always"
+KDE_LINGUAS="ca cs da de es fi fr gl hu lv nl pt pt_BR sk sl sv uk zh_TW"
 inherit kde4-base
 
 DESCRIPTION="Unified media experience for any device capable of running KDE"
-HOMEPAGE="http://www.kde.org/"
+HOMEPAGE="http://www.kde.org/ http://community.kde.org/Plasma/Plasma_Media_Center"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz"
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
 fi
 
 LICENSE="GPL-2+"