aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/i3bar/i3bar-9999.ebuild')
-rw-r--r--x11-plugins/i3bar/i3bar-9999.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/x11-plugins/i3bar/i3bar-9999.ebuild b/x11-plugins/i3bar/i3bar-9999.ebuild
deleted file mode 100644
index 0e99f32..0000000
--- a/x11-plugins/i3bar/i3bar-9999.ebuild
+++ /dev/null
@@ -1,56 +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://git.merovius.de/i3bar"
-: ${EGIT_BRANCH:=tree}
-
-inherit base multilib git-2
-
-DESCRIPTION="An xcb-based status- and ws-bar for i3"
-HOMEPAGE="http://i3.zekjur.net/tree/"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug +man"
-
-RDEPEND="
- >=x11-libs/libxcb-1.1.93
- >=x11-libs/xcb-util-0.3.3
- || (
- <x11-libs/xcb-util-0.3.8
- (
- >=x11-libs/xcb-util-0.3.8
- >=x11-libs/xcb-util-keysyms-0.3.8
- >=x11-libs/xcb-util-wm-0.3.8
- )
- )
- x11-libs/libX11
- dev-libs/libev
- dev-libs/yajl
- "
-DEPEND="${RDEPEND}
- >=x11-proto/xcb-proto-1.3
- man? (
- >=app-text/asciidoc-8.3
- app-text/xmlto
- )
- "
-
-src_prepare() {
- use debug || { sed -i -e "s:DEBUG=1:DEBUG=0:" common.mk || die "sed die - debug" ; }
-}
-
-src_compile() {
- emake || die "emake compile die"
- use man && emake -C doc
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- use man && doman doc/*.1
-}