Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274555 - Merge gcrypt/libgcrypt USE flags
Summary: Merge gcrypt/libgcrypt USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 21:05 UTC by Tristan Heaven (RETIRED)
Modified: 2009-06-26 11:25 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Heaven (RETIRED) gentoo-dev 2009-06-17 21:05:34 UTC
local:gcrypt:net-analyzer/wireshark: Use GNU crypto library (dev-libs/libgcrypt) to decrypt SSL traffic
local:gcrypt:net-libs/libssh: Prefer dev-libs/libgcrypt over dev-libs/openssl for encryption

local:libgcrypt:media-video/vlc: Enables cryptography support via libgcrypt.
local:libgcrypt:net-libs/libssh2: Use libgcrypt for crypt

Please decide on one and switch to that.
Comment 1 Alexis Ballier gentoo-dev 2009-06-17 23:13:10 UTC
(In reply to comment #0)
> local:libgcrypt:media-video/vlc: Enables cryptography support via libgcrypt.

fwiw feel free to change vlc's useflag to whatever seems more consistent/uniform.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2009-06-18 09:45:43 UTC
I vote for gcrypt. Only 6 global USE flags start with lib, while there are 13 without lib prefix which still enabled dependency on libUSE. Compare:

egrep '^lib' use.desc
vs.
egrep -i '(^[^ ]*) .*lib\1' use.desc 

Same situation for local USE flags:

egrep ':lib' use.local.desc
vs.
egrep -i '^[^:]*:([^ ]*) .*lib\1' use.local.desc

Besides this I don't care. But more consistency is better. If there will be no objections I'll commit changes soon.
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2009-06-26 11:25:17 UTC
Nobody objected. vls, libssh2 done. FIXED.