diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-09-16 22:24:33 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-09-16 22:26:47 +0100 |
commit | c7c3e65f4e8bf5529ba68964106ec22cdba3eb2a (patch) | |
tree | e5a0635ff05867e52a3f1799ff29c371fdeef22b /app-crypt/rhash/metadata.xml | |
parent | app-crypt/rhash: Add myself as co-maintainer (diff) | |
download | gentoo-c7c3e65f4e8bf5529ba68964106ec22cdba3eb2a.tar.gz gentoo-c7c3e65f4e8bf5529ba68964106ec22cdba3eb2a.tar.bz2 gentoo-c7c3e65f4e8bf5529ba68964106ec22cdba3eb2a.zip |
app-crypt/rhash: Install libs, respect flags, nls, openssl, tests
* Install the shared and (optionally) static libraries.
* Multilib support for the libraries.
* Respect CC, CFLAGS, LDFLAGS.
* gettext support via nls flag.
* Additional hash support via openssl.
* Passing test suite.
* Disable debug by default.
These changes were made with sbraz's blessing. Thanks to Raimonds
Cicans for the initial work behind this.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/rhash/metadata.xml')
-rw-r--r-- | app-crypt/rhash/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-crypt/rhash/metadata.xml b/app-crypt/rhash/metadata.xml index f9ec359d15b3..44a7a98b4208 100644 --- a/app-crypt/rhash/metadata.xml +++ b/app-crypt/rhash/metadata.xml @@ -18,6 +18,9 @@ <remote-id type="github">rhash/RHash</remote-id> <bugs-to>https://github.com/rhash/RHash/issues</bugs-to> </upstream> + <use> + <flag name='openssl'>Add support for hashes from dev-libs/openssl</flag> + </use> <longdescription lang="en"> RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru. </longdescription> |