*/*: Remove redundant local descriptions of USE=snappy
authorMichał Górny <mgorny@gentoo.org>
Sun, 15 Sep 2019 14:17:54 +0000 (16:17 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Sep 2019 11:00:55 +0000 (13:00 +0200)
Remove local descriptions of USE=snappy where they add nothing
to the global entry.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-emulation/qemu/metadata.xml
dev-libs/c-blosc/metadata.xml
dev-libs/leveldb/metadata.xml
dev-python/fastparquet/metadata.xml
dev-python/kafka-python/metadata.xml
net-analyzer/wireshark/metadata.xml
sys-fs/lessfs/metadata.xml

index e6ed85bf1f7ef72fb183920f0919c28215991dc3..f38823b3990e0e6b27c98a42c21dffb0890a0570 100644 (file)
@@ -37,7 +37,6 @@
                <flag name="ssh">Enable SSH based block device support via <pkg>net-libs/libssh2</pkg></flag>
                <flag name="static-user">Build the User targets as static binaries</flag>
                <flag name="static">Build the User and Software MMU (system) targets as well as tools as static binaries</flag>
-               <flag name="snappy">Enable support for snappy compression</flag>
                <flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>
                <flag name="tci">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.</flag>
                <flag name="jpeg">Enable jpeg image support for the VNC console server</flag>
index 2b3831ea197b1c13b52e302c2661f98dedd4ef12..24926d99226276e86ce3ace7d4e10d1a1938d250 100644 (file)
@@ -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.
        </longdescription>
-       <use>
-               <flag name="snappy">Enable snappy compression</flag>
-       </use>
        <upstream>
                <remote-id type="github">Blosc/c-blosc</remote-id>
        </upstream>
index 056bf21ff53840c2d94c1bc7a0edfb290e3e7ff7..0ee1800285cc48b60c4ee2e2319b86295df2f76f 100644 (file)
@@ -5,9 +5,6 @@
     <email>patrick@gentoo.org</email>
     <name>Patrick Lauer</name>
   </maintainer>
-  <use>
-    <flag name="snappy">support the snappy compression library</flag>
-  </use>
   <upstream>
     <remote-id type="github">google/leveldb</remote-id>
     <bugs-to>https://github.com/google/leveldb/issues</bugs-to>
index 0866e1d45e836b2fe37a0204a1e60398e2b4405e..09db6ed2073515a71f8c322a00f89bc68e430aa3 100644 (file)
@@ -19,6 +19,5 @@
   </upstream>
   <use>
     <flag name="brotli">Enable support for brotli compression</flag>    
-    <flag name="snappy">Enable support for snappy compression</flag>
   </use>
 </pkgmetadata>
index 0f2c9d5f988c6326af56941fe8da8a9f5fc9852b..943670ce903754e2cc89d6c547bdec50fd966fdf 100644 (file)
@@ -5,11 +5,6 @@
   <longdescription>
       Python client for Apache Kafka
   </longdescription>
-  <use>
-    <flag name="snappy">
-        Install snappy compression/decompression support
-    </flag>
-  </use>
   <upstream>
     <remote-id type="github">dpkp/kafka-python</remote-id>
     <remote-id type="pypi">kafka-python</remote-id>
index 03dc8e4024ecd741dfdadce37bb064a1d28afe68..3e0355cd9ccc4c72a648a2961378db4ad1f54203 100644 (file)
@@ -54,7 +54,6 @@ be exported to XML, PostScript®, CSV, or plain text.
 <flag name="sdjournal">Install sdjournal, an extcap that captures systemd journal entries</flag>
 <flag name="sharkd">Install sharkd, the daemon variant of wireshark</flag>
 <flag name="smi">Use <pkg>net-libs/libsmi</pkg> to resolve numeric OIDs into human readable format</flag>
-<flag name="snappy">Use <pkg>app-arch/snappy</pkg> for snappy compression and decompression</flag>
 <flag name="spandsp">Use <pkg>media-libs/spandsp</pkg> for for G.722 and G.726 codec support in the RTP Player</flag>
 <flag name="sshdump">Install sshdump, an extcap interface to capture from a remote host through SSH</flag>
 <flag name="text2pcap">Install text2pcap, to generate a capture file from an ASCII hexdump of packets</flag>
index b5086c36b11b199528405cb8dfc08174907ac1ac..32f99a253e866eea02f0c9cd8dec25d1b393e1e9 100644 (file)
@@ -5,7 +5,6 @@
        <use>
                <flag name="filelog">Enable the ability to log to a file instead of syslog</flag>
                <flag name="memtrace">Enable leefs to create a report regarding the memory allocation. This feature should be used for debugging purposes to avoid performance degradation</flag>
-               <flag name="snappy">Enable snappy compression using the <pkg>app-arch/snappy</pkg> library</flag>
        </use>
        <longdescription lang="en">
 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.