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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92405158004 for ; Sat, 25 Nov 2023 03:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4E052BC03E; Sat, 25 Nov 2023 03:59:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C55DE2BC029 for ; Sat, 25 Nov 2023 03:59:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCD5633BF41 for ; Sat, 25 Nov 2023 03:59:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B1E113E3 for ; Sat, 25 Nov 2023 03:59:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700884763.df2bd4cb4c28062f2a837fff476dc9b5cdfb054d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zchunk/Manifest app-arch/zchunk/zchunk-1.3.1.ebuild X-VCS-Directories: app-arch/zchunk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df2bd4cb4c28062f2a837fff476dc9b5cdfb054d X-VCS-Branch: master Date: Sat, 25 Nov 2023 03:59:46 +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: 59f2cb02-98b9-444c-89a8-19153b1d66cd X-Archives-Hash: 642c0b143bd7b3d5eb19d4d4e2b41c61 commit: df2bd4cb4c28062f2a837fff476dc9b5cdfb054d Author: Matt Jolly footclan ninja> AuthorDate: Fri Nov 3 00:05:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 25 03:59:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2bd4cb app-arch/zchunk: drop 1.3.1 Signed-off-by: Matt Jolly footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/33655 Signed-off-by: Sam James gentoo.org> app-arch/zchunk/Manifest | 1 - app-arch/zchunk/zchunk-1.3.1.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest index 5e3a484be5a3..43c8549fedd5 100644 --- a/app-arch/zchunk/Manifest +++ b/app-arch/zchunk/Manifest @@ -1,2 +1 @@ -DIST zchunk-1.3.1.tar.gz 1508699 BLAKE2B a0c6c277b8fd940602c6de680ee3418decdb0f83e3ea345f0c884f704bda67938539ec15a3b0fb1f5e498bb7fa1c420637091c752d8dea6094de3eb98503efb1 SHA512 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5 DIST zchunk-1.3.2.tar.gz 1508683 BLAKE2B a8b866d28e3a0f5bf5fda3b44f5f1d0589c374dd700d8c64497d729758e35ed1215367ff8b1114e436a776a419f1aa329f429016981f11c19fd0896db3520811 SHA512 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc diff --git a/app-arch/zchunk/zchunk-1.3.1.ebuild b/app-arch/zchunk/zchunk-1.3.1.ebuild deleted file mode 100644 index e89d8926554d..000000000000 --- a/app-arch/zchunk/zchunk-1.3.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="File format designed for highly efficient deltas with good compression" -HOMEPAGE="https://github.com/zchunk/zchunk" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/zchunk/zchunk.git" -else - SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD-2" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - app-arch/zstd:= - net-misc/curl - dev-libs/openssl:= -" -RDEPEND="${DEPEND}" - -src_configure() { - local emesonargs=( - $(meson_use test tests) - ) - - meson_src_configure -}