Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmobar/
Date: Sun, 31 Jul 2022 01:30:28
Message-Id: 1659230978.72c4f8d8edebd4fb7932c639a75deca015405b2d.sam@gentoo
1 commit: 72c4f8d8edebd4fb7932c639a75deca015405b2d
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Sat Jul 30 22:07:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 01:29:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c4f8d8
7
8 x11-misc/xmobar: drop 0.37
9
10 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-misc/xmobar/Manifest | 1 -
14 x11-misc/xmobar/xmobar-0.37.ebuild | 99 --------------------------------------
15 2 files changed, 100 deletions(-)
16
17 diff --git a/x11-misc/xmobar/Manifest b/x11-misc/xmobar/Manifest
18 index 840013c22735..b3c8e55f3b59 100644
19 --- a/x11-misc/xmobar/Manifest
20 +++ b/x11-misc/xmobar/Manifest
21 @@ -1,2 +1 @@
22 -DIST xmobar-0.37.tar.gz 139585 BLAKE2B b7f115dc18f1ec6f2dc767c0cf6f4f94a9e3691cd5823302cc033542a10430bd3f29f906c4b1d8705cfae7e999695ac85d03d0c3ecfe4f7efaeac627a5e61d3f SHA512 a2904f3658ea32654ba343cd2c815928900e29e819dbc5ddff931601f42bae244365d2636ffce8b52c4dc57f88f3abebeffc62924fd3b39e197698d7b0da7d5d
23 DIST xmobar-0.44.1.tar.gz 156756 BLAKE2B bee81627744146989b402ae04d36edb5e4a69686b546457afebad81cda96ece4ce0ace8a2855bd5136610be3fc396c2f62121ea062fffb1ad837145cf3238fdb SHA512 e04f3f9f40ffa4095df2b523916686d93d28b4cbb880f7732cf63d6f1915e721043764b9d723ed8b3c4938c3df749d0e5a9ddb9a9e64a2a015f8f0d6b3f46c97
24
25 diff --git a/x11-misc/xmobar/xmobar-0.37.ebuild b/x11-misc/xmobar/xmobar-0.37.ebuild
26 deleted file mode 100644
27 index df9b615bd71e..000000000000
28 --- a/x11-misc/xmobar/xmobar-0.37.ebuild
29 +++ /dev/null
30 @@ -1,99 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -# ebuild generated by hackport 0.6.7
37 -#hackport: flags: -all_extensions,+with_threaded,+with_utf8,with_iwlib:iwlib,with_alsa:alsa,with_xft:xft,with_datezone:timezone,with_dbus:dbus,with_mpd:mpd,with_inotify:inotify,with_mpris:mpris,with_xpm:xpm,with_nl80211:wifi
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="A Minimalistic Text Based Status Bar"
43 -HOMEPAGE="https://xmobar.org"
44 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="alsa dbus inotify iwlib mpd mpris +rtsopts timezone uvmeter +weather wifi xft xpm"
50 -
51 -RDEPEND="dev-haskell/async:=[profile?]
52 - >=dev-haskell/extensible-exceptions-0.1:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?]
53 - >=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
54 - dev-haskell/old-locale:=[profile?]
55 - >=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
56 - >=dev-haskell/parsec-numbers-0.1.0:=[profile?]
57 - dev-haskell/regex-compat:=[profile?]
58 - >=dev-haskell/stm-2.3:=[profile?] <dev-haskell/stm-2.6:=[profile?]
59 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
60 - >=dev-haskell/x11-1.6.1:=[profile?]
61 - >=dev-lang/ghc-8.4.3:=
62 - x11-libs/libXrandr
63 - x11-libs/libXrender
64 - alsa? ( >=dev-haskell/alsa-core-0.5:=[profile?] <dev-haskell/alsa-core-0.6:=[profile?]
65 - >=dev-haskell/alsa-mixer-0.3:=[profile?] <dev-haskell/alsa-mixer-0.4:=[profile?] )
66 - dbus? ( >=dev-haskell/dbus-1:=[profile?]
67 - weather? ( dev-haskell/http-client-tls:=[profile?]
68 - dev-haskell/http-conduit:=[profile?]
69 - dev-haskell/http-types:=[profile?] )
70 - xpm? ( x11-libs/libXpm ) )
71 - !dbus? ( !uvmeter? ( weather? ( !xpm? ( dev-haskell/http-client-tls:=[profile?]
72 - dev-haskell/http-conduit:=[profile?]
73 - dev-haskell/http-types:=[profile?] ) ) ) )
74 - inotify? ( >=dev-haskell/hinotify-0.3:=[profile?] <dev-haskell/hinotify-0.5:=[profile?] )
75 - mpd? ( >=dev-haskell/libmpd-0.9.2.0:=[profile?] )
76 - mpris? ( >=dev-haskell/dbus-1:=[profile?]
77 - !dbus? ( !uvmeter? ( weather? ( dev-haskell/http-client-tls:=[profile?]
78 - dev-haskell/http-conduit:=[profile?]
79 - dev-haskell/http-types:=[profile?] ) ) )
80 - xpm? ( x11-libs/libXpm
81 - weather? ( dev-haskell/http-client-tls:=[profile?]
82 - dev-haskell/http-conduit:=[profile?]
83 - dev-haskell/http-types:=[profile?] ) )
84 - !xpm? ( uvmeter? ( weather? ( dev-haskell/http-client-tls:=[profile?] ) ) ) )
85 - !mpris? ( !dbus? ( weather? ( dev-haskell/http-client-tls:=[profile?] )
86 - xpm? ( x11-libs/libXpm
87 - weather? ( dev-haskell/http-conduit:=[profile?]
88 - dev-haskell/http-types:=[profile?] ) ) ) )
89 - timezone? ( >=dev-haskell/timezone-olson-0.2:=[profile?] <dev-haskell/timezone-olson-0.3:=[profile?]
90 - >=dev-haskell/timezone-series-0.1:=[profile?] <dev-haskell/timezone-series-0.2:=[profile?] )
91 - uvmeter? ( dev-haskell/http-conduit:=[profile?]
92 - dev-haskell/http-types:=[profile?] )
93 - wifi? ( >=dev-haskell/cereal-0.5.8.1:=[profile?]
94 - >=dev-haskell/netlink-1.1.1.0:=[profile?] )
95 - !wifi? ( iwlib? ( >=dev-haskell/iwlib-0.1.0:=[profile?] <dev-haskell/iwlib-0.2:=[profile?]
96 - net-wireless/wireless-tools ) )
97 - xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] <dev-haskell/x11-xft-0.4:=[profile?] )
98 -"
99 -DEPEND="${RDEPEND}
100 - >=dev-haskell/cabal-2.2.0.1
101 - test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3
102 - dev-haskell/temporary )
103 -"
104 -
105 -src_configure() {
106 - haskell-cabal_src_configure \
107 - --flag=-all_extensions \
108 - $(cabal_flag alsa with_alsa) \
109 - $(cabal_flag timezone with_datezone) \
110 - $(cabal_flag dbus with_dbus) \
111 - $(cabal_flag inotify with_inotify) \
112 - $(cabal_flag wifi with_nl80211) \
113 - $(cabal_flag mpd with_mpd) \
114 - $(cabal_flag mpris with_mpris) \
115 - $(cabal_flag iwlib with_iwlib) \
116 - $(cabal_flag rtsopts with_rtsopts) \
117 - --flag=with_threaded \
118 - --flag=with_utf8 \
119 - $(cabal_flag uvmeter with_uvmeter) \
120 - $(cabal_flag weather with_weather) \
121 - $(cabal_flag xft with_xft) \
122 - $(cabal_flag xpm with_xpm)
123 -}
124 -
125 -src_install() {
126 - cabal_src_install
127 -
128 - dodoc examples/xmobar.config examples/xmobar.hs readme.md changelog.md
129 -}