Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139987 - printer-specific options for net-print/foo2zjs
Summary: printer-specific options for net-print/foo2zjs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 05:48 UTC by Thomas Kear
Modified: 2006-09-01 04:18 UTC (History)
0 users

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


Attachments
foo2zjs-20060607.ebuild (foo2zjs-20060607.ebuild,2.59 KB, text/plain)
2006-07-11 05:49 UTC, Thomas Kear
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kear 2006-07-11 05:48:45 UTC
To avoid downloading and installing useless components for printers you don't own, all the extras that the package supplies should be able to be disabled.

The 'getweb' script supplied by upstream provides options for unpacking these items individually.
From the website:
    $ ./getweb 2430	# Get Minolta 2430 DL .ICM files
    $ ./getweb 2300	# Get Minolta 2300 DL .ICM files
    $ ./getweb 2200	# Get Minolta 2200 DL .ICM files
    $ ./getweb cpwl	# Get Minolta Color PageWorks/Pro L .ICM files

    $ ./getweb 1020	# Get HP LaserJet 1020 firmware file
    $ ./getweb 1018	# Get HP LaserJet 1018 firmware file
    $ ./getweb 1005	# Get HP LaserJet 1005 firmware file
    $ ./getweb 1000	# Get HP LaserJet 1000 firmware file

Attaching quickly hacked-together ebuild modification.
Comment 1 Thomas Kear 2006-07-11 05:49:22 UTC
Created attachment 91459 [details]
foo2zjs-20060607.ebuild
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2006-07-11 06:04:41 UTC
diff -u old new > modification

well, I like it, will probably use USE_EXPAND like xorg though.
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-09-01 04:18:38 UTC
thanks, I fixed this properly with a FOO2ZJS_DEVICES variable.