diff options
author | 2005-12-13 04:53:13 +0000 | |
---|---|---|
committer | 2005-12-13 04:53:13 +0000 | |
commit | d3832a22509ff6cc998516b593cbf725c0b8c6aa (patch) | |
tree | 058020859d4a9cc869f545ffcbfed0003eaa7232 /net-mail | |
parent | Marked stable on amd64 (diff) | |
download | historical-d3832a22509ff6cc998516b593cbf725c0b8c6aa.tar.gz historical-d3832a22509ff6cc998516b593cbf725c0b8c6aa.tar.bz2 historical-d3832a22509ff6cc998516b593cbf725c0b8c6aa.zip |
Bug #101052, pic abuses fixed with bump.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/checkpassword/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/checkpassword/Manifest | 16 | ||||
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r2.ebuild (renamed from net-mail/checkpassword/checkpassword-0.90-r1.ebuild) | 5 | ||||
-rw-r--r-- | net-mail/checkpassword/files/digest-checkpassword-0.90-r2 (renamed from net-mail/checkpassword/files/digest-checkpassword-0.90-r1) | 0 |
4 files changed, 12 insertions, 17 deletions
diff --git a/net-mail/checkpassword/ChangeLog b/net-mail/checkpassword/ChangeLog index 977a41cae51d..923f26438178 100644 --- a/net-mail/checkpassword/ChangeLog +++ b/net-mail/checkpassword/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/checkpassword # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.18 2005/05/16 09:50:49 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.19 2005/12/13 04:53:13 robbat2 Exp $ + +*checkpassword-0.90-r2 (13 Dec 2005) + + 13 Dec 2005; Robin H. Johnson <robbat2@gentoo.org> + -checkpassword-0.90-r1.ebuild, +checkpassword-0.90-r2.ebuild: + Bug #101052, pic abuses fixed with bump. 16 May 2005; Andrej Kacian <ticho@gentoo.org> checkpassword-0.90-r1.ebuild: diff --git a/net-mail/checkpassword/Manifest b/net-mail/checkpassword/Manifest index 6a99a3fd8eef..157a24b3128e 100644 --- a/net-mail/checkpassword/Manifest +++ b/net-mail/checkpassword/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 06e9de61040067a76cb768dc1d5a04d3 ChangeLog 2055 -MD5 9c4bfcd219f853db603ad6aaed00cba7 checkpassword-0.90-r1.ebuild 1047 +MD5 f71d4d651d99052938961885d893e98b ChangeLog 2256 +MD5 33cecfd2996b6c4af2aabde44d0b6998 checkpassword-0.90-r2.ebuild 1006 MD5 760d73c8b3091ca1cae9a1ae5b6fab8f files/0.90-errno.patch 243 MD5 5c5ff561b8a7baeb2e1a0e38503fa425 files/0.90-head-1.patch 1201 -MD5 894ae022f7765b23ddfce23bc2f91c3e files/digest-checkpassword-0.90-r1 69 +MD5 894ae022f7765b23ddfce23bc2f91c3e files/digest-checkpassword-0.90-r2 69 MD5 9d0c568ea32cf6b45797c6e7c82b4a67 metadata.xml 280 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDZF9pgIKl8Uu19MoRAo57AKCDGbDTraP5Tq/qvhkNniLCnfJTIACeKZZa -DjFQrqT+ZqzR0M/2ZYEEybU= -=goag ------END PGP SIGNATURE----- diff --git a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild index 0979685d5559..47efa544261a 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r2.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/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.16 2005/10/30 05:51:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r2.ebuild,v 1.1 2005/12/13 04:53:13 robbat2 Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k mips ppc ~s390 ~sh sparc x86" -IUSE="pic static" +IUSE="static" src_unpack() { unpack ${A} @@ -21,7 +21,6 @@ src_unpack() { # the -s is from the original build LDFLAGS="${LDFLAGS} -s" - use pic && CFLAGS="${CFLAGS} -fPIC" use static && LDFLAGS="${LDFLAGS} -static" echo "$(tc-getCC) ${CFLAGS}" > conf-cc echo "$(tc-getCC) ${LDFLAGS}" > conf-ld diff --git a/net-mail/checkpassword/files/digest-checkpassword-0.90-r1 b/net-mail/checkpassword/files/digest-checkpassword-0.90-r2 index 10692257ca98..10692257ca98 100644 --- a/net-mail/checkpassword/files/digest-checkpassword-0.90-r1 +++ b/net-mail/checkpassword/files/digest-checkpassword-0.90-r2 |