diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 15:55:22 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 15:55:22 +0000 |
commit | 0f69b5619f6e92eb2aeea0ba63dc6f46a99100c0 (patch) | |
tree | 2272c54883a9ef203c08d15f463ba3cfbc42f8ff /kde-base | |
parent | use.mask tetex for sparc-fbsd: we don't have tetex keyworded and we should go... (diff) | |
download | gentoo-2-0f69b5619f6e92eb2aeea0ba63dc6f46a99100c0.tar.gz gentoo-2-0f69b5619f6e92eb2aeea0ba63dc6f46a99100c0.tar.bz2 gentoo-2-0f69b5619f6e92eb2aeea0ba63dc6f46a99100c0.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.8.ebuild | 22 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.0.2.ebuild | 25 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.0.3.ebuild | 25 |
4 files changed, 6 insertions, 73 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 90f874545760..baff55ea6f91 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.94 2008/06/05 21:13:02 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.95 2008/06/07 15:55:22 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -kcheckpass-3.5.8.ebuild, -kcheckpass-4.0.2.ebuild, + -kcheckpass-4.0.3.ebuild: + Removed old versions. *kcheckpass-4.0.5 (05 Jun 2008) diff --git a/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild deleted file mode 100644 index a73ca45e9b2d..000000000000 --- a/kde-base/kcheckpass/kcheckpass-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/kcheckpass/kcheckpass-3.5.8.ebuild,v 1.8 2008/03/04 02:25:43 jer Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -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 -} diff --git a/kde-base/kcheckpass/kcheckpass-4.0.2.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.2.ebuild deleted file mode 100644 index 9c5db745e414..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.0.2.ebuild +++ /dev/null @@ -1,25 +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-4.0.2.ebuild,v 1.1 2008/03/10 23:25:01 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-workspace -inherit kde4-meta - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~amd64 ~x86" -IUSE="pam" - -DEPEND="pam? ( >=kde-base/kdebase-pam-7 - sys-libs/pam )" -RDEPEND="${DEPEND}" - -PATCHES="${FILESDIR}/kdebase-${PV}-pam-optional.patch" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with pam PAM)" - - kde4-meta_src_compile -} diff --git a/kde-base/kcheckpass/kcheckpass-4.0.3.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.3.ebuild deleted file mode 100644 index c2dd128df0dd..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.0.3.ebuild +++ /dev/null @@ -1,25 +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-4.0.3.ebuild,v 1.1 2008/04/03 20:44:26 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-workspace -inherit kde4-meta - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~amd64 ~x86" -IUSE="pam" - -DEPEND="pam? ( >=kde-base/kdebase-pam-7 - sys-libs/pam )" -RDEPEND="${DEPEND}" - -PATCHES="${FILESDIR}/kdebase-4.0.2-pam-optional.patch" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with pam PAM)" - - kde4-meta_src_compile -} |