Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91759 - New ebuild: net-p2p/microdc (console client for Direct Connect)
Summary: New ebuild: net-p2p/microdc (console client for Direct Connect)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Jon Hood (RETIRED)
URL: http://www.nongnu.org/microdc/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 19:35 UTC by Mark Lee
Modified: 2006-06-17 22:34 UTC (History)
1 user (show)

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


Attachments
ebuild for version 0.5.0 (microdc-0.5.0.ebuild,752 bytes, text/plain)
2005-05-06 19:37 UTC, Mark Lee
Details
microdc-0.10.0.ebuild (microdc-0.10.0.ebuild,526 bytes, text/plain)
2005-09-26 18:48 UTC, Adrian Frühwirth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lee 2005-05-06 19:35:30 UTC
The summary says it all, other than that there are very few dependencies.
Comment 1 Mark Lee 2005-05-06 19:37:04 UTC
Created attachment 58235 [details]
ebuild for version 0.5.0
Comment 2 Mark Lee 2005-05-20 13:01:14 UTC
Comment on attachment 58235 [details]
ebuild for version 0.5.0 

0.5.0 released, the current ebuild works with this one, too.
Comment 3 Adrian Frühwirth 2005-09-26 18:48:16 UTC
Created attachment 69312 [details]
microdc-0.10.0.ebuild
Comment 4 Mark Lee 2005-10-12 16:30:26 UTC
I don't know if gettext is really a requirement.  An `ldd /usr/bin/microdc`
shows that it doesn't link to any gettext libraries.  Anyway, revbumping my
ebuild works as well.
Comment 5 Jon Hood (RETIRED) gentoo-dev 2006-06-17 22:34:05 UTC
net-p2p/microdc-0.11.0 now in portage. Gettext is required if you have nls enabled; therefore, I made a few slight modifications to the package. You'll notice that nls was added to IUSE, gettext was called in if nls is in your USE flags, and src_compile() enables or disables nls support properly. Other than that, no modifications were made, and this was an excellent ebuild. Thank you for your input, and I appologize for the long delay.