summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-10 21:08:39 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-10 21:08:39 +0000
commitc348e2ebbf99349511cf39e9d221293aba20605b (patch)
tree0d4a0c5796b7ca373fb9fc0168332f31bf54d9f9 /kde-base/kcheckpass
parentamd64/x86 stable, bug #296364 (diff)
downloadgentoo-2-c348e2ebbf99349511cf39e9d221293aba20605b.tar.gz
gentoo-2-c348e2ebbf99349511cf39e9d221293aba20605b.tar.bz2
gentoo-2-c348e2ebbf99349511cf39e9d221293aba20605b.zip
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog6
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.3.1.ebuild29
2 files changed, 5 insertions, 30 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index f0c0177602cd..0c7e39311663 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.142 2009/12/10 14:28:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.143 2009/12/10 21:08:39 scarabeus Exp $
+
+ 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -kcheckpass-4.3.1.ebuild:
+ Drop KDE SC-4.3.1.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
kcheckpass-4.3.3.ebuild:
diff --git a/kde-base/kcheckpass/kcheckpass-4.3.1.ebuild b/kde-base/kcheckpass/kcheckpass-4.3.1.ebuild
deleted file mode 100644
index eb6e65154e17..000000000000
--- a/kde-base/kcheckpass/kcheckpass-4.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.3.1.ebuild,v 1.3 2009/10/18 13:32:51 maekke Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-workspace"
-inherit kde4-meta
-
-DESCRIPTION="A simple password checker, used by any software in need of user authentication."
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-IUSE="debug pam"
-
-DEPEND="
- pam? (
- >=kde-base/kdebase-pam-7
- virtual/pam
- )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/kdebase-4.0.2-pam-optional.patch" )
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with pam)"
-
- kde4-meta_src_configure
-}