diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 88e434d9b94e7ed99863ecd4c9e46474bc7d6943 (patch) | |
tree | 45f71aa32c0dacbac18ff36e06524a928d885517 /kde-base/kcheckpass | |
parent | old (diff) | |
download | historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.gz historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.bz2 historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.zip |
rm 4.3.5 and 4.4.4
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.3.5.ebuild | 30 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.4.4.ebuild | 38 |
3 files changed, 5 insertions, 69 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index cd4214157c0c..904d00a3dd34 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.168 2010/08/09 07:50:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.169 2010/08/09 11:31:33 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -kcheckpass-4.3.5.ebuild, -kcheckpass-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kcheckpass-4.4.5.ebuild: diff --git a/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild b/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild deleted file mode 100644 index 6787127da9b3..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild,v 1.4 2010/06/21 15:53:48 scarabeus 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 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -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=( - $(cmake-utils_use_with pam) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kcheckpass/kcheckpass-4.4.4.ebuild b/kde-base/kcheckpass/kcheckpass-4.4.4.ebuild deleted file mode 100644 index 7a6fea32f225..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.4.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.4.4.ebuild,v 1.4 2010/06/27 10:28:41 fauli Exp $ - -EAPI="3" - -KMNAME="kdebase-workspace" -inherit kde4-meta - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug pam" - -DEPEND=" - pam? ( - >=kde-base/kdebase-pam-7 - virtual/pam - ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/kdebase-4.0.2-pam-optional.patch" -) - -src_prepare() { - kde4-meta_src_prepare - - use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch" -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with pam) - ) - - kde4-meta_src_configure -} |