* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/, profiles/
@ 2022-07-31 18:38 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-07-31 18:38 UTC (permalink / raw
To: gentoo-commits
commit: 96a784d52bd4aa62665559bcebd1837447d6d5a3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 18:37:08 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:37:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a784d5
app-vim/pyclewn: treeclean
Closes: https://bugs.gentoo.org/796326
Closes: https://bugs.gentoo.org/845615
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-vim/pyclewn/Manifest | 1 -
app-vim/pyclewn/metadata.xml | 12 --------
app-vim/pyclewn/pyclewn-2.1-r2.ebuild | 52 -----------------------------------
profiles/package.mask | 5 ----
4 files changed, 70 deletions(-)
diff --git a/app-vim/pyclewn/Manifest b/app-vim/pyclewn/Manifest
deleted file mode 100644
index ddda3be12253..000000000000
--- a/app-vim/pyclewn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyclewn-2.1.tar.gz 129697 BLAKE2B 0dfef92cb36ea9fa89c7f0d85ed45e21c634732fc2d3d888dd792de22529bea86719f8ac8ed870dd5ab00efbfdb08011013a36880781abf9e0c64a62b2aa301a SHA512 346b98a9e37957a5bf97b8901247f56fa8e38bddac38727867773cf4e78e555d6a85848c4c400d1faf1159ba61122cfd4931c95a67e3b2abdfaae7996beb4f1b
diff --git a/app-vim/pyclewn/metadata.xml b/app-vim/pyclewn/metadata.xml
deleted file mode 100644
index 09f00c6e1d2f..000000000000
--- a/app-vim/pyclewn/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pyclewn</remote-id>
- <remote-id type="sourceforge">pyclewn</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
deleted file mode 100644
index ac33eb0aeb32..000000000000
--- a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit vim-plugin distutils-r1 optfeature
-
-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"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="|| (
- app-editors/vim
- app-editors/gvim[netbeans]
-)"
-
-DEPEND="
- ${CDEPEND}
- app-arch/vimball"
-
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
- default
-
- # async in a now a reserved keyword.
- sed -e 's#async#_async#g;' \
- -i lib/clewn/gdb.py || die "can't patch gdb.py"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- python_optimize
-
- 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
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index c1d4ca5072c4..174d27f8f1af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -488,11 +488,6 @@ games-engines/nazghul
# Removal on 2022-08-09. Bug #857252.
dev-python/pydispatcher
-# Sam James <sam@gentoo.org> (2022-07-02)
-# Deprecated dependencies, no activity upstream. Bugs #845615, #796326.
-# Removal on 2022-08-02.
-app-vim/pyclewn
-
# Fabian Groffen <grobian@gentoo.org> (2022-07-02)
# Segfaults handling SPF validations (warn on permerror), like the
# previous release, better not to trust your important mail to
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-31 18:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 18:38 [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/, profiles/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox