Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-xpanes/
Date: Mon, 17 Sep 2018 16:02:54
Message-Id: 1537200163.05001a5e36f06c3780996470f5133a8a67168508.monsieurp@gentoo
1 commit: 05001a5e36f06c3780996470f5133a8a67168508
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 16:02:31 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 16:02:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05001a5e
7
8 app-misc/tmux-xpanes: clean up old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/tmux-xpanes/Manifest | 1 -
13 app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild | 36 ---------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-misc/tmux-xpanes/Manifest b/app-misc/tmux-xpanes/Manifest
17 index 94a7b4478e7..b37343e1df4 100644
18 --- a/app-misc/tmux-xpanes/Manifest
19 +++ b/app-misc/tmux-xpanes/Manifest
20 @@ -1,2 +1 @@
21 -DIST tmux-xpanes-2.2.2.tar.gz 34457 BLAKE2B b4f33ac6576db4100a4d6895c3c705fe3d44093a1c63d89c20f4203fb71160415903ae70880387f0419ec5bebdb9244a9e5802d9ae8a9c441e3ceebea1e70582 SHA512 0d5242daf95c0af78b64184ba1473620783072851f34fe2a91d4806dc529402bd506ada2e8a455b687f4504bac5cac8300249d555446edaa54a41f3b2eddd45c
22 DIST tmux-xpanes-3.0.0.tar.gz 45256 BLAKE2B 6637e27816af643498bb7523fcdd39fc5e9272adb83101a20fd5c77f0917ae832986b3f811dab2020b0906dd81808438b9dba5cef737d502a0d91d2a72c4de19 SHA512 2a7187ac7251211f7fd6832cc60182621ae12f40de30cb3826452ea0e8b032351a261d1b1e7d79d87dfea3bbe95fd5140157e1b1e1ff29492f4df489aaec4711
23
24 diff --git a/app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild b/app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild
25 deleted file mode 100644
26 index 8b1b598c9ea..00000000000
27 --- a/app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="tmux-based terminal divider"
36 -HOMEPAGE="https://github.com/greymd/tmux-xpanes"
37 -SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 -KEYWORDS="amd64 x86"
40 -LICENSE="MIT"
41 -SLOT="0"
42 -
43 -IUSE="zsh-completion"
44 -
45 -RDEPEND="
46 - app-misc/tmux
47 - dev-lang/perl
48 - dev-libs/openssl:0=
49 - zsh-completion? ( app-shells/zsh )"
50 -
51 -DEPEND="${RDEPEND}"
52 -
53 -RESTRICT="test"
54 -
55 -DOCS=( CONTRIBUTING.md LICENSE README.md )
56 -
57 -src_install() {
58 - dobin bin/*
59 - doman man/*.1
60 - einstalldocs
61 - if use zsh-completion; then
62 - insinto /usr/share/zsh/site-functions
63 - doins contrib/completion/zsh/*
64 - fi
65 -}