app-vim/pyclewn: Remove old (py2)
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:56:21 +0000 (18:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:56:21 +0000 (18:56 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-vim/pyclewn/Manifest
app-vim/pyclewn/pyclewn-2.0.1.ebuild [deleted file]

index 6029df9c5740c848fd9080f1fce5ffca2f7513a5..ddda3be12253dec8fbf329b1a600d66dbdc3786b 100644 (file)
@@ -1,2 +1 @@
-DIST pyclewn-2.0.1.tar.gz 124914 BLAKE2B e1dc12174d2ac640476a36714a8ef221f64db4b19c9509a179bc0cf573200de0f1f888bcc3bb69f433064e2de2d881845099f609468e12ed72e5c547623d44e5 SHA512 996acbedbb7922109925f188efba4c71e83f1823c029f92dc00bb21449f024232ef55df0c74a9fd4bfa7229523ed9ad4301aa9dbb8a3c20424082fc6939f63db
 DIST pyclewn-2.1.tar.gz 129697 BLAKE2B 0dfef92cb36ea9fa89c7f0d85ed45e21c634732fc2d3d888dd792de22529bea86719f8ac8ed870dd5ab00efbfdb08011013a36880781abf9e0c64a62b2aa301a SHA512 346b98a9e37957a5bf97b8901247f56fa8e38bddac38727867773cf4e78e555d6a85848c4c400d1faf1159ba61122cfd4931c95a67e3b2abdfaae7996beb4f1b
diff --git a/app-vim/pyclewn/pyclewn-2.0.1.ebuild b/app-vim/pyclewn/pyclewn-2.0.1.ebuild
deleted file mode 100644 (file)
index fb63112..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils vim-plugin distutils-r1
-
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or gdb)"
-HOMEPAGE="http://pyclewn.sourceforge.net/"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="|| (
-       >=app-editors/vim-7.3[${PYTHON_USEDEP}]
-       >=app-editors/gvim-7.3[netbeans,${PYTHON_USEDEP}]
-)"
-DEPEND="${CDEPEND}
-       app-arch/vimball
-"
-RDEPEND="${DEPEND}
-       $(python_gen_cond_dep \
-               'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})
-"
-
-SLOT="0"
-
-#Completely broken (runs vim), disable for now
-#python_test() {
-#      esetup.py test
-#}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb || die "Extracting vimball failed"
-}
-
-pkg_postinst() {
-       vim-plugin_pkg_postinst
-
-       optfeature "C/C++ debugging" sys-devel/gdb
-       optfeature "Python debugging" dev-python/pdb-clone
-}