diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 20:18:47 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 20:18:47 +0000 |
commit | f7219fba33db1ddaef3abcdc37f60438169ff97c (patch) | |
tree | 4dcc4c81be30acf62c99125e4d9f2d6ed8271088 /kde-base/kcheckpass | |
parent | KDE 3.5.9 removal (diff) | |
download | gentoo-2-f7219fba33db1ddaef3abcdc37f60438169ff97c.tar.gz gentoo-2-f7219fba33db1ddaef3abcdc37f60438169ff97c.tar.bz2 gentoo-2-f7219fba33db1ddaef3abcdc37f60438169ff97c.zip |
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.9.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 3cf4468caaa1..176d25da610d 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,9 @@ # 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.131 2009/10/10 08:51:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.132 2009/10/12 20:18:47 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kcheckpass-3.5.9.ebuild: + KDE 3.5.9 removal 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kcheckpass-4.3.1.ebuild: diff --git a/kde-base/kcheckpass/kcheckpass-3.5.9.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.9.ebuild deleted file mode 100644 index 00cf9261ee13..000000000000 --- a/kde-base/kcheckpass/kcheckpass-3.5.9.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.9.ebuild,v 1.7 2008/05/18 15:12:56 maekke Exp $ - -KMNAME=kdebase -EAPI="1" -inherit kde-meta eutils flag-o-matic - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2" - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="pam kdehiddenvisibility" -DEPEND="pam? ( kde-base/kdebase-pam )" - -src_compile() { - myconf="$(use_with pam)" - - kde-meta_src_compile -} |