summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 18:56:21 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 18:56:21 +0100
commit4d6a6719f9ce2b658796ceb333aa1bac194ffbe9 (patch)
treef410e17aa442e131af496c1af6470e45ee070527 /app-vim/pyclewn
parentdev-python/pbkdf2: Remove py2 (diff)
downloadgentoo-4d6a6719f9ce2b658796ceb333aa1bac194ffbe9.tar.gz
gentoo-4d6a6719f9ce2b658796ceb333aa1bac194ffbe9.tar.bz2
gentoo-4d6a6719f9ce2b658796ceb333aa1bac194ffbe9.zip
app-vim/pyclewn: Remove old (py2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/pyclewn')
-rw-r--r--app-vim/pyclewn/Manifest1
-rw-r--r--app-vim/pyclewn/pyclewn-2.0.1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/app-vim/pyclewn/Manifest b/app-vim/pyclewn/Manifest
index 6029df9c5740..ddda3be12253 100644
--- a/app-vim/pyclewn/Manifest
+++ b/app-vim/pyclewn/Manifest
@@ -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
index fb63112b6704..000000000000
--- a/app-vim/pyclewn/pyclewn-2.0.1.ebuild
+++ /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
-}