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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5A7D138334 for ; Mon, 30 Sep 2019 23:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C63EE08D0; Mon, 30 Sep 2019 23:36:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0011EE08D0 for ; Mon, 30 Sep 2019 23:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3969F34B71D for ; Mon, 30 Sep 2019 23:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B2EC7F8 for ; Mon, 30 Sep 2019 23:36:45 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1569886562.1abb23efdc71ee0f54b2a602c2b40e986e860e20.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmobar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xmobar/metadata.xml x11-misc/xmobar/xmobar-0.24.2.ebuild x11-misc/xmobar/xmobar-0.24.3.ebuild X-VCS-Directories: x11-misc/xmobar/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1abb23efdc71ee0f54b2a602c2b40e986e860e20 X-VCS-Branch: master Date: Mon, 30 Sep 2019 23:36:45 +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: 6f5513ce-2949-49bb-8866-bd7a215b93c9 X-Archives-Hash: 629b8dbb368bfcf0e8ce570b8ca3a332 commit: 1abb23efdc71ee0f54b2a602c2b40e986e860e20 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Sep 30 23:35:15 2019 +0000 Commit: Sergei Trofimovich gentoo 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 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 @@ Support mpd plugin Enables MPRIS v1, v2 support Enables localized date support - Use conduit to fetch weather data. - Plugin to show UV data for Australia. + Use conduit to fetch weather data. + Plugin to show UV data for Australia. 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/http-4000.2.4:= timezone? ( >=dev-haskell/timezone-olson-0.1:= =dev-haskell/timezone-series-0.1:= =dev-haskell/x11-xft-0.2:=