diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:29:04 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:29:04 +0000 |
commit | 11508c3eec3c538eb2cf6c8655be77d697955ff0 (patch) | |
tree | a74334e92f135002f72d6cef2eaa907fccd29069 /kde-base/kdepasswd | |
parent | missing die.. (diff) | |
download | historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.tar.gz historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.tar.bz2 historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.zip |
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-3.5.8.ebuild | 22 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-4.0.2.ebuild | 20 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-4.0.3.ebuild | 20 |
4 files changed, 5 insertions, 63 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index 486b3fc32c5d..679013c0bde4 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdepasswd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.98 2008/06/05 21:34:59 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.99 2008/06/07 11:15:27 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -kdepasswd-3.5.8.ebuild, -kdepasswd-4.0.2.ebuild, -kdepasswd-4.0.3.ebuild: + Removed old versions. *kdepasswd-4.0.5 (05 Jun 2008) diff --git a/kde-base/kdepasswd/kdepasswd-3.5.8.ebuild b/kde-base/kdepasswd/kdepasswd-3.5.8.ebuild deleted file mode 100644 index 35ee78972fd4..000000000000 --- a/kde-base/kdepasswd/kdepasswd-3.5.8.ebuild +++ /dev/null @@ -1,22 +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.8.ebuild,v 1.7 2008/03/04 02:53:31 jer Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -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="$(deprange $PV $MAXKDEVER kde-base/libkonq)" - -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkonq libkonq" -KMNODOCS=true diff --git a/kde-base/kdepasswd/kdepasswd-4.0.2.ebuild b/kde-base/kdepasswd/kdepasswd-4.0.2.ebuild deleted file mode 100644 index 40b6e5964d7f..000000000000 --- a/kde-base/kdepasswd/kdepasswd-4.0.2.ebuild +++ /dev/null @@ -1,20 +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-4.0.2.ebuild,v 1.1 2008/03/10 23:34:30 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase -KMMODULE=apps/${PN} - -inherit kde4-meta - -DESCRIPTION="KDE GUI for passwd" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" -RDEPEND="${DEPEND} - >=kde-base/kdesu-${PV}:${SLOT}" - -PATCHES="${FILESDIR}/${P}-linkage.patch" diff --git a/kde-base/kdepasswd/kdepasswd-4.0.3.ebuild b/kde-base/kdepasswd/kdepasswd-4.0.3.ebuild deleted file mode 100644 index 51b0114c182a..000000000000 --- a/kde-base/kdepasswd/kdepasswd-4.0.3.ebuild +++ /dev/null @@ -1,20 +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-4.0.3.ebuild,v 1.1 2008/04/03 20:58:58 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase -KMMODULE=apps/${PN} - -inherit kde4-meta - -DESCRIPTION="KDE GUI for passwd" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" -RDEPEND="${DEPEND} - >=kde-base/kdesu-${PV}:${SLOT}" - -PATCHES="${FILESDIR}/${PN}-4.0.2-linkage.patch" |