commit:     cd127c09b75550b91f34035a1d176d8e783d5e36
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 17:31:55 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 18:21:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd127c09

x11-misc/i3status: drop 2.14

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/i3status/i3status-2.14.ebuild | 59 ----------------------------------
 1 file changed, 59 deletions(-)

diff --git a/x11-misc/i3status/i3status-2.14.ebuild 
b/x11-misc/i3status/i3status-2.14.ebuild
deleted file mode 100644
index 4a7d1e2f875a..000000000000
--- a/x11-misc/i3status/i3status-2.14.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit fcaps meson
-
-DESCRIPTION="generates a status bar for dzen2, xmobar or similar"
-HOMEPAGE="https://i3wm.org/i3status/";
-SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-IUSE="pulseaudio"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-       >=dev-libs/yajl-2.0.2
-       dev-libs/confuse:=
-       dev-libs/libnl:3
-       media-libs/alsa-lib
-       pulseaudio? ( || ( media-sound/pulseaudio media-sound/apulse[sdk] ) )
-"
-
-DEPEND="
-       ${RDEPEND}
-       app-text/asciidoc
-       app-text/xmlto
-"
-
-PATCHES=(
-
-)
-
-src_prepare() {
-       default
-
-       # Needs an ALSA master device, bug #840622
-       # Also skipped in CI:
-       # 
https://github.com/i3/i3status/blob/07ad5aef2deea1f10eb6c544593e7a87205f24f8/.github/workflows/main.yml#L34
-       rm -rf testcases/020-percentliteral-volume || die
-}
-
-src_configure() {
-       local emesonargs=(
-               $(meson_use pulseaudio pulseaudio)
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       fcaps cap_net_admin usr/bin/${PN}
-
-       elog "${PN} can be used with any of the following programs:"
-       elog "   i3bar (x11-wm/i3)"
-       elog "   x11-misc/xmobar"
-       elog "   x11-misc/dzen"
-       elog "Please refer to manual: man ${PN}"
-}

Reply via email to