aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/i3status/i3status-9999.ebuild')
-rw-r--r--x11-plugins/i3status/i3status-9999.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-plugins/i3status/i3status-9999.ebuild b/x11-plugins/i3status/i3status-9999.ebuild
deleted file mode 100644
index 6d368dd..0000000
--- a/x11-plugins/i3status/i3status-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-EGIT_REPO_URI="git://code.stapelberg.de/i3status"
-
-inherit base multilib git-2
-
-DESCRIPTION="Generates status bar to use with dzen2 or xmobar"
-HOMEPAGE="http://i3.zekjur.net/i3status/"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="+man"
-
-RDEPEND="
- dev-libs/confuse
- net-wireless/wireless-tools
- media-libs/alsa-lib
- "
-DEPEND="${RDEPEND}
- man? (
- >=app-text/asciidoc-8.3
- app-text/xmlto
- )
- "
-src_prepare() {
- sed -i \
- '\|/usr/share/man/|d' \
- Makefile
-}
-
-src_compile() {
- emake ${PN}
- use man && emake -C man
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- use man && doman man/*.1
-}