diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-23 10:55:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-23 11:28:44 +0000 |
commit | 02ebd9fb0009ffdb45e45557bcb47850aabf2669 (patch) | |
tree | 8f261620fc8ef6e6a0a38a82505c48e8e58fe6a8 /x11-misc | |
parent | www-apps/gitit: drop old (diff) | |
download | gentoo-02ebd9fb0009ffdb45e45557bcb47850aabf2669.tar.gz gentoo-02ebd9fb0009ffdb45e45557bcb47850aabf2669.tar.bz2 gentoo-02ebd9fb0009ffdb45e45557bcb47850aabf2669.zip |
x11-misc/i3status: drop old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/i3status/i3status-2.13.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/x11-misc/i3status/i3status-2.13.ebuild b/x11-misc/i3status/i3status-2.13.ebuild deleted file mode 100644 index 0648dee3cb59..000000000000 --- a/x11-misc/i3status/i3status-2.13.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit fcaps - -DESCRIPTION="generates a status bar for dzen2, xmobar or similar" -HOMEPAGE="https://i3wm.org/i3status/" -SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" - -BDEPEND="virtual/pkgconfig" -RDEPEND=" - >=dev-libs/yajl-2.0.2 - dev-libs/confuse:= - dev-libs/libnl:3 - media-libs/alsa-lib - || ( media-sound/pulseaudio media-sound/apulse[sdk] ) -" -DEPEND=" - ${RDEPEND} - app-text/asciidoc - app-text/xmlto -" - -src_compile() { - pushd "${S}/${CHOST}" || die - default -} - -src_install() { - pushd "${S}/${CHOST}" || die - default -} - -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}" -} |