summaryrefslogtreecommitdiff
path: root/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild')
-rw-r--r--app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
deleted file mode 100644
index ed4e2949a395..000000000000
--- a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="tmux-based terminal divider"
-HOMEPAGE="https://github.com/greymd/tmux-xpanes"
-SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-
-IUSE="zsh-completion"
-
-RDEPEND="
- app-misc/tmux
- dev-lang/perl
- dev-libs/openssl:0=
- zsh-completion? ( app-shells/zsh )"
-
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-DOCS=( CONTRIBUTING.md LICENSE README.md )
-
-src_install() {
- dobin bin/*
- doman man/*.1
- einstalldocs
- if use zsh-completion; then
- insinto /usr/share/zsh/site-functions
- doins completion/zsh/*
- fi
-}