summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-05-26 03:34:48 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-05-26 03:35:10 +1000
commit8afd7f80e377b6e660771196819a4af353c2020f (patch)
tree7dbae878cf6dfdd9c4ba50ca9498b35cd3a45c55 /kde-base/kcheckpass
parentDrop ppc and ppc64 to testing in KDE-related packages. (diff)
downloadgentoo-8afd7f80e377b6e660771196819a4af353c2020f.tar.gz
gentoo-8afd7f80e377b6e660771196819a4af353c2020f.tar.bz2
gentoo-8afd7f80e377b6e660771196819a4af353c2020f.zip
kde-base: remove KDE Workspace 4.11.19
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/Manifest1
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.11.19.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest
index d02206e1ac86..db5163f83985 100644
--- a/kde-base/kcheckpass/Manifest
+++ b/kde-base/kcheckpass/Manifest
@@ -1,2 +1 @@
-DIST kde-workspace-4.11.19.tar.xz 13547744 SHA256 1c1429db0a12d6ad076e0f1c6f1a00cac781aceb1aa8c88937fbf2700dc2c5c2 SHA512 37fad2704347bb123d05fbefe35ab73a24641baf83bc3486c2d8078ef0c601a1ef0438261040feefe8ee1d4341e7fa453d3412ccbb6e00d60ce7992ca5e5ac38 WHIRLPOOL 9a95bbad4c14988316c4c6c93738e5c945d6d4b1628c037edb46387c78abbc878ae6482ebec825257e30d5a0349e85db6261fdbf14100f798de6f2ca978a57ee
DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
diff --git a/kde-base/kcheckpass/kcheckpass-4.11.19.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.19.ebuild
deleted file mode 100644
index abe6dc64faa0..000000000000
--- a/kde-base/kcheckpass/kcheckpass-4.11.19.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kde-workspace"
-inherit kde4-meta
-
-DESCRIPTION="A simple password checker, used by any software in need of user authentication"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug pam"
-
-RDEPEND="
- pam? (
- >=kde-base/kdebase-pam-7
- virtual/pam
- )
-"
-
-src_prepare() {
- kde4-meta_src_prepare
-
- use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch"
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with pam)
- )
-
- kde4-meta_src_configure
-}