summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/byobu/byobu-4.40.ebuild')
-rw-r--r--app-misc/byobu/byobu-4.40.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-misc/byobu/byobu-4.40.ebuild b/app-misc/byobu/byobu-4.40.ebuild
deleted file mode 100644
index bb45113fb8cf..000000000000
--- a/app-misc/byobu/byobu-4.40.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-4.40.ebuild,v 1.1 2011/10/14 23:29:34 radhermit Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)"
-HOMEPAGE="https://launchpad.net/byobu"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( app-misc/screen app-misc/tmux )
- dev-libs/newt"
-
-src_prepare() {
- python_convert_shebangs -r 2 .
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- # Create symlinks for backends
- dosym ${PN} /usr/bin/${PN}-screen || die
- dosym ${PN} /usr/bin/${PN}-tmux || die
-}