From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E01A0138334 for ; Mon, 17 Sep 2018 16:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 982C1E082F; Mon, 17 Sep 2018 16:02:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 704F7E082F for ; Mon, 17 Sep 2018 16:02:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9E5A335CDC for ; Mon, 17 Sep 2018 16:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14AC13DC for ; Mon, 17 Sep 2018 16:02:50 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1537200163.05001a5e36f06c3780996470f5133a8a67168508.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-xpanes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux-xpanes/Manifest app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild X-VCS-Directories: app-misc/tmux-xpanes/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 05001a5e36f06c3780996470f5133a8a67168508 X-VCS-Branch: master Date: Mon, 17 Sep 2018 16:02:50 +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: 9e7dd8b4-1601-4e8d-83d9-395bb56514e7 X-Archives-Hash: 2b6f6a2d7fa3f997ff4617e3ce5ed64e commit: 05001a5e36f06c3780996470f5133a8a67168508 Author: Patrice Clement gentoo org> AuthorDate: Mon Sep 17 16:02:31 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Sep 17 16:02:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05001a5e app-misc/tmux-xpanes: clean up old. Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-misc/tmux-xpanes/Manifest | 1 - app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild | 36 --------------------------- 2 files changed, 37 deletions(-) diff --git a/app-misc/tmux-xpanes/Manifest b/app-misc/tmux-xpanes/Manifest index 94a7b4478e7..b37343e1df4 100644 --- a/app-misc/tmux-xpanes/Manifest +++ b/app-misc/tmux-xpanes/Manifest @@ -1,2 +1 @@ -DIST tmux-xpanes-2.2.2.tar.gz 34457 BLAKE2B b4f33ac6576db4100a4d6895c3c705fe3d44093a1c63d89c20f4203fb71160415903ae70880387f0419ec5bebdb9244a9e5802d9ae8a9c441e3ceebea1e70582 SHA512 0d5242daf95c0af78b64184ba1473620783072851f34fe2a91d4806dc529402bd506ada2e8a455b687f4504bac5cac8300249d555446edaa54a41f3b2eddd45c DIST tmux-xpanes-3.0.0.tar.gz 45256 BLAKE2B 6637e27816af643498bb7523fcdd39fc5e9272adb83101a20fd5c77f0917ae832986b3f811dab2020b0906dd81808438b9dba5cef737d502a0d91d2a72c4de19 SHA512 2a7187ac7251211f7fd6832cc60182621ae12f40de30cb3826452ea0e8b032351a261d1b1e7d79d87dfea3bbe95fd5140157e1b1e1ff29492f4df489aaec4711 diff --git a/app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild b/app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild deleted file mode 100644 index 8b1b598c9ea..00000000000 --- a/app-misc/tmux-xpanes/tmux-xpanes-2.2.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 contrib/completion/zsh/* - fi -}