diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-29 18:46:09 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-29 18:46:09 +0000 |
commit | eae17aae28f615a81c26caabe4c378845fbba469 (patch) | |
tree | 0ce5c1c30909345afb19e5261d3ac9d9d00b91e1 /kde-base/kcheckpass | |
parent | Keyworded ~sparc wrt #113875 (diff) | |
download | gentoo-2-eae17aae28f615a81c26caabe4c378845fbba469.tar.gz gentoo-2-eae17aae28f615a81c26caabe4c378845fbba469.tar.bz2 gentoo-2-eae17aae28f615a81c26caabe4c378845fbba469.zip |
Remove KDE 3.5 prereleases.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kcheckpass')
7 files changed, 0 insertions, 74 deletions
diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_beta2 b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_beta2 deleted file mode 100644 index abdcbe38bae6..000000000000 --- a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_beta2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7c1648298456d4b54035f6a7564ca0a4 kdebase-3.4.91-3.4.92.tar.xdelta 2650015 -MD5 50674508355d37a0fddb71af540f085d kdebase-3.4.91.tar.bz2 23351343 -MD5 6d3fc9318786ecf38ac030ad1a9ed755 kdebase-3.4.92.tar.bz2 23161596 diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_rc1 b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_rc1 deleted file mode 100644 index 3fcfa3e092d2..000000000000 --- a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_rc1 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 7c1648298456d4b54035f6a7564ca0a4 kdebase-3.4.91-3.4.92.tar.xdelta 2650015 -MD5 50674508355d37a0fddb71af540f085d kdebase-3.4.91.tar.bz2 23351343 -MD5 62ba48ec6fb6d6bae80211eb933d1820 kdebase-3.4.92-3.5.0_rc1.tar.xdelta 960730 -MD5 073534b86d2d758ed35711fdbef6b6cd kdebase-3.5.0_rc1.tar.bz2 23234709 diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-3.5_beta1 b/kde-base/kcheckpass/files/digest-kcheckpass-3.5_beta1 deleted file mode 100644 index 0cf3430259a9..000000000000 --- a/kde-base/kcheckpass/files/digest-kcheckpass-3.5_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 50674508355d37a0fddb71af540f085d kdebase-3.4.91.tar.bz2 23351343 diff --git a/kde-base/kcheckpass/files/kcheckpass-pie-final.patch b/kde-base/kcheckpass/files/kcheckpass-pie-final.patch deleted file mode 100644 index 3ae34a4d6724..000000000000 --- a/kde-base/kcheckpass/files/kcheckpass-pie-final.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: Makefile.am -=================================================================== ---- kcheckpass/Makefile.am (revision 472230) -+++ kcheckpass/Makefile.am (revision 472231) -@@ -2,14 +2,13 @@ - ## written by Christian Esken - ## - --INCLUDES= $(all_includes) -+INCLUDES= $(KDE_USE_FPIE) $(all_includes) - - bin_PROGRAMS = kcheckpass - - kcheckpass_SOURCES = kcheckpass.c \ - checkpass_etcpasswd.c checkpass_pam.c checkpass_shadow.c \ - checkpass_osfc2passwd.c checkpass_aix.c --kcheckpass_CFLAGS = $(KDE_USE_FPIE) - kcheckpass_LDADD = -lkdefakes $(PASSWDLIBS) $(LIBSOCKET) - kcheckpass_LDFLAGS = $(KDE_USE_PIE) $(all_libraries) - diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0_beta2.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0_beta2.ebuild deleted file mode 100644 index a7fa8a29b231..000000000000 --- a/kde-base/kcheckpass/kcheckpass-3.5.0_beta2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0_beta2.ebuild,v 1.3 2005/10/21 22:00:50 puggy Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="pam" -DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" - -# Fixes problem with PIE and kcheckpass with --enable-final on PIC plaforms -# Already applied for 3.5 RC. -PATCHES="${FILESDIR}/${PN}-pie-final.patch" - diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild deleted file mode 100644 index 47b6890e1169..000000000000 --- a/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild,v 1.2 2005/11/12 23:29:59 flameeyes Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="pam" -DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" - diff --git a/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild b/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild deleted file mode 100644 index 4abce713ea4f..000000000000 --- a/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild,v 1.3 2005/10/09 19:04:15 betelgeuse Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -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 ) !pam? ( sys-apps/shadow )" - |