Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99964 - net-print/mtink-1.0.8: ebuild with two extra use flags -- X and server
Summary: net-print/mtink-1.0.8: ebuild with two extra use flags -- X and server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 15:25 UTC by Jeroen Roovers (RETIRED)
Modified: 2005-08-09 08:16 UTC (History)
0 users

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


Attachments
An mtink-1.0.8.ebuild with the X and server use flags added. (mtink-1.0.8.ebuild,1.65 KB, patch)
2005-07-22 15:26 UTC, Jeroen Roovers (RETIRED)
Details | Diff
ebuild for 1.0.9 as a patch against 1.0.8 (mtink-1.0.9.ebuild.patch,1.28 KB, patch)
2005-08-04 05:03 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2005-07-22 15:25:43 UTC
I wanted to use mtink (or actually ttink) on an X-less machine, and I think I 
found a way to successfully deploy using the `X' use flag. In the new ebuild 
(based upon net-print/mtink-1.0.8) I also included the `server' flag to disable/
enable building mtinkd.

Reproducible: Always
Steps to Reproduce:




Ebuild follows.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2005-07-22 15:26:58 UTC
Created attachment 64088 [details, diff]
An mtink-1.0.8.ebuild with the X and server use flags added.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2005-07-22 15:31:11 UTC
USE="X -server",
USE="X  server" and
USE="-X server" tested on x86, but logically the two flags shouldn't bite each 
other the way things are done.
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2005-08-04 01:41:58 UTC
please only post patches, also 1.0.9 is available 
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2005-08-04 05:03:23 UTC
Created attachment 65059 [details, diff]
ebuild for 1.0.9 as a patch against 1.0.8
Comment 5 Luis Medinas (RETIRED) gentoo-dev 2005-08-08 18:42:02 UTC
I commit in CVS mtink-1.0.9 with X USE flag.The server USE flag is enable by
default in the package we don't need to add it as a USE flag. 

Thanks
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2005-08-09 08:16:02 UTC
Thank you!