From f3a73fa1186fe4053d4cac1d00b9dbeae3da74ec Mon Sep 17 00:00:00 2001 From: Chad Huneycutt Date: Tue, 2 Jul 2002 12:26:02 +0000 Subject: Turns out 3.1.34 already included orinoco 0.11b, so I pulled the 0.11a stuff. --- sys-apps/pcmcia-cs/pcmcia-cs-3.1.34.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sys-apps/pcmcia-cs') diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34.ebuild index be96ddfefbaa..124a3073ce90 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Header: $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34.ebuild,v 1.2 2002/07/02 12:26:02 chadh Exp $ # This ebuild installs ${FILESDIR}/hermes.conf, which you can get from # http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/hermes.conf S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" -SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz - http://ozlabs.org/people/dgibson/dldwd/orinoco-0.11a.tar.gz" +SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz" HOMEPAGE="http://pcmcia-cs.sourceforge.net" DEPEND="sys-kernel/linux-headers" @@ -29,11 +28,7 @@ fi src_unpack() { unpack ${P}.tar.gz - unpack orinoco-0.11a.tar.gz cd ${S} - mv ../orinoco-0.11a/hermes*.{c,h} \ - ../orinoco-0.11a/orinoco*.{c,h} \ - ../orinoco-0.11a/ieee802_11.h wireless/ cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure #man pages will now install into /usr/share/man -- cgit v1.2.3-65-gdbad