diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index e6ed85bf1f7ef..f38823b3990e0 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -37,7 +37,6 @@ Enable SSH based block device support via net-libs/libssh2 Build the User targets as static binaries Build the User and Software MMU (system) targets as well as tools as static binaries - Enable support for snappy compression Enable SystemTAP/DTrace tracing Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time. Enable jpeg image support for the VNC console server diff --git a/dev-libs/c-blosc/metadata.xml b/dev-libs/c-blosc/metadata.xml index 2b3831ea197b1..24926d9922627 100644 --- a/dev-libs/c-blosc/metadata.xml +++ b/dev-libs/c-blosc/metadata.xml @@ -12,9 +12,6 @@ fast. Blosc is meant not only to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations. - - Enable snappy compression - Blosc/c-blosc diff --git a/dev-libs/leveldb/metadata.xml b/dev-libs/leveldb/metadata.xml index 056bf21ff5384..0ee1800285cc4 100644 --- a/dev-libs/leveldb/metadata.xml +++ b/dev-libs/leveldb/metadata.xml @@ -5,9 +5,6 @@ patrick@gentoo.org Patrick Lauer - - support the snappy compression library - google/leveldb https://github.com/google/leveldb/issues diff --git a/dev-python/fastparquet/metadata.xml b/dev-python/fastparquet/metadata.xml index 0866e1d45e836..09db6ed207351 100644 --- a/dev-python/fastparquet/metadata.xml +++ b/dev-python/fastparquet/metadata.xml @@ -19,6 +19,5 @@ Enable support for brotli compression - Enable support for snappy compression diff --git a/dev-python/kafka-python/metadata.xml b/dev-python/kafka-python/metadata.xml index 0f2c9d5f988c6..943670ce90375 100644 --- a/dev-python/kafka-python/metadata.xml +++ b/dev-python/kafka-python/metadata.xml @@ -5,11 +5,6 @@ Python client for Apache Kafka - - - Install snappy compression/decompression support - - dpkp/kafka-python kafka-python diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 03dc8e4024ecd..3e0355cd9ccc4 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -54,7 +54,6 @@ be exported to XML, PostScript®, CSV, or plain text. Install sdjournal, an extcap that captures systemd journal entries Install sharkd, the daemon variant of wireshark Use net-libs/libsmi to resolve numeric OIDs into human readable format -Use app-arch/snappy for snappy compression and decompression Use media-libs/spandsp for for G.722 and G.726 codec support in the RTP Player Install sshdump, an extcap interface to capture from a remote host through SSH Install text2pcap, to generate a capture file from an ASCII hexdump of packets diff --git a/sys-fs/lessfs/metadata.xml b/sys-fs/lessfs/metadata.xml index b5086c36b11b1..32f99a253e866 100644 --- a/sys-fs/lessfs/metadata.xml +++ b/sys-fs/lessfs/metadata.xml @@ -5,7 +5,6 @@ Enable the ability to log to a file instead of syslog Enable leefs to create a report regarding the memory allocation. This feature should be used for debugging purposes to avoid performance degradation - Enable snappy compression using the app-arch/snappy library Data deduplication (often called “intelligent compression” or “single-instance storage”) is a method of reducing storage needs by eliminating redundant data. Data deduplication is often used for backup purposes and for virtual machine image storage. lessfs can determine if data is redundant by calculating a unique (192 bit) tiger hash of each block of data that is written. When lessfs has determined that a block of data needs to be stored it first compresses the block with LZO or QUICKLZ compression. The combination of these two techniques results in a very high overall compression rate for many types of data. Multimedia files like mp3, avi or jpg files can not be compressed by lessfs when they are only stored once on the filesystem.