diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-04 17:10:24 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-04 17:10:24 +0000 |
commit | 00a2efee607e5c288408fab6cbac46e8591e5f5a (patch) | |
tree | a13c55d30073157584e976a9433c127f540fa0a5 /kde-base/kcheckpass | |
parent | Stable for HPPA (bug #493194). (diff) | |
download | gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.gz gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.bz2 gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.zip |
Remove KDE SC 4.11.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.11.3.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 6b30de778cb0..e328623f6ccf 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.292 2013/12/03 22:36:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.293 2013/12/04 17:10:24 johu Exp $ + + 04 Dec 2013; Johannes Huber <johu@gentoo.org> -kcheckpass-4.11.3.ebuild: + Remove KDE SC 4.11.3 *kcheckpass-4.11.4 (03 Dec 2013) diff --git a/kde-base/kcheckpass/kcheckpass-4.11.3.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.3.ebuild deleted file mode 100644 index f012eb50d3a7..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.11.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.11.3.ebuild,v 1.1 2013/11/05 22:22:55 dilfridge Exp $ - -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 -} |