diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-12 23:29:59 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-12 23:29:59 +0000 |
commit | 767f7a06579c2743974bcb648b73fd280ec7d2f8 (patch) | |
tree | 89312489dd74a1210a7bcf7ef923674098001029 /kde-base/kcheckpass | |
parent | Initial import of glib-java (diff) | |
download | historical-767f7a06579c2743974bcb648b73fd280ec7d2f8.tar.gz historical-767f7a06579c2743974bcb648b73fd280ec7d2f8.tar.bz2 historical-767f7a06579c2743974bcb648b73fd280ec7d2f8.zip |
Remove the pie patch as it's already applied upstream. Bug #112342.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcheckpass/Manifest | 14 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild | 6 |
3 files changed, 18 insertions, 8 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index ff28fce0b37a..eb0c80360d34 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.23 2005/11/12 15:49:24 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.24 2005/11/12 23:29:59 flameeyes Exp $ + + 12 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> + kcheckpass-3.5.0_rc1.ebuild: + Remove the pie patch as it's already applied upstream. Bug #112342. *kcheckpass-3.5.0_rc1 (12 Nov 2005) diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest index f9869c4d3b08..52700358abc8 100644 --- a/kde-base/kcheckpass/Manifest +++ b/kde-base/kcheckpass/Manifest @@ -1,4 +1,7 @@ -MD5 1388ecc279bb4f30ad82574a788a00c3 ChangeLog 3357 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 ffa4a851028c588d5b58eb51b62bc008 ChangeLog 3513 MD5 b22a687fe2e8cf06cd5147f1ec68efb7 files/digest-kcheckpass-3.4.1 212 MD5 7deca5e51240260b2976fbbe9326ed6d files/digest-kcheckpass-3.4.2 287 MD5 b334b621242eaf5a23035e870f09dea6 files/digest-kcheckpass-3.4.3 68 @@ -10,6 +13,13 @@ MD5 b401a538cf13f910f1d1feaf4c6af086 kcheckpass-3.4.1.ebuild 517 MD5 c6405bea7c47189c312b88797fac75c6 kcheckpass-3.4.2.ebuild 529 MD5 414ed7724cc4369d795b1fa77e950561 kcheckpass-3.4.3.ebuild 531 MD5 3bb52311ac100edf44ac503b15eb240d kcheckpass-3.5.0_beta2.ebuild 664 -MD5 2682b160a7e8db39d335c3bf1c6e2529 kcheckpass-3.5.0_rc1.ebuild 665 +MD5 9a7ad2f6c01fe484affa77116db3470b kcheckpass-3.5.0_rc1.ebuild 515 MD5 d8e6f992e888f8a83ce7e3d10553f6bc kcheckpass-3.5_beta1.ebuild 511 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDdnsKAiZjviIA2XgRAutHAJwKMB4qGycYr6Iq8sYgQFPtPa80sACbBRwo +DBiq3jp+IQJvmGXV2O+RAyk= +=pyLW +-----END PGP SIGNATURE----- diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild index fd31e72bc23e..47b6890e1169 100644 --- a/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild +++ b/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild @@ -1,6 +1,6 @@ # 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.1 2005/11/12 15:49:24 danarmak Exp $ +# $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 @@ -12,7 +12,3 @@ 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" - |