diff options
author | 2003-09-07 00:44:14 +0000 | |
---|---|---|
committer | 2003-09-07 00:44:14 +0000 | |
commit | e6ad72f67795545ed140a9d743504fff42ef233d (patch) | |
tree | ed1df7b50980c8a3943b66104a980e06ce36a66c /sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild | |
parent | repoman: whitespace cleanup (diff) | |
download | gentoo-2-e6ad72f67795545ed140a9d743504fff42ef233d.tar.gz gentoo-2-e6ad72f67795545ed140a9d743504fff42ef233d.tar.bz2 gentoo-2-e6ad72f67795545ed140a9d743504fff42ef233d.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild')
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild index 10e43689b354..9cae056633d4 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-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/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild,v 1.6 2003/09/07 00:42:03 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -21,7 +21,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -36,7 +36,7 @@ src_unpack() { ../orinoco-0.12b/ieee802_11.h wireless/ fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -71,7 +71,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -87,11 +87,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -115,7 +115,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia |