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 2FDF5158094 for ; Sat, 27 Aug 2022 23:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB624E0769; Sat, 27 Aug 2022 23:00:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC9E7E0729 for ; Sat, 27 Aug 2022 23:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23A4D341611 for ; Sat, 27 Aug 2022 17:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C380548 for ; Sat, 27 Aug 2022 17:03:11 +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: <1661619392.ce5bd2917711d272e5c3e7124923f6bc28d36556.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bdelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bdelta/bdelta-0.3.1-r1.ebuild X-VCS-Directories: dev-util/bdelta/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce5bd2917711d272e5c3e7124923f6bc28d36556 X-VCS-Branch: master Date: Sat, 27 Aug 2022 17:03: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: 29d0ffbe-1e39-4c13-b1c8-db6a06e7b16d X-Archives-Hash: 1a80a6619e8c7ad310c33a8cc838ed58 commit: ce5bd2917711d272e5c3e7124923f6bc28d36556 Author: Sam James gentoo org> AuthorDate: Sat Aug 27 16:56:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 27 16:56:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5bd291 dev-util/bdelta: fix EbuildReservedName (drop unused semi-live template bits) Not sure what LIVE_EBUILD was supposed to be but there's no live ebuild now and it's not how we normally do live ebuild templates nowadays anyway. Maybe it was something like PROPERTIES="live" before we had it, or maybe just nothing. Dunno! Signed-off-by: Sam James gentoo.org> dev-util/bdelta/bdelta-0.3.1-r1.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild index bf1c9ae4ddbf..88d9366e4cae 100644 --- a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild +++ b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild @@ -1,21 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs vcs-snapshot -if [[ -z ${LIVE_EBUILD} ]]; then - KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux" - SRC_URI="https://github.com/jjwhitney/BDelta/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - DESCRIPTION="Binary Delta - Efficient difference algorithm and format" HOMEPAGE="https://github.com/jjwhitney/BDelta" +SRC_URI="https://github.com/jjwhitney/BDelta/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="MPL-2.0" -IUSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux" PATCHES=( "${FILESDIR}"/${P}-soname.patch