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 44F98138262 for ; Thu, 19 May 2016 14:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7066623400B; Thu, 19 May 2016 14:17:10 +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 9959E23400C for ; Thu, 19 May 2016 14:17:09 +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 83785340C43 for ; Thu, 19 May 2016 14:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22E57975 for ; Thu, 19 May 2016 14:17:05 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1463667398.d4955415e98b1f5c3aeaed70186e624b80dff41c.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwalletmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kwalletmanager/kwalletmanager-15.04.3-r1.ebuild X-VCS-Directories: kde-apps/kwalletmanager/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d4955415e98b1f5c3aeaed70186e624b80dff41c X-VCS-Branch: master Date: Thu, 19 May 2016 14:17:05 +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: d908747a-98da-4f08-b68b-f4e7ecd0cf98 X-Archives-Hash: 09470e41bd7e06ca304e9c76440f02cd commit: d4955415e98b1f5c3aeaed70186e624b80dff41c Author: Andreas Sturmlechner gmail com> AuthorDate: Sun May 15 19:20:45 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 19 14:16:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4955415 kde-apps/kwalletmanager: Drop USE=minimal and split out icons Package-Manager: portage-2.2.28 Signed-off-by: Johannes Huber gentoo.org> .../kwalletmanager-15.04.3-r1.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.04.3-r1.ebuild b/kde-apps/kwalletmanager/kwalletmanager-15.04.3-r1.ebuild new file mode 100644 index 0000000..896a0f3 --- /dev/null +++ b/kde-apps/kwalletmanager/kwalletmanager-15.04.3-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Wallet Management Tool" +HOMEAGE="https://www.kde.org/applications/system/kwalletmanager +https://utils.kde.org/projects/kwalletmanager" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="" +RDEPEND="|| ( >=kde-base/legacy-icons-4.11.22-r1 kde-apps/kwalletmanager:5 )" + +src_install() { + kde4-base_src_install + rm -r "${ED}"usr/share/icons || die +}