public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot-data/
Date: Sun, 22 Sep 2019 21:00:29 +0000 (UTC)	[thread overview]
Message-ID: <1569186022.25a9e8aed12df19a64491ca0901ba7ea8dd82545.mgorny@gentoo> (raw)

commit:     25a9e8aed12df19a64491ca0901ba7ea8dd82545
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 22 20:53:41 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 22 21:00:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a9e8ae

games-strategy/colobot-data: Replace underscores in flag names

Closes: https://bugs.gentoo.org/695166
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-strategy/colobot-data/colobot-data-0.1.11.ebuild | 16 ++++++++--------
 games-strategy/colobot-data/metadata.xml               |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/games-strategy/colobot-data/colobot-data-0.1.11.ebuild b/games-strategy/colobot-data/colobot-data-0.1.11.ebuild
index b60210f63c3..cee283a76ba 100644
--- a/games-strategy/colobot-data/colobot-data-0.1.11.ebuild
+++ b/games-strategy/colobot-data/colobot-data-0.1.11.ebuild
@@ -9,21 +9,21 @@ DESCRIPTION="Data package for colobot (Colonize with Bots)"
 HOMEPAGE="https://colobot.info/"
 SRC_URI="
 	https://github.com/colobot/colobot-data/archive/colobot-gold-${PV}-alpha.zip -> ${P}.zip
-	music_ogg? ( https://colobot.info/files/music/colobot-music_ogg_${PV}-alpha.tar.gz -> ${P}-music-ogg.tar.gz )
-	music_flac_convert? ( https://colobot.info/files/music/colobot-music_flac_${PV}-alpha.tar.gz -> ${P}-music-flac.tar.gz )"
+	music-ogg? ( https://colobot.info/files/music/colobot-music_ogg_${PV}-alpha.tar.gz -> ${P}-music-ogg.tar.gz )
+	music-flac-convert? ( https://colobot.info/files/music/colobot-music_flac_${PV}-alpha.tar.gz -> ${P}-music-flac.tar.gz )"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+music music_flac_convert +music_ogg"
+IUSE="+music music-flac-convert +music-ogg"
 REQUIRED_USE="
-	music? ( ^^ ( music_flac_convert music_ogg ) )
-	music_flac_convert? ( music )
-	music_ogg? ( music )"
+	music? ( ^^ ( music-flac-convert music-ogg ) )
+	music-flac-convert? ( music )
+	music-ogg? ( music )"
 
 DEPEND="
 	app-arch/unzip
-	music_flac_convert? ( media-sound/vorbis-tools )"
+	music-flac-convert? ( media-sound/vorbis-tools )"
 
 S="${WORKDIR}/${PN}-colobot-gold-${PV}-alpha"
 
@@ -47,7 +47,7 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=(
 		-DMUSIC=$(usex music)
-		-DMUSIC_FLAC=$(usex music_flac_convert)
+		-DMUSIC_FLAC=$(usex music-flac-convert)
 		-DMUSIC_QUALITY="${COLOBOT_DATA_MUSIC_QUALITY:-4}"
 	)
 	cmake-utils_src_configure

diff --git a/games-strategy/colobot-data/metadata.xml b/games-strategy/colobot-data/metadata.xml
index 12f259a825d..dda17af08d2 100644
--- a/games-strategy/colobot-data/metadata.xml
+++ b/games-strategy/colobot-data/metadata.xml
@@ -7,7 +7,7 @@
 	</upstream>
 	<use>
 		<flag name="music">Enable music support</flag>
-		<flag name="music_flac_convert">Fetch flac music and convert it to ogg</flag>
-		<flag name="music_ogg">Fetch ogg music</flag>
+		<flag name="music-flac-convert">Fetch flac music and convert it to ogg</flag>
+		<flag name="music-ogg">Fetch ogg music</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2019-09-22 21:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-22 21:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-24 11:17 [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot-data/ Michał Górny
2023-11-14 18:21 Andreas Sturmlechner
2023-08-08  5:31 Michał Górny
2023-08-08  4:59 Michał Górny
2023-04-08 14:00 Michał Górny
2022-11-18 14:32 Arthur Zamarin
2021-08-22  6:45 Michał Górny
2021-01-14 21:49 Michał Górny
2020-06-08  8:56 Michał Górny
2019-12-26 11:27 Michał Górny
2019-09-23 17:40 Michał Górny
2019-09-23 17:40 Michał Górny
2019-09-22 21:00 Michał Górny
2019-05-11 11:50 Sergei Trofimovich
2018-07-18 21:11 Jonas Stein

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=1569186022.25a9e8aed12df19a64491ca0901ba7ea8dd82545.mgorny@gentoo \
    --to=mgorny@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