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 823221382C5 for ; Tue, 13 Apr 2021 13:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C21B5E0D30; Tue, 13 Apr 2021 13:14:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AA409E0D30 for ; Tue, 13 Apr 2021 13:14:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 928EB340DAE for ; Tue, 13 Apr 2021 13:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9F2478 for ; Tue, 13 Apr 2021 13:14:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1618319646.22639ea05828e00eea1d585e2cf3f7177ba943b8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/squashdelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/squashdelta/Manifest dev-util/squashdelta/squashdelta-0.1.2.ebuild X-VCS-Directories: dev-util/squashdelta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 22639ea05828e00eea1d585e2cf3f7177ba943b8 X-VCS-Branch: master Date: Tue, 13 Apr 2021 13:14:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b74e4c65-2b3d-4d04-8ac0-5616f4816adc X-Archives-Hash: 885bb55f59c68703870389339b1af099 commit: 22639ea05828e00eea1d585e2cf3f7177ba943b8 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 13 09:21:02 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 13 13:14:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22639ea0 dev-util/squashdelta: Bump to 0.1.2 Signed-off-by: Michał Górny gentoo.org> dev-util/squashdelta/Manifest | 1 + dev-util/squashdelta/squashdelta-0.1.2.ebuild | 32 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-util/squashdelta/Manifest b/dev-util/squashdelta/Manifest index 2eff03e6287..0cdba9408f9 100644 --- a/dev-util/squashdelta/Manifest +++ b/dev-util/squashdelta/Manifest @@ -1 +1,2 @@ DIST squashdelta-0.1.1.tar.bz2 78504 BLAKE2B f9aa13b3af35bd97650b31fac718837763b73c2817548a3fde75841993092d717ea78826a3e29d472290d4f9164f8cfcc9f9999613f199c21251080584dbd9f7 SHA512 efe90831e412ed6627d44390054dc89339e85bcd3be452f16fb32d00989bbdc9480dbefcea624941b4866a686a356b0371c33de31903afa70af26eecbe902844 +DIST squashdelta-0.1.2.tar.bz2 79865 BLAKE2B fe375da70e25eaa5b70aa2e231f04b9ce47aa1aaea3872df331065ba8710a0e4ce1ca096715d18e5094f514ce3a8adb9d08109a4894ca75a4b3e5ef083f8e66f SHA512 802a1a6c6e7d117e4fb7f74a8144cc7b8b237e28f2028c72623b99a88b23d857ceb99f2d23653d253af829c3e6b290db98420923d613569cf523c2a7fc600f43 diff --git a/dev-util/squashdelta/squashdelta-0.1.2.ebuild b/dev-util/squashdelta/squashdelta-0.1.2.ebuild new file mode 100644 index 00000000000..3b8ffebd419 --- /dev/null +++ b/dev-util/squashdelta/squashdelta-0.1.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" +HOMEPAGE="https://github.com/mgorny/squashdelta/" +SRC_URI="https://github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2" + +# uses public-domain murmurhash3 +LICENSE="BSD public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="lz4 +lzo" +# SquashDelta does not make much sense without a compression algo. +REQUIRED_USE="|| ( lz4 lzo )" + +COMMON_DEPEND=" + lz4? ( app-arch/lz4:0= ) + lzo? ( dev-libs/lzo:2= )" +RDEPEND="${COMMON_DEPEND} + dev-util/xdelta:3" +DEPEND=${COMMON_DEPEND} + +src_configure() { + local myconf=( + $(use_enable lz4) + $(use_enable lzo) + ) + + econf "${myconf[@]}" +}