From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C8E1C1388C1 for ; Mon, 9 Nov 2015 09:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75AD0E07E2; Mon, 9 Nov 2015 09:34:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 100B8E07E2 for ; Mon, 9 Nov 2015 09:34:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEAE933FEDE for ; Mon, 9 Nov 2015 09:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EED96235F for ; Mon, 9 Nov 2015 09:34:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1447061652.54c5c17e04ef0ae8bd378e500f7b0e55cbc43c15.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux/tmux-2.0-r3.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 54c5c17e04ef0ae8bd378e500f7b0e55cbc43c15 X-VCS-Branch: master Date: Mon, 9 Nov 2015 09:34:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed489841-38b3-41f0-b40d-24bbc27bfefe X-Archives-Hash: b09ec5071184be01ec60321fa9af0362 commit: 54c5c17e04ef0ae8bd378e500f7b0e55cbc43c15 Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 9 09:33:52 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 9 09:34:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c5c17e app-misc/tmux: Removed old. Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler gentoo.org> app-misc/tmux/tmux-2.0-r3.ebuild | 86 ---------------------------------------- 1 file changed, 86 deletions(-) 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 0c74bd5..0000000 --- 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 "