summaryrefslogtreecommitdiff
path: root/kde-plasma/ksshaskpass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-10-22 21:11:10 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-10-22 21:11:38 +1100
commit2cd55e708e896800c26a5b8cc0c4bd4d142376e9 (patch)
tree7657e97d6e70aa7a8c735830bdff07721e95fed8 /kde-plasma/ksshaskpass
parent3f643a0ae42570e9d6a2cd3c1d260be224ba1b3a (diff)
downloadgentoo-2cd55e708e896800c26a5b8cc0c4bd4d142376e9.tar.gz
gentoo-2cd55e708e896800c26a5b8cc0c4bd4d142376e9.tar.xz
kde-plasma: remove KDE Plasma 5.4.1
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.4.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 195e947df5f..05dcdcdcbb6 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,2 +1 @@
-DIST ksshaskpass-5.4.1.tar.xz 19168 SHA256 a24840cdb02464268cf81b341f2daa3f9c8c3c45aad9a256a349954c2e3a57fa SHA512 3d3f5cab66d745535462602d7e3b25c0f993a17b7ffb56feb01d77486d48ba5cc78fd3a19226679ca75fbd60a0f7e2d04bd31348c383fea58d5bd73cdb1acb87 WHIRLPOOL 00af6edd0a78e3c64e8b8511d4b83943e66628f9a99fe76383d4aee092231769354e1abaea4dd9e7e0a91d1c1cf584fcf6b2b654ca4958067b758fbc8666d459
DIST ksshaskpass-5.4.2.tar.xz 19384 SHA256 2bd7ad5d1f0fc9664a9c2b406d987ff9c77b423f982d837dda7f1d5a7a4baa8e SHA512 b202898b757ed38817cd6be6bb3d77253498b3845d4490408cf6467be2bf4d14438120876974496b743ad1a0b3687884e814cb2fc0c5e12b08020ef0010231f0 WHIRLPOOL 6cfad7aeb9c58bf508ebad91afbfb51279e57d97bde7933a23c08915bdcefbdc41b8222090d7fad5bfa91b131b24203ae32986a3556ed938da95c84bb021d0a7
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.4.1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.4.1.ebuild
deleted file mode 100644
index 34dfc0b25dd..00000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/ksshaskpass"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- dev-qt/qtwidgets:5
-"
-RDEPEND="
- ${DEPEND}
- !net-misc/ksshaskpass
-"