public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rar/
Date: Sun,  5 Jun 2022 14:06:19 +0000 (UTC)	[thread overview]
Message-ID: <1654437963.7f4b3a7b564cc00490b9cd495a9a3c63badae166.conikost@gentoo> (raw)

commit:     7f4b3a7b564cc00490b9cd495a9a3c63badae166
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 13:27:21 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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 @@
 <pkgmetadata>
 	<!-- maintainer-needed -->
 	<use>
-		<flag name="all_sfx">
+		<flag name="all-sfx">
 			Install all SFX (Self-Extracting) files rather than just the native
 			format (allows creation of Windows EXEs on Linux ELF systems)
 		</flag>

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


             reply	other threads:[~2022-06-05 14:06 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-05 14:06 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-24 23:35 [gentoo-commits] repo/gentoo:master commit in: app-arch/rar/ Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-03-09 13:57 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-10-05 14:06 Conrad Kostecki
2023-08-19 18:46 Conrad Kostecki
2023-08-19 18:46 Conrad Kostecki
2023-08-19 18:46 Conrad Kostecki
2023-08-05 20:32 Conrad Kostecki
2023-07-05 20:41 Conrad Kostecki
2023-07-05 20:41 Conrad Kostecki
2023-06-02  7:56 Conrad Kostecki
2023-03-25  0:11 Conrad Kostecki
2023-03-25  0:11 Conrad Kostecki
2023-03-25  0:11 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-02-20 23:22 Conrad Kostecki
2022-06-05 14:06 Conrad Kostecki
2022-06-05 14:06 Conrad Kostecki
2022-06-05 14:06 Conrad Kostecki
2022-06-05 14:06 Conrad Kostecki
2022-06-05 14:06 Conrad Kostecki
2022-01-26  2:31 Thomas Deutschmann
2021-11-03  1:45 Thomas Deutschmann
2021-07-06 23:44 Thomas Deutschmann
2021-06-14 13:28 Thomas Deutschmann
2021-06-13 18:21 Thomas Deutschmann
2021-05-18 16:30 Thomas Deutschmann
2021-04-12 18:14 Thomas Deutschmann
2021-02-10 22:21 Thomas Deutschmann
2021-02-10 22:21 Thomas Deutschmann
2020-12-07 14:10 Thomas Deutschmann
2020-11-12 19:47 Thomas Deutschmann
2020-10-23  1:19 Thomas Deutschmann
2020-07-05 19:12 Thomas Deutschmann
2020-07-05 19:12 Thomas Deutschmann
2020-06-29 14:56 Thomas Deutschmann
2020-04-03  9:28 Thomas Deutschmann
2020-04-03  9:28 Thomas Deutschmann
2020-03-30 16:44 Thomas Deutschmann
2019-12-22 22:08 Thomas Deutschmann
2019-12-22 22:08 Thomas Deutschmann
2019-12-11 14:59 Thomas Deutschmann
2019-06-27 21:45 Thomas Deutschmann
2019-06-27 21:45 Thomas Deutschmann
2019-04-29 11:33 Thomas Deutschmann
2019-03-13 22:58 Thomas Deutschmann
2019-03-13 22:58 Thomas Deutschmann
2019-02-26 19:49 Thomas Deutschmann
2019-02-22 14:08 Thomas Deutschmann
2019-02-22 14:08 Thomas Deutschmann
2019-02-22 14:08 Thomas Deutschmann
2018-10-01 15:17 Thomas Deutschmann
2018-09-04  9:50 Thomas Deutschmann
2018-07-10 23:39 Thomas Deutschmann
2018-07-10 23:39 Thomas Deutschmann
2018-06-26 11:07 Thomas Deutschmann
2018-06-26 11:07 Thomas Deutschmann
2018-06-26 11:07 Thomas Deutschmann
2018-06-07  0:26 Thomas Deutschmann
2018-05-13 21:44 Thomas Deutschmann
2018-04-21 18:42 Thomas Deutschmann
2018-03-31 12:42 Thomas Deutschmann
2018-03-11 15:51 Thomas Deutschmann
2017-09-25 17:40 Thomas Deutschmann
2017-08-18 19:13 Thomas Deutschmann
2017-08-14 12:44 Thomas Deutschmann
2017-07-25 11:26 Thomas Deutschmann
2017-07-08 13:38 Thomas Deutschmann
2017-07-08 13:38 Thomas Deutschmann
2017-06-29  8:06 Agostino Sarubbo
2017-06-28 16:59 Thomas Deutschmann
2017-05-09 17:16 Thomas Deutschmann
2017-05-05 11:16 Thomas Deutschmann
2017-05-02 10:26 Thomas Deutschmann
2017-04-13 17:05 Thomas Deutschmann
2017-04-13 17:05 Thomas Deutschmann
2017-04-13 17:05 Thomas Deutschmann
2017-04-13 17:05 Thomas Deutschmann
2016-12-08  2:40 Sam Jorna
2016-10-25 22:48 Ulrich Müller
2016-10-25 22:40 Kristian Fiskerstrand
2016-08-07  7:42 Pacho Ramos
2016-01-05 13:42 Agostino Sarubbo
2015-12-13 11:22 Ian Delaney
2015-12-08 17:38 Patrice Clement
2015-12-08 17:38 Patrice Clement
2015-12-08 17:38 Patrice Clement
2015-12-08 17:38 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654437963.7f4b3a7b564cc00490b9cd495a9a3c63badae166.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox