commit: f802cf3d47f11747779c067e304f609a50e63212
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 18:17:45 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 07:21:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f802cf3d
www-client/pybugz: drop 0.13-r2, 0.13-r3
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-client/pybugz/Manifest | 1 -
www-client/pybugz/pybugz-0.13-r2.ebuild | 34 ---------------------------------
www-client/pybugz/pybugz-0.13-r3.ebuild | 32 -------------------------------
3 files changed, 67 deletions(-)
diff --git a/www-client/pybugz/Manifest b/www-client/pybugz/Manifest
index e15b1c517db8..b200bb86f00b 100644
--- a/www-client/pybugz/Manifest
+++ b/www-client/pybugz/Manifest
@@ -1,2 +1 @@
-DIST pybugz-0.13.tar.gz 26876 BLAKE2B
fbab5ff308e137bf590620362fe102408444c7c1cb375f2c2d426cf5873fba5cf8759d7083be4c6bd305191680af8d1afc3aaf0648e186a93af4dd0b60442093
SHA512
2cbbd32b44d0d513e91e5c35dca5c68e34a963190c31f9139922f6b8ba69c7362063155b35833a00c2bd064f94d99367e2941a573aed4488f9a71a3b163d4b54
DIST pybugz-0.14.tar.gz 26589 BLAKE2B
7d18060f0398869d8420013b298fd1899b89e9136332b961b289bbc93894d020ef3c6a5af90ddc5966e14a3eb65880fa5751d15011621177ee09176148d845f9
SHA512
4701b7e67bb922f3fcf5158449a07a872723347e83ff654ce93f8f2fdb495d720bcc387b74b68429fe48beb8b2acf98ad3ce77720e99dfffaba92cbc97052cdd
diff --git a/www-client/pybugz/pybugz-0.13-r2.ebuild
b/www-client/pybugz/pybugz-0.13-r2.ebuild
deleted file mode 100644
index da75248f5b4c..000000000000
--- a/www-client/pybugz/pybugz-0.13-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="readline(+),ssl(+)"
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-fi
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="https://github.com/williamh/pybugz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install_all() {
- distutils-r1_python_install_all
- newbashcomp contrib/bash-completion bugz
-
- insinto /usr/share/zsh/site-functions
- newins contrib/zsh-completion _pybugz
-}
diff --git a/www-client/pybugz/pybugz-0.13-r3.ebuild
b/www-client/pybugz/pybugz-0.13-r3.ebuild
deleted file mode 100644
index a9bc614cd437..000000000000
--- a/www-client/pybugz/pybugz-0.13-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="readline(+),ssl(+)"
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-fi
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="https://github.com/williamh/pybugz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-python_install_all() {
- distutils-r1_python_install_all
- newbashcomp contrib/bash-completion bugz
-
- insinto /usr/share/zsh/site-functions
- newins contrib/zsh-completion _pybugz
-}