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 4BF2F1392EF for ; Mon, 21 Jul 2014 18:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C76CE0805; Mon, 21 Jul 2014 18:00:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B97D7E0805 for ; Mon, 21 Jul 2014 18:00:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF3A533FE8F for ; Mon, 21 Jul 2014 18:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8A7421807D for ; Mon, 21 Jul 2014 18:00:29 +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: <1405965619.cd5389ca240ce46cf5c9fe1a3cd651452f94761b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/plasma-nm/plasma-nm-5.0.0.ebuild kde-base/plasma-nm/plasma-nm-9999.ebuild X-VCS-Directories: kde-base/plasma-nm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cd5389ca240ce46cf5c9fe1a3cd651452f94761b X-VCS-Branch: master Date: Mon, 21 Jul 2014 18:00:29 +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: 2fa6bb45-290e-416c-b21e-9f0036ae1609 X-Archives-Hash: f957404e2b6e2fce0c644e05f9c2133a commit: cd5389ca240ce46cf5c9fe1a3cd651452f94761b Author: Michael Palimaka gentoo org> AuthorDate: Mon Jul 21 18:00:19 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jul 21 18:00:19 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cd5389ca [kde-base/plasma-nm] Cleanup. - KDE_LINGUAS doesn't do anything - debug USE flag is handled by the eclass - Update HOMEPAGE Package-Manager: portage-2.2.10 --- kde-base/plasma-nm/plasma-nm-5.0.0.ebuild | 7 ++----- kde-base/plasma-nm/plasma-nm-9999.ebuild | 9 +++------ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild index 0efd30a..30a2dd3 100644 --- a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild +++ b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild @@ -4,9 +4,6 @@ EAPI=5 -KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl hr -hu is it ja km lt lv mai mr ms nb nds nl nn pa pl pt pt_BR ro ru sk sl sr -sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW" inherit kde5 if [[ ${KDE_BUILD_TYPE} != live ]]; then @@ -17,10 +14,10 @@ else fi DESCRIPTION="KDE Plasma applet for NetworkManager" -HOMEPAGE="https://projects.kde.org/projects/playground/network/plasma-nm" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/plasma-nm" LICENSE="GPL-2 LGPL-2.1" -IUSE="debug modemmanager openconnect" +IUSE="modemmanager openconnect" DEPEND=" $(add_frameworks_dep kcompletion) diff --git a/kde-base/plasma-nm/plasma-nm-9999.ebuild b/kde-base/plasma-nm/plasma-nm-9999.ebuild index 1c3e067..30a2dd3 100644 --- a/kde-base/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-base/plasma-nm/plasma-nm-9999.ebuild @@ -4,23 +4,20 @@ EAPI=5 -KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl hr -hu is it ja km lt lv mai mr ms nb nds nl nn pa pl pt pt_BR ro ru sk sl sr -sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW" inherit kde5 if [[ ${KDE_BUILD_TYPE} != live ]]; then KEYWORDS="~amd64" - SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" + SRC_URI="mirror://kde/stable/plasma/5.0.0/${P}.tar.xz" else KEYWORDS="" fi DESCRIPTION="KDE Plasma applet for NetworkManager" -HOMEPAGE="https://projects.kde.org/projects/playground/network/plasma-nm" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/plasma-nm" LICENSE="GPL-2 LGPL-2.1" -IUSE="debug modemmanager openconnect" +IUSE="modemmanager openconnect" DEPEND=" $(add_frameworks_dep kcompletion)