diff options
author | 2002-06-12 03:23:50 +0000 | |
---|---|---|
committer | 2002-06-12 03:23:50 +0000 | |
commit | 2d185782e81d82be2ab7d0a3038f9618bef5d8b8 (patch) | |
tree | f21690921d7bb673b703ba64f24bbabfc39c831a /sys-apps/pcmcia-cs | |
parent | New eclass version that doesnt need the SCHEMAS variable (diff) | |
download | gentoo-2-2d185782e81d82be2ab7d0a3038f9618bef5d8b8.tar.gz gentoo-2-2d185782e81d82be2ab7d0a3038f9618bef5d8b8.tar.bz2 gentoo-2-2d185782e81d82be2ab7d0a3038f9618bef5d8b8.zip |
Cleaned out some old crusty package versions, updated my email addresses,
and am comitting tsocks and an updated portagemaster
Diffstat (limited to 'sys-apps/pcmcia-cs')
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r4.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r4.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r4.ebuild index d9c21b687378..4c9672307f61 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r4.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r4.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Craig Joly <joly@ee.ualberta.ca>, Daniel Robbins <drobbins@gentoo.org>, Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r4.ebuild,v 1.2 2002/05/27 17:27:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r4.ebuild,v 1.3 2002/06/12 03:23:50 lamer 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" +# http://ozlabs.org/people/dgibson/dldwd/orinoco-0.11a.tar.gz" HOMEPAGE="http://pcmcia-cs.sourceforge.net" DEPEND="sys-kernel/linux-headers" RDEPEND="" @@ -18,17 +18,17 @@ RDEPEND="" # 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() { - 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 -} +#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 +#} src_compile() { local myconf @@ -90,7 +90,7 @@ src_install () { newins ${FILESDIR}/pcmcia.conf pcmcia exeinto /etc/pcmcia - doexe ${FILESDIR}/network +# doexe ${FILESDIR}/network # install our own init script exeinto /etc/init.d |