From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36F1B138334 for ; Sun, 15 Sep 2019 14:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E30CEE0943; Sun, 15 Sep 2019 14:18:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47C3EE093D for ; Sun, 15 Sep 2019 14:18:33 +0000 (UTC) Received: from localhost.localdomain (c134-66.icpnet.pl [85.221.134.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id A573134B1BF; Sun, 15 Sep 2019 14:18:31 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 2/2] */*: Remove redundant local descriptions of USE=snappy Date: Sun, 15 Sep 2019 16:18:22 +0200 Message-Id: <20190915141822.239275-2-mgorny@gentoo.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190915141822.239275-1-mgorny@gentoo.org> References: <20190915141822.239275-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: e07b4c5b-b380-4823-9214-a75652c778d1 X-Archives-Hash: 8fb82aa249014c043e1a07d6a68dc6df Remove local descriptions of USE=snappy where they add nothing to the global entry. Signed-off-by: Michał Górny --- app-emulation/qemu/metadata.xml | 1 - dev-libs/c-blosc/metadata.xml | 3 --- dev-libs/leveldb/metadata.xml | 3 --- dev-python/fastparquet/metadata.xml | 1 - dev-python/kafka-python/metadata.xml | 5 ----- net-analyzer/wireshark/metadata.xml | 1 - sys-fs/lessfs/metadata.xml | 1 - 7 files changed, 15 deletions(-) diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index e6ed85bf1f7e..f38823b3990e 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 2b3831ea197b..24926d992262 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 056bf21ff538..0ee1800285cc 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 0866e1d45e83..09db6ed20735 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 0f2c9d5f988c..943670ce9037 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 03dc8e4024ec..3e0355cd9ccc 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 b5086c36b11b..32f99a253e86 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. -- 2.23.0