Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95072 - pcmcia-cs-3.2.8.ebuild (Update) Patched for allowing vanilla behavor
Summary: pcmcia-cs-3.2.8.ebuild (Update) Patched for allowing vanilla behavor
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords: EBUILD, InVCS
Depends on:
Blocks: 1990 68964
  Show dependency tree
 
Reported: 2005-06-04 15:19 UTC by Kelly Price
Modified: 2005-06-11 05:07 UTC (History)
1 user (show)

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


Attachments
Replacement ebuild with patch for new behavor and USE flag (pcmcia-cs-3.2.8.ebuild,3.71 KB, text/plain)
2005-06-04 15:24 UTC, Kelly Price
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kelly Price 2005-06-04 15:19:26 UTC
Heya.  Attached is a full ebuild for allowing pcmcia-cs's packaged "network" handler script to be used, instead of Gentoo's own "network" script.

Advantages:
* Stock script allows for full schemes, vital in networks (including wireless) where the laptop is on a fixed IP address and DHCP can't be modified (eazily -- see an unmodded Linksys WRT54G).

Disadvantages:
* Stock script has it's network configuration in /etc/pcmcia/network.opts, which onto itself is a bit confusing.  Hopefully a non-issue once a helper application is written.

This ebuild is a drop-in replacement, and introduces the "nohook" USE flag to prevent the Gentoo network script from being installed.

--Kelly Price (tygris/STrRedWolf)
Comment 1 Kelly Price 2005-06-04 15:24:16 UTC
Created attachment 60607 [details]
Replacement ebuild with patch for new behavor and USE flag 

Replacement ebuild with patch and new USE flag.
Comment 2 Henrik Brix Andersen 2005-06-04 16:04:56 UTC
Thanks. I'll consider adding support for using the 'vanilla' network script, but
under USE=vanilla instead of USE=nohook to be in sync with similar USE flags for
packages in portage.
Comment 3 Kelly Price 2005-06-04 16:18:39 UTC
After some chat with brix here over the USE flags, I do support "vanilla" over
"nohook" now.
Comment 4 Henrik Brix Andersen 2005-06-11 05:07:54 UTC
I've added this to sys-apps/pcmcia-cs-3.2.8-r1. Thanks a lot :)