diff options
author | 2013-04-01 16:04:13 +0000 | |
---|---|---|
committer | 2013-04-01 16:04:13 +0000 | |
commit | 8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9 (patch) | |
tree | 1aa872edc30f3816b18a620a181a7c1598b9d9fa /kde-base/kcheckpass | |
parent | Inadvertently left out manifest change from previous commit - already in Chan... (diff) | |
download | gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.gz gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.bz2 gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.zip |
Remove old
(Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.10.0.ebuild | 36 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.9.5.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 3d1cdf2f4103..3370430a1283 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.257 2013/04/01 13:06:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.258 2013/04/01 16:03:11 ago Exp $ + + 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -kcheckpass-4.10.0.ebuild, + -kcheckpass-4.9.5.ebuild: + Remove old 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kcheckpass-4.10.1.ebuild: Stable for ppc, wrt to bug #462890 diff --git a/kde-base/kcheckpass/kcheckpass-4.10.0.ebuild b/kde-base/kcheckpass/kcheckpass-4.10.0.ebuild deleted file mode 100644 index 7cd733343730..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.10.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.10.0.ebuild,v 1.2 2013/02/23 16:08:18 ago Exp $ - -EAPI=5 - -KMNAME="kde-workspace" -inherit kde4-meta - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug pam" - -RDEPEND=" - pam? ( - >=kde-base/kdebase-pam-7 - virtual/pam - ) -" -DEPEND="${RDEPEND} - x11-libs/libxkbfile -" - -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 -} diff --git a/kde-base/kcheckpass/kcheckpass-4.9.5.ebuild b/kde-base/kcheckpass/kcheckpass-4.9.5.ebuild deleted file mode 100644 index 540b6d7bd400..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.9.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.9.5.ebuild,v 1.5 2013/02/23 16:08:18 ago Exp $ - -EAPI=4 - -KMNAME="kde-workspace" -inherit kde4-meta - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug pam" - -RDEPEND=" - pam? ( - >=kde-base/kdebase-pam-7 - virtual/pam - ) -" -DEPEND="${RDEPEND} - x11-libs/libxkbfile -" - -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 -} |