Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144834 - net-dialup/openadsl ebuild request
Summary: net-dialup/openadsl ebuild request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://sf.net/projects/openadsl
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-23 02:03 UTC by Alan Hourihane
Modified: 2007-08-21 20:55 UTC (History)
3 users (show)

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


Attachments
ebuild for openadsl (openadsl-4.0.24.ebuild,746 bytes, text/plain)
2007-07-20 20:50 UTC, Alan Hourihane
Details
updated ebuild (openadsl-4.0.24.ebuild,725 bytes, text/plain)
2007-08-02 20:19 UTC, Alan Hourihane
Details
another tweak to get it up to scratch (openadsl-4.0.24.ebuild,739 bytes, text/plain)
2007-08-02 22:12 UTC, Alan Hourihane
Details
final version with a patch instead of sed (openadsl-4.0.24.ebuild,740 bytes, text/plain)
2007-08-02 23:32 UTC, Alan Hourihane
Details
patch to fix makefiles sed (openadsl-makefile.2.6.diff,425 bytes, patch)
2007-08-02 23:34 UTC, Alan Hourihane
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hourihane 2006-08-23 02:03:06 UTC
There are some open source adsl drivers for the pulsar cards available at...

sf.net/projects/openadsl

It's be nice for an ebuild for this.
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2006-08-23 02:59:54 UTC
Well, do you have an ebuild proposal for it?
Comment 2 Alan Hourihane 2006-08-23 04:11:23 UTC
not exactly. The steps needed to build for a 2.6 kernel are....

cp makefile.2.6 Makefile
make KDIR=/lib/modules/<kernel-version>/build
install pulsar_atm.ko /lib/modules/.....
Comment 3 Alan Hourihane 2007-07-20 20:50:09 UTC
Created attachment 125502 [details]
ebuild for openadsl

Here's an ebuild for the pulsar driver.
Comment 4 Alan Hourihane 2007-07-20 20:54:15 UTC
oh, and the current version is 4.0.24, so it should be named

openadsl-4.0.24.ebuild
Comment 5 Alan Hourihane 2007-07-26 09:11:19 UTC
Just wondering if someone would add this ebuild ?
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2007-08-02 19:51:05 UTC
Alan's getting recruited, so I figure he can just commit this himself once he's got access. I just went over the ebuild with him and we should get an updated version shortly.
Comment 7 Alan Hourihane 2007-08-02 20:19:50 UTC
Created attachment 126731 [details]
updated ebuild

new ebuild with comments from dberkholz
Comment 8 Alan Hourihane 2007-08-02 22:12:36 UTC
Created attachment 126755 [details]
another tweak to get it up to scratch

updated ebuild on more recommendations by dberkholz - thanks for your patience.
Comment 9 Alan Hourihane 2007-08-02 23:32:43 UTC
Created attachment 126760 [details]
final version with a patch instead of sed
Comment 10 Alan Hourihane 2007-08-02 23:34:09 UTC
Created attachment 126762 [details, diff]
patch to fix makefiles sed

fix makefile sed groking of gcc --version, which when ebuilding the compiler can be i686-pc-linux-gnu-gcc instead of just gcc which confused the sed.

Thanks to dberkholz for his sed-fu.
Comment 11 Alan Hourihane 2007-08-03 07:58:37 UTC
oh, and no need to inherit toolchain-funcs now.
Comment 12 Alin Năstac (RETIRED) gentoo-dev 2007-08-21 20:55:54 UTC
Fixed in cvs, with a few minor adjustments.
Thanks!