From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmobar/
Date: Mon, 30 Sep 2019 23:36:45 +0000 (UTC) [thread overview]
Message-ID: <1569886562.1abb23efdc71ee0f54b2a602c2b40e986e860e20.slyfox@gentoo> (raw)
commit: 1abb23efdc71ee0f54b2a602c2b40e986e860e20
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 23:35:15 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 23:36:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abb23ef
x11-misc/xmobar: drop underscores from IUSE, bug #695144
Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/695144
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-misc/xmobar/metadata.xml | 4 ++--
x11-misc/xmobar/xmobar-0.24.2.ebuild | 10 +++++-----
x11-misc/xmobar/xmobar-0.24.3.ebuild | 10 +++++-----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/x11-misc/xmobar/metadata.xml b/x11-misc/xmobar/metadata.xml
index 7cb1b0df794..69dba3f2e45 100644
--- a/x11-misc/xmobar/metadata.xml
+++ b/x11-misc/xmobar/metadata.xml
@@ -9,8 +9,8 @@
<flag name="mpd">Support mpd plugin</flag>
<flag name="mpris">Enables MPRIS v1, v2 support</flag>
<flag name="timezone">Enables localized date support</flag>
- <flag name="with_conduit">Use conduit to fetch weather data.</flag>
- <flag name="with_uvmeter">Plugin to show UV data for Australia.</flag>
+ <flag name="conduit">Use conduit to fetch weather data.</flag>
+ <flag name="uvmeter">Plugin to show UV data for Australia.</flag>
</use>
<longdescription>
Xmobar is a minimalistic text based status bar.
diff --git a/x11-misc/xmobar/xmobar-0.24.2.ebuild b/x11-misc/xmobar/xmobar-0.24.2.ebuild
index 6444bb6aae4..e6856fed386 100644
--- a/x11-misc/xmobar/xmobar-0.24.2.ebuild
+++ b/x11-misc/xmobar/xmobar-0.24.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="alsa dbus inotify mpd mpris timezone wifi with_conduit with_uvmeter xft xpm"
+IUSE="alsa dbus inotify mpd mpris timezone wifi conduit uvmeter xft xpm"
RDEPEND=">=dev-haskell/http-4000.2.4:=
>=dev-haskell/mtl-2.1:= <dev-haskell/mtl-2.3:=
@@ -39,7 +39,7 @@ RDEPEND=">=dev-haskell/http-4000.2.4:=
timezone? ( >=dev-haskell/timezone-olson-0.1:= <dev-haskell/timezone-olson-0.2:=
>=dev-haskell/timezone-series-0.1:= <dev-haskell/timezone-series-0.2:= )
wifi? ( net-wireless/wireless-tools )
- with_conduit? ( dev-haskell/http-conduit:=
+ conduit? ( dev-haskell/http-conduit:=
dev-haskell/http-types:= )
xft? ( >=dev-haskell/x11-xft-0.2:= <dev-haskell/x11-xft-0.4:= )
xpm? ( x11-libs/libXpm )
@@ -72,7 +72,7 @@ src_configure() {
haskell-cabal_src_configure \
--flag=-all_extensions \
$(cabal_flag alsa with_alsa) \
- $(cabal_flag with_conduit with_conduit) \
+ $(cabal_flag conduit with_conduit) \
$(cabal_flag timezone with_datezone) \
$(cabal_flag dbus with_dbus) \
$(cabal_flag inotify with_inotify) \
@@ -81,7 +81,7 @@ src_configure() {
$(cabal_flag mpris with_mpris) \
--flag=with_threaded \
--flag=with_utf8 \
- $(cabal_flag with_uvmeter with_uvmeter) \
+ $(cabal_flag uvmeter with_uvmeter) \
$(cabal_flag xft with_xft) \
$(cabal_flag xpm with_xpm)
}
diff --git a/x11-misc/xmobar/xmobar-0.24.3.ebuild b/x11-misc/xmobar/xmobar-0.24.3.ebuild
index 99ba8160478..fbc0b390b6e 100644
--- a/x11-misc/xmobar/xmobar-0.24.3.ebuild
+++ b/x11-misc/xmobar/xmobar-0.24.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="alsa dbus inotify mpd mpris timezone wifi with_conduit with_uvmeter xft xpm"
+IUSE="alsa dbus inotify mpd mpris timezone wifi conduit uvmeter xft xpm"
RDEPEND=">=dev-haskell/http-4000.2.4:=
>=dev-haskell/mtl-2.1:= <dev-haskell/mtl-2.3:=
@@ -38,7 +38,7 @@ RDEPEND=">=dev-haskell/http-4000.2.4:=
timezone? ( >=dev-haskell/timezone-olson-0.1:= <dev-haskell/timezone-olson-0.2:=
>=dev-haskell/timezone-series-0.1:= <dev-haskell/timezone-series-0.2:= )
wifi? ( net-wireless/wireless-tools )
- with_conduit? ( dev-haskell/http-conduit:=
+ conduit? ( dev-haskell/http-conduit:=
dev-haskell/http-types:= )
xft? ( >=dev-haskell/x11-xft-0.2:= <dev-haskell/x11-xft-0.4:= )
xpm? ( x11-libs/libXpm )
@@ -73,7 +73,7 @@ src_configure() {
haskell-cabal_src_configure \
--flag=-all_extensions \
$(cabal_flag alsa with_alsa) \
- $(cabal_flag with_conduit with_conduit) \
+ $(cabal_flag conduit with_conduit) \
$(cabal_flag timezone with_datezone) \
$(cabal_flag dbus with_dbus) \
$(cabal_flag inotify with_inotify) \
@@ -82,7 +82,7 @@ src_configure() {
$(cabal_flag mpris with_mpris) \
--flag=with_threaded \
--flag=with_utf8 \
- $(cabal_flag with_uvmeter with_uvmeter) \
+ $(cabal_flag uvmeter with_uvmeter) \
$(cabal_flag xft with_xft) \
$(cabal_flag xpm with_xpm)
}
next reply other threads:[~2019-09-30 23:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-30 23:36 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-01 21:03 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmobar/ Matt Turner
2023-10-23 3:20 Sam James
2023-03-17 18:23 Sam James
2022-10-06 6:12 Jakov Smolić
2022-08-31 21:32 Sam James
2022-08-18 18:45 Sam James
2022-07-31 1:30 Sam James
2022-07-31 1:30 Sam James
2021-04-24 12:37 Sergei Trofimovich
2021-04-23 6:37 Sergei Trofimovich
2020-08-26 23:25 Sergei Trofimovich
2020-06-28 22:15 Sergei Trofimovich
2020-06-05 8:26 Sergei Trofimovich
2016-08-11 20:41 Sergei Trofimovich
2016-08-11 20:41 Sergei Trofimovich
2015-09-29 20:52 Sergei Trofimovich
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=1569886562.1abb23efdc71ee0f54b2a602c2b40e986e860e20.slyfox@gentoo \
--to=slyfox@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