From c157b7b4349fd15f96644c9ca6c3067a5005b4dd Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 14 Sep 2020 19:19:51 +0200 Subject: dev-vcs/git-bz: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/735334 Signed-off-by: Michał Górny --- dev-vcs/git-bz/Manifest | 1 - dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 39 ------------------------------- dev-vcs/git-bz/metadata.xml | 8 ------- profiles/package.mask | 5 ---- 4 files changed, 53 deletions(-) delete mode 100644 dev-vcs/git-bz/Manifest delete mode 100644 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild delete mode 100644 dev-vcs/git-bz/metadata.xml diff --git a/dev-vcs/git-bz/Manifest b/dev-vcs/git-bz/Manifest deleted file mode 100644 index 010881a61175..000000000000 --- a/dev-vcs/git-bz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST git-bz-0.2015.09.08.tar.bz2 46980 BLAKE2B c5aae20c4c3946b01620f0cdd33248a67ffc3a3e8fb84bab6bb6ccda778ac82e7fb7fb6bbe463fb13733e5b8bf5ba95d0e316b0dbcee3ef30c5003c353521ce5 SHA512 8a468183f23d182ea566ceb524b05028c483e5eecc0c8babec42d67e99b8779af430d18373e130dcc13c8c58135ac62faf0a700c2731320617b47b00f5678133 diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild deleted file mode 100644 index b2b53fc0f807..000000000000 --- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='sqlite' - -inherit python-single-r1 - -DESCRIPTION="Bugzilla subcommand for git" -HOMEPAGE="http://www.fishsoup.net/software/git-bz/" -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - dev-vcs/git - ${PYTHON_DEPS}" - -src_configure() { - # custom script - ./configure --prefix="${EPREFIX}/usr" || die -} - -src_install() { - default - python_fix_shebang "${ED%/}"/usr/bin/${PN} -} - -pkg_postinst() { - if ! has_version dev-python/pycrypto; then - elog "For Chrome/-ium cookie decryption support, please install:" - elog " dev-python/pycrypto" - fi -} diff --git a/dev-vcs/git-bz/metadata.xml b/dev-vcs/git-bz/metadata.xml deleted file mode 100644 index 0319eec4c8be..000000000000 --- a/dev-vcs/git-bz/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - mgorny@gentoo.org - Michał Górny - - diff --git a/profiles/package.mask b/profiles/package.mask index af1a97722537..db9c08ecda52 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -674,11 +674,6 @@ app-admin/apg # Removal in 30 days. Bug #736517. dev-python/paver -# Michał Górny (2020-08-09) -# Python 2 only. No commits since 2015. -# Removal in 30 days. Bug #735334. -dev-vcs/git-bz - # Mikle Kolyada (2020-08-02) # consolekit is abandoned upstream. # People are encouraged to switch to any logind -- cgit v1.2.3-65-gdbad