Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56327 - airo-utils-2.1 (New Package)
Summary: airo-utils-2.1 (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-07-07 06:46 UTC by Jeremy Warren
Modified: 2005-09-13 18:58 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sys-apps/airo-utils-2.1.ebuild (airo-utils-2.1.ebuild,2.05 KB, text/plain)
2004-07-07 06:47 UTC, Jeremy Warren
Details
New version: sys-apps/airo-utils-2.1.ebuild (airo-utils-2.1.ebuild,2.03 KB, text/plain)
2004-07-08 05:28 UTC, Jeremy Warren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Warren 2004-07-07 06:46:03 UTC
This is an ebuild which handles the installation of the Cisco Aironet utilities from the new version 2.1 package which Cisco released no too long ago.  These utilities are required to authentication into a LEAP environment if using a kernel higher than 2.6.3 (AFAIK, the last kernel I got to work with the old v2.0 utilities was gentoo-dev-sources-2.6.3-r1).

These drivers have been tested and work fine with gentoo-dev-sources-2.6.7-r8.

Also, with this ebuild, I am proposing a name change of the package from "mpi350-driver" to "airo-utils".  Mainly because we are reaching the point where  (from what I have seen) very few people actually install the mpi350-driver package for the drivers, but rather just for the Cisco utilities for use in a LEAP environment.

Also, the ACU is not installed in this package, due to its dependence on very specific package versions (see the ebuild for more details).

Reproducible: Always
Steps to Reproduce:
Comment 1 Jeremy Warren 2004-07-07 06:47:09 UTC
Created attachment 34912 [details]
sys-apps/airo-utils-2.1.ebuild

Ebuild for the Cisco Aironet utilities v2.1.
Comment 2 Jeremy Warren 2004-07-08 05:28:16 UTC
Created attachment 34996 [details]
New version: sys-apps/airo-utils-2.1.ebuild

Fixes a couple of path problems with the old ebuild and cleans up the ebuild
structure and logic a little bit to work better with the new Cisco
distribution.

I will try to see if there is a way to get the ACU working (most likely by
introducing a USE flag, considering how much effort must be made to ensure only
the correct libraries are used for it).
Comment 3 Mark Krischer 2004-11-22 17:59:05 UTC
i think there should be a pcmcia USE flag added to this since for the mpi350 pcmcia isn't required, but sys-apps/pcmcia is currently a depend for this ebuild.
Comment 4 Jeremy Warren 2004-11-23 06:47:38 UTC
Well, the utilities themselves have no direct relevance to whether or not you have pcmcia installed - as they are just utilities, just like wireless-tools.  I stripped out all of the old MFRH drivers and GUI utils, simply because they do not work, only the CLI stuff does, and that doesn't depend on pcmcia.

The ebuild itself has no use flags associated with it, nor does it have dependencies, and because of these reasons, I don't see any reason why it should.
Comment 5 Ciaran McCreesh 2005-09-13 18:58:52 UTC
Please fix the following and reopen:

* http://dev.gentoo.org/~ciaranm/docs/mw-faq/keywords.txt
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/redundant.txt (src_unpack, src_compile)