diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-14 19:19:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-14 19:23:45 +0200 |
commit | c157b7b4349fd15f96644c9ca6c3067a5005b4dd (patch) | |
tree | 91cd676022a69e036e0fabf91acc480c6bf0d450 /dev-vcs | |
parent | dev-ruby/json: Remove masked slot :0 (diff) | |
download | gentoo-c157b7b4349fd15f96644c9ca6c3067a5005b4dd.tar.gz gentoo-c157b7b4349fd15f96644c9ca6c3067a5005b4dd.tar.bz2 gentoo-c157b7b4349fd15f96644c9ca6c3067a5005b4dd.zip |
dev-vcs/git-bz: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735334
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-bz/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 39 | ||||
-rw-r--r-- | dev-vcs/git-bz/metadata.xml | 8 |
3 files changed, 0 insertions, 48 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> -</pkgmetadata> |