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 D02D2158092 for ; Sun, 5 Jun 2022 14:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A568EE08C4; Sun, 5 Jun 2022 14:06:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E3BDE08A2 for ; Sun, 5 Jun 2022 14:06:22 +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 62EA83417E7 for ; Sun, 5 Jun 2022 14:06:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34BE847E for ; Sun, 5 Jun 2022 14:06:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1654437963.7f4b3a7b564cc00490b9cd495a9a3c63badae166.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/rar/metadata.xml app-arch/rar/rar-6.0.2_p20210611.ebuild app-arch/rar/rar-6.10_p20220124.ebuild X-VCS-Directories: app-arch/rar/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7f4b3a7b564cc00490b9cd495a9a3c63badae166 X-VCS-Branch: master Date: Sun, 5 Jun 2022 14:06:19 +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: f43357ff-ce9a-48af-b33c-732a9f6ac367 X-Archives-Hash: 72ed7c8a7e60e5aedaab173731e1f946 commit: 7f4b3a7b564cc00490b9cd495a9a3c63badae166 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jun 5 13:27:21 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jun 5 14:06:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4b3a7b app-arch/rar: rename use flag all_sfx to all-sfx Closes: https://bugs.gentoo.org/695030 Signed-off-by: Conrad Kostecki gentoo.org> app-arch/rar/metadata.xml | 2 +- app-arch/rar/rar-6.0.2_p20210611.ebuild | 12 ++++++------ app-arch/rar/rar-6.10_p20220124.ebuild | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app-arch/rar/metadata.xml b/app-arch/rar/metadata.xml index 176236e008c3..9ea948c09f0c 100644 --- a/app-arch/rar/metadata.xml +++ b/app-arch/rar/metadata.xml @@ -3,7 +3,7 @@ - + Install all SFX (Self-Extracting) files rather than just the native format (allows creation of Windows EXEs on Linux ELF systems) diff --git a/app-arch/rar/rar-6.0.2_p20210611.ebuild b/app-arch/rar/rar-6.0.2_p20210611.ebuild index e94158b2ceaf..ce715742716d 100644 --- a/app-arch/rar/rar-6.0.2_p20210611.ebuild +++ b/app-arch/rar/rar-6.0.2_p20210611.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,7 +10,7 @@ URI_amd64="https://mirror.whissi.de/distfiles/rar/rarlinux-x64-${PV}.tar.gz" URI_w64="https://mirror.whissi.de/distfiles/rar/winrar-x64-${PV}.exe" SRC_URI="x86? ( ${URI_x86} ) amd64? ( ${URI_amd64} ) - all_sfx? ( + all-sfx? ( ${URI_x86} ${URI_amd64} ${URI_w64} @@ -19,10 +19,10 @@ SRC_URI="x86? ( ${URI_x86} ) LICENSE="RAR BSD BSD-2" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="all_sfx" +IUSE="all-sfx" RESTRICT="mirror bindist" -DEPEND="all_sfx? ( app-arch/unrar )" +DEPEND="all-sfx? ( app-arch/unrar )" RDEPEND="sys-libs/glibc" S="${WORKDIR}/${PN}" @@ -65,7 +65,7 @@ src_unpack() { rm -f "${S}"/license.txt - if use all_sfx ; then + if use all-sfx ; then mkdir sfx cd sfx for _file in ${A}; do @@ -99,7 +99,7 @@ src_install() { dosym ../rar/unrar /opt/bin/unrar insinto /opt/rar - if use all_sfx ; then + if use all-sfx ; then doins "${WORKDIR}"/sfx/*.{sfx,SFX} else doins default.sfx diff --git a/app-arch/rar/rar-6.10_p20220124.ebuild b/app-arch/rar/rar-6.10_p20220124.ebuild index a78f4de2de31..249e2c70a40d 100644 --- a/app-arch/rar/rar-6.10_p20220124.ebuild +++ b/app-arch/rar/rar-6.10_p20220124.ebuild @@ -10,7 +10,7 @@ URI_amd64="https://mirror.whissi.de/distfiles/rar/rarlinux-x64-${PV}.tar.gz" URI_w64="https://mirror.whissi.de/distfiles/rar/winrar-x64-${PV}.exe" SRC_URI="x86? ( ${URI_x86} ) amd64? ( ${URI_amd64} ) - all_sfx? ( + all-sfx? ( ${URI_x86} ${URI_amd64} ${URI_w64} @@ -19,10 +19,10 @@ SRC_URI="x86? ( ${URI_x86} ) LICENSE="RAR BSD BSD-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="all_sfx" +IUSE="all-sfx" RESTRICT="mirror bindist" -DEPEND="all_sfx? ( app-arch/unrar )" +DEPEND="all-sfx? ( app-arch/unrar )" RDEPEND="sys-libs/glibc" S="${WORKDIR}/${PN}" @@ -65,7 +65,7 @@ src_unpack() { rm -f "${S}"/license.txt - if use all_sfx ; then + if use all-sfx ; then mkdir sfx cd sfx for _file in ${A}; do @@ -99,7 +99,7 @@ src_install() { dosym ../rar/unrar /opt/bin/unrar insinto /opt/rar - if use all_sfx ; then + if use all-sfx ; then doins "${WORKDIR}"/sfx/*.{sfx,SFX} else doins default.sfx