From 35c7c4990836cfe5992866e57ab667301c869df8 Mon Sep 17 00:00:00 2001 From: David Roman Date: Sat, 4 Apr 2026 01:50:36 +0200 Subject: [PATCH] app-doc/geeknote: treeclean Signed-off-by: David Roman --- app-doc/geeknote/Manifest | 2 -- app-doc/geeknote/geeknote-3.0.5.ebuild | 41 ---------------------- app-doc/geeknote/geeknote-3.0.6.ebuild | 39 --------------------- app-doc/geeknote/geeknote-9999.ebuild | 47 -------------------------- app-doc/geeknote/metadata.xml | 9 ----- profiles/package.mask | 1 - 6 files changed, 139 deletions(-) delete mode 100644 app-doc/geeknote/Manifest delete mode 100644 app-doc/geeknote/geeknote-3.0.5.ebuild delete mode 100644 app-doc/geeknote/geeknote-3.0.6.ebuild delete mode 100644 app-doc/geeknote/geeknote-9999.ebuild delete mode 100644 app-doc/geeknote/metadata.xml diff --git a/app-doc/geeknote/Manifest b/app-doc/geeknote/Manifest deleted file mode 100644 index 1b2d572652..0000000000 --- a/app-doc/geeknote/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST geeknote-3.0.5.tar.gz 69842 BLAKE2B c6bc3c0622625531d2dc96f334d86fb3dcb9dc4ad459f7a1cbe54e64593641d40b485021b2442a8ac1c56ea5167bcdd46f1a4d9063150945a9a40d3e528aba37 SHA512 87f7598bff94c7b42c276270ab75fbf7dbc26b82229359bcdc684633b1cced2a42716590212b6c19be7e68330b08c292a54d9612eaf72c71bfd5a34c8c4036ac -DIST geeknote-3.0.6.tar.gz 70684 BLAKE2B 32d4b888bc62eef7198286ea0928eba0de014dcbeca68a4845feb4600264d4f8a9d432481de0c69a6d9b09c980fba34933911358e513bd503f120780bbda7a0d SHA512 095ff8f5f3c493b996a479ce09206929383ea4acbde0598d78c234a7c4e9f05c916b9d56d0d5740474b44485070ed26d9c48a63e3cfae5af6327211c7e756a44 diff --git a/app-doc/geeknote/geeknote-3.0.5.ebuild b/app-doc/geeknote/geeknote-3.0.5.ebuild deleted file mode 100644 index 4200f69487..0000000000 --- a/app-doc/geeknote/geeknote-3.0.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown" -HOMEPAGE="https://github.com/vitaly-zdanevich/geeknote" -SRC_URI="https://github.com/vitaly-zdanevich/$PN/archive/refs/tags/v$PV.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] -)" - -RDEPEND=" - dev-python/evernote2[${PYTHON_USEDEP}] - dev-python/html2text[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/markdown2[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/thrift[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" - -RESTRICT="test" - -distutils_enable_tests pytest - -pkg_postinst() { - einfo "Autocompletion plugin is already bundled in oh-my-zsh. To enable just configure plugin definition" - einfo "plugins=( ... geeknote ...)" - einfo "see more at https://github.com/s7anley/zsh-geeknote" -} diff --git a/app-doc/geeknote/geeknote-3.0.6.ebuild b/app-doc/geeknote/geeknote-3.0.6.ebuild deleted file mode 100644 index 6268790cd1..0000000000 --- a/app-doc/geeknote/geeknote-3.0.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown" -HOMEPAGE="https://github.com/vitaly-zdanevich/geeknote" -SRC_URI="https://github.com/vitaly-zdanevich/$PN/archive/refs/tags/v$PV.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] -)" - -RDEPEND=" - dev-python/evernote2[${PYTHON_USEDEP}] - dev-python/html2text[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/markdown2[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/thrift[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -pkg_postinst() { - einfo "Autocompletion plugin is already bundled in oh-my-zsh. To enable just configure plugin definition" - einfo "plugins=( ... geeknote ...)" - einfo "see more at https://github.com/s7anley/zsh-geeknote" -} diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild deleted file mode 100644 index a591f400c0..0000000000 --- a/app-doc/geeknote/geeknote-9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) -DISTUTILS_USE_PEP517=setuptools - -inherit bash-completion-r1 distutils-r1 git-r3 - -DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown" -HOMEPAGE="https://github.com/vitaly-zdanevich/geeknote" -EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote" - -LICENSE="GPL-3" -SLOT="0" - -BDEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] -)" - -RDEPEND=" - dev-python/evernote2[${PYTHON_USEDEP}] - dev-python/html2text[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/markdown2[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/thrift[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" - -RESTRICT="test" - -# python_install_all() { -# dobashcomp completion/bash_completion/_geeknote -# insinto /usr/share/zsh/site-functions -# doins completion/zsh_completion/_geeknote -# distutils-r1_python_install_all -# } - -distutils_enable_tests pytest - -pkg_postinst() { - einfo "Autocompletion plugin is already bundled in oh-my-zsh. To enable just configure plugin definition" - einfo "plugins=( ... geeknote ...)" - einfo "see more at https://github.com/s7anley/zsh-geeknote" -} diff --git a/app-doc/geeknote/metadata.xml b/app-doc/geeknote/metadata.xml deleted file mode 100644 index 0adf1ec758..0000000000 --- a/app-doc/geeknote/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - vitaly-zdanevich/geeknote - https://github.com/vitaly-zdanevich/geeknote/issues - - diff --git a/profiles/package.mask b/profiles/package.mask index c30b430677..ed5a3fe6fc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -48,7 +48,6 @@ dev-python/mkdocs-rss-plugin # David Roman (2026-03-02) # Unmaintaned. Does not support python3_12 # Removal on 2026-04-02 -app-doc/geeknote app-misc/vocabsieve dev-python/nkdfu net-libs/dpdk