diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 20:51:51 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 20:51:51 +0000 |
commit | a48f8c0229889de5216cbf865ba8d562994f7446 (patch) | |
tree | 99545ba67fa0f7e8ba5d4907722ac243a2e2ad6a /kde-base/kdepasswd | |
parent | version bump (diff) | |
download | gentoo-2-a48f8c0229889de5216cbf865ba8d562994f7446.tar.gz gentoo-2-a48f8c0229889de5216cbf865ba8d562994f7446.tar.bz2 gentoo-2-a48f8c0229889de5216cbf865ba8d562994f7446.zip |
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-3.5.9.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index 3d0ca4103a4e..9673886c8c73 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdepasswd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.137 2009/10/10 09:13:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.138 2009/10/12 20:51:51 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kdepasswd-3.5.9.ebuild: + KDE 3.5.9 removal 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kdepasswd-4.3.1.ebuild: diff --git a/kde-base/kdepasswd/kdepasswd-3.5.9.ebuild b/kde-base/kdepasswd/kdepasswd-3.5.9.ebuild deleted file mode 100644 index 89bf4435cf34..000000000000 --- a/kde-base/kdepasswd/kdepasswd-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/kdepasswd/kdepasswd-3.5.9.ebuild,v 1.7 2008/05/18 19:20:59 maekke Exp $ - -KMNAME=kdebase -EAPI="1" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2" - -DESCRIPTION="KDE GUI for passwd" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility" - -DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" - -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkonq libkonq" -KMNODOCS=true |