From 54c5c17e04ef0ae8bd378e500f7b0e55cbc43c15 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 9 Nov 2015 10:33:52 +0100 Subject: app-misc/tmux: Removed old. Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler --- app-misc/tmux/tmux-2.0-r3.ebuild | 86 ---------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 app-misc/tmux/tmux-2.0-r3.ebuild (limited to 'app-misc/tmux') diff --git a/app-misc/tmux/tmux-2.0-r3.ebuild b/app-misc/tmux/tmux-2.0-r3.ebuild deleted file mode 100644 index 0c74bd5cd4ca..000000000000 --- a/app-misc/tmux/tmux-2.0-r3.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils bash-completion-r1 flag-o-matic - -DESCRIPTION="Terminal multiplexer" -HOMEPAGE="http://tmux.github.io/" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="debug selinux vim-syntax" - -CDEPEND=" - =dev-libs/libevent-2.0* - !sys-apps/utempter - sys-libs/ncurses" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-screen ) - vim-syntax? ( || ( - app-editors/vim - app-editors/gvim ) )" - -DOCS=( CHANGES FAQ README TODO ) - -PATCHES=( "${FILESDIR}"/${P}-flags.patch ) - -pkg_setup() { - if has_version "