Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/
Date: Thu, 22 Sep 2022 20:53:52
Message-Id: 1663880001.fe2ad2c6ddf0379ec0cfb6a87b67c4d89c212ff3.williamh@gentoo
1 commit: fe2ad2c6ddf0379ec0cfb6a87b67c4d89c212ff3
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 20:45:58 2022 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 20:53:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2ad2c6
7
8 www-client/pybugz: drop 0.13-r1
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 www-client/pybugz/pybugz-0.13-r1.ebuild | 34 ---------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/www-client/pybugz/pybugz-0.13-r1.ebuild b/www-client/pybugz/pybugz-0.13-r1.ebuild
16 deleted file mode 100644
17 index 9b656c02fba0..000000000000
18 --- a/www-client/pybugz/pybugz-0.13-r1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..9} )
27 -PYTHON_REQ_USE="readline(+)"
28 -
29 -if [ "${PV}" = "9999" ]; then
30 - EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
31 - inherit git-r3
32 -else
33 - SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
35 -fi
36 -
37 -inherit bash-completion-r1 distutils-r1
38 -
39 -DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
40 -HOMEPAGE="https://github.com/williamh/pybugz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -
45 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
46 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
47 -
48 -python_install_all() {
49 - distutils-r1_python_install_all
50 - newbashcomp contrib/bash-completion bugz
51 -
52 - insinto /usr/share/zsh/site-functions
53 - newins contrib/zsh-completion _pybugz
54 -}