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 7DBC713832E for ; Thu, 21 Jul 2016 10:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B68121C0B2; Thu, 21 Jul 2016 10:25:50 +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 D0AA421C0B2 for ; Thu, 21 Jul 2016 10:25:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 66CE8340DF0 for ; Thu, 21 Jul 2016 10:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14AD77E0 for ; Thu, 21 Jul 2016 10:25:46 +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: <1469096726.2525c63d868ab71456a2c6306676daec5c2f37d2.kensington@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.ebuild X-VCS-Directories: kde-apps/kwalletmanager/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2525c63d868ab71456a2c6306676daec5c2f37d2 X-VCS-Branch: master Date: Thu, 21 Jul 2016 10:25:46 +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: 9c315ba5-6e6f-4aa7-af0a-b314a7bf707f X-Archives-Hash: 02029114ac73e40a050d52095d06aa8b commit: 2525c63d868ab71456a2c6306676daec5c2f37d2 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 21 10:23:04 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 21 10:25:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2525c63d kde-apps/kwalletmanager: remove old Package-Manager: portage-2.3.0 .../kwalletmanager/kwalletmanager-15.04.3.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.04.3.ebuild b/kde-apps/kwalletmanager/kwalletmanager-15.04.3.ebuild deleted file mode 100644 index 0a0ddc4..0000000 --- a/kde-apps/kwalletmanager/kwalletmanager-15.04.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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 ~arm x86" -IUSE="debug minimal" - -src_install() { - kde4-base_src_install - - if use minimal ; then - rm -r "${D}"/usr/share/icons - fi -}