summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 09:16:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 09:16:48 +0000
commitc8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch)
treecc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/checkpassword
parentun-redefine ${A} (diff)
downloadhistorical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip
whitespace cleanup
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r--net-mail/checkpassword/Manifest7
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r1.ebuild4
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mail/checkpassword/Manifest b/net-mail/checkpassword/Manifest
index 204466dcd2da..846200184a43 100644
--- a/net-mail/checkpassword/Manifest
+++ b/net-mail/checkpassword/Manifest
@@ -1,5 +1,6 @@
-MD5 582c228efa573ac5ad4f264c871ca54c checkpassword-0.90-r1.ebuild 945
-MD5 73b1034644e3abd82158c89bbf5157e3 ChangeLog 1148
+MD5 3eeb25e14be193b53922b712ba862095 ChangeLog 1221
+MD5 f9db6665276b7c7abc1168a16f6cab3b checkpassword-0.90-r1.ebuild 998
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 894ae022f7765b23ddfce23bc2f91c3e files/digest-checkpassword-0.90-r1 69
MD5 760d73c8b3091ca1cae9a1ae5b6fab8f files/0.90-errno.patch 243
+MD5 894ae022f7765b23ddfce23bc2f91c3e files/digest-checkpassword-0.90-r1 69
+MD5 5c5ff561b8a7baeb2e1a0e38503fa425 files/0.90-head-1.patch 1201
diff --git a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild
index a59dbbe95bd0..11369e35bad5 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r1.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.5 2003/09/03 16:09:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r1.ebuild,v 1.6 2003/09/05 09:11:37 msterret Exp $
inherit eutils gcc
@@ -20,7 +20,7 @@ src_unpack() {
# the -s is from the original build
LDFLAGS="${LDFLAGS} -s"
- use pic && CFLAGS="${CFLAGS} -fPIC"
+ use pic && CFLAGS="${CFLAGS} -fPIC"
use static && LDFLAGS="${LDFLAGS} -static"
echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
echo "$(gcc-getCC) ${LDFLAGS}" > conf-ld