public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/windowmaker-themes/
Date: Sat, 27 Mar 2021 16:43:17 +0000 (UTC)	[thread overview]
Message-ID: <1616863385.45d18c5b17003caa77878b44c1cc6088d47cf8a6.voyageur@gentoo> (raw)

commit:     45d18c5b17003caa77878b44c1cc6088d47cf8a6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 16:42:52 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 16:43:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d18c5b

x11-themes/windowmaker-themes: fix USE=offensive

Update list of themes filtered out by this flag

Closes: https://bugs.gentoo.org/778287
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 .../windowmaker-themes/windowmaker-themes-0.1-r1.ebuild | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild b/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
index 985047da31a..974c392ea86 100644
--- a/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
+++ b/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,10 +21,19 @@ RDEPEND="x11-wm/windowmaker"
 BDEPEND=""
 
 src_prepare() {
-	MY_OFFENSIVE="3white Anguish"
+	MY_OFFENSIVE=(
+		3White
+		Anguish
+		Crave
+		"Darwins iMac"
+		"Digital Girls"
+		"Imacgirl Grape"
+		"Red Slip"
+		WMSecksy
+	)
 	if ! use offensive ; then
-		for j in ${MY_OFFENSIVE} ; do
-			rm -rf ${MY_OFFENSIVE}.themed
+		for j in "${MY_OFFENSIVE[@]}" ; do
+			rm -rf "${j}".themed
 		done
 	fi
 


             reply	other threads:[~2021-03-27 16:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27 16:43 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-07 16:25 [gentoo-commits] repo/gentoo:master commit in: x11-themes/windowmaker-themes/ Arthur Zamarin
2019-11-23 18:32 Michał Górny
2019-11-23 18:32 Michał Górny
2019-11-12 18:07 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-06 20:11 Sergei Trofimovich
2019-10-11 21:00 Bernard Cafarelli

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=1616863385.45d18c5b17003caa77878b44c1cc6088d47cf8a6.voyageur@gentoo \
    --to=voyageur@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