Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121950 - New ebuild - docsis cable modem config generator
Summary: New ebuild - docsis cable modem config generator
Status: CONFIRMED
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: 2006-02-07 02:18 UTC by Marcin Jurczuk
Modified: 2010-10-19 05:14 UTC (History)
2 users (show)

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


Attachments
ebuild. (docsis-0.9.4.ebuild,652 bytes, text/plain)
2006-02-07 02:19 UTC, Marcin Jurczuk
Details
updated and corrected ebuild (docsis-0.9.5.ebuild,766 bytes, text/plain)
2006-02-13 00:01 UTC, Marcin Jurczuk
Details
Updated ebuild (docsis-0.9.5-r1.ebuild,960 bytes, text/plain)
2009-01-08 17:59 UTC, Attila Tóth
Details
Proper m4 detection patch (docsis_gnu_m4_detect_configure.diff,541 bytes, patch)
2009-01-08 18:00 UTC, Attila Tóth
Details | Diff
Does what it does (missing_math_lib_linker_flag.diff,672 bytes, patch)
2009-01-08 18:01 UTC, Attila Tóth
Details | Diff
Updated ebuild (docsis-0.9.5-r2.ebuild,890 bytes, text/plain)
2009-09-09 11:37 UTC, David Ulrich
Details
All-in one patch + amd64 (docsis-0.9.5-r2.patch,30.25 KB, patch)
2009-09-09 11:40 UTC, David Ulrich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Jurczuk 2006-02-07 02:18:13 UTC
Docsis is tool to generate configuration for cable modems
Version 0.9.4 - stable.
Comment 1 Marcin Jurczuk 2006-02-07 02:19:31 UTC
Created attachment 79094 [details]
ebuild.

Ebuild builds correctly on x86.
Proposed location app-misc
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 13:01:18 UTC
- please attach files as plain text
- missing ebuild header
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 13:01:18 UTC
- please attach files as plain text
- missing ebuild header¹
- GPL2 is not a valid license
- S=${WORKDIR}/${P} is superfluous
- the M4= line looks weird, but if, the base is ${ROOT}, not /
- src_install() is superfluous


[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 4 Marcin Jurczuk 2006-02-13 00:01:07 UTC
Created attachment 79650 [details]
updated and corrected ebuild

I've also update software release - M4 problem was fixed in 0.9.5
- please attach files as plain text
DONE
- missing ebuild header
Comment 5 Marcin Jurczuk 2006-02-13 00:01:07 UTC
Created attachment 79650 [details]
updated and corrected ebuild

I've also update software release - M4 problem was fixed in 0.9.5
- please attach files as plain text
DONE
- missing ebuild header?
DONE
- GPL2 is not a valid license
CORRECTED
- S=${WORKDIR}/${P} is superfluous
REMOVED

- the M4= line looks weird, but if, the base is ${ROOT}, not /
new version solve this problem.

- src_install() is superfluous
new version still have some problem with einstall, but
make DESTDIR.. is working ok - still trying to investigate
source of problem, but ebuild is usable.
Comment 6 Attila Tóth 2009-01-08 17:59:22 UTC
Created attachment 177782 [details]
Updated ebuild
Comment 7 Attila Tóth 2009-01-08 18:00:31 UTC
Created attachment 177783 [details, diff]
Proper m4 detection patch
Comment 8 Attila Tóth 2009-01-08 18:01:16 UTC
Created attachment 177784 [details, diff]
Does what it does
Comment 9 Attila Tóth 2009-01-08 18:02:21 UTC
Updated ebuild works for me.
Comment 10 David Ulrich 2009-09-09 11:37:21 UTC
Created attachment 203576 [details]
Updated ebuild

New ebuild with all-in-one patch added above including amd64 patch
Comment 11 David Ulrich 2009-09-09 11:40:36 UTC
Created attachment 203577 [details, diff]
All-in one patch + amd64

This patch contains :
missing_math_lib_linker_flag.diff
docsis_gnu_m4_detect_configure.diff
amd64 patch from sourceforge