commit:     e098918e6c022f7112865f988f13fee32d6c68a4
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Thu Feb  4 03:14:53 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 03:14:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e098918e

app-misc/tmuxp: Remove old

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 app-misc/tmuxp/Manifest           |  3 ---
 app-misc/tmuxp/tmuxp-1.5.5.ebuild | 39 -------------------------------------
 app-misc/tmuxp/tmuxp-1.5.6.ebuild | 41 ---------------------------------------
 app-misc/tmuxp/tmuxp-1.6.2.ebuild | 41 ---------------------------------------
 4 files changed, 124 deletions(-)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index c4103cc29ba..fbfe30faad7 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,6 +1,3 @@
 DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 
863b428198e8bb2895802ba7365ac2ec43fc75c708b41929934b6803c79b8f6436b5233ad567f1ab010e6ae372d89261a7ee19953fa01ab9defd1e290b6da621
 SHA512 
f6fdecff23de883076461fcef3fb1555242d8a96f1c05c88fd0fb3216bbb99fb321680f484972b10f54ff87eb032d8627397f76960262612954eaab6bbf7c7a9
-DIST tmuxp-1.5.5.tar.gz 856665 BLAKE2B 
fa18222840b9c221de48a78291243776a66a7aec3221f23be3218f81eae0d15ce5a4568f7eff679c01793d4ac4d441f6714c37d9ac3c9f705af49214f5dc2570
 SHA512 
61c14197af7742b48dab95443bb818ede20d26aa46ab2e89b883a34e2bcec910d8210fc1358fc88f96ccc637c47d6432082cd58995b80a43234cebba95240ebc
-DIST tmuxp-1.5.6.tar.gz 883700 BLAKE2B 
c8ad08c709aa1763cc046a05c6241983d2cdd33ca530ce0510ae7bb68ce3e340d40c6ec23c9544ef8b0d8da38aad74305e13d7b6348b0f46da929e94b3e862ff
 SHA512 
1db74aa9ee6274aacec127aff210e8ed64176142991a9691c31c59ef0370503dddeb35b69c0a8229204968308c68788d408d6a5e0bc2ad1fb3320727ea4994f9
-DIST tmuxp-1.6.2.tar.gz 1014758 BLAKE2B 
c6c60978938892311151cfff35bdc74e2daa9a615b2952a14c4a0020e434af7c28d36466a5ae82db683c6bda9a95f12f7e032d04eb58c5b164aeb05b144b2005
 SHA512 
a38c3f46a726df0cd885113d82ed5a186d68f6d643a7bde6d169908373e6881fac14c8c46c00ede727e47e4e1af5f9d3cd79cb0057457478ace1ec0ba0632cfb
 DIST tmuxp-1.6.5.tar.gz 1017117 BLAKE2B 
4cc8955f9dcfffd237ffde3e7487496aaf85dd886fd124ad76d61e10fa64f90bac79cc4df9aac63122446b7a4727b01ceaea502d7bbe5f5ba7f68e89bbb86feb
 SHA512 
9095c196f20b537662ffa9d819c675e325fda7f49fb3fd9811f00fc1e1c763b7ea29cdd500bb7d775d1673ab2fc1386f662a2ff6744ffcd2b7aaab13a014cce3
 DIST tmuxp-1.7.2.tar.gz 1027293 BLAKE2B 
2564d196c9c327584d24f57ce72165a7cdff2209fe6869a4d3519eb0246329cd8159ecaa20c2a39e153bde224201b1f846f4244c4df72ac540cf0d71f9fba75a
 SHA512 
2ccf63c9f5b7049438ca6079894aac92a0f7496a56c68d88e5a9d5c2a42188a4e40d559792857881f492b28392a329697d4d43781f38ee7c49ed592aac8a69f8

diff --git a/app-misc/tmuxp/tmuxp-1.5.5.ebuild 
b/app-misc/tmuxp/tmuxp-1.5.5.ebuild
deleted file mode 100644
index 690c067f7de..00000000000
--- a/app-misc/tmuxp/tmuxp-1.5.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="tmux session manager. built on libtmux"
-HOMEPAGE="https://tmuxp.git-pull.com";
-SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       >=app-misc/tmux-3.0a
-       dev-python/kaptan[${PYTHON_USEDEP}]
-       >=dev-python/libtmux-0.8[${PYTHON_USEDEP}]
-       <dev-python/libtmux-0.9[${PYTHON_USEDEP}]
-       >=dev-python/click-7.0[${PYTHON_USEDEP}]
-       <dev-python/click-8.0[${PYTHON_USEDEP}]
-       >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-       test? (
-               >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}]
-               >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/app-misc/tmuxp/tmuxp-1.5.6.ebuild 
b/app-misc/tmuxp/tmuxp-1.5.6.ebuild
deleted file mode 100644
index 98d77a6c105..00000000000
--- a/app-misc/tmuxp/tmuxp-1.5.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="tmux session manager. built on libtmux"
-HOMEPAGE="https://tmuxp.git-pull.com";
-SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       >=app-misc/tmux-3.0a
-       >=dev-python/kaptan-0.5.10[${PYTHON_USEDEP}]
-       >=dev-python/libtmux-0.8[${PYTHON_USEDEP}]
-       <dev-python/libtmux-0.9[${PYTHON_USEDEP}]
-       >=dev-python/click-7.0[${PYTHON_USEDEP}]
-       <dev-python/click-8.0[${PYTHON_USEDEP}]
-       >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-       test? (
-               >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}]
-               >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
-               !dev-python/flaky
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/app-misc/tmuxp/tmuxp-1.6.2.ebuild 
b/app-misc/tmuxp/tmuxp-1.6.2.ebuild
deleted file mode 100644
index 11bc8626133..00000000000
--- a/app-misc/tmuxp/tmuxp-1.6.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="tmux session manager. built on libtmux"
-HOMEPAGE="https://tmuxp.git-pull.com";
-SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       >=app-misc/tmux-3.0a
-       >=dev-python/kaptan-0.5.10[${PYTHON_USEDEP}]
-       >=dev-python/libtmux-0.8.5[${PYTHON_USEDEP}]
-       <dev-python/libtmux-0.9[${PYTHON_USEDEP}]
-       >=dev-python/click-7.0[${PYTHON_USEDEP}]
-       <dev-python/click-8.0[${PYTHON_USEDEP}]
-       >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-       test? (
-               >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}]
-               >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
-               !dev-python/flaky
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
-}

Reply via email to