summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-28 15:01:59 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-28 15:02:54 +0200
commit235ef6a607e0dd503aad0c9c2aff07a815880f6e (patch)
tree74cceabd5e6d0764861fcc013e0021e9db1ccee5
parentdev-scheme/kawa: Fix obsolete pkg reference (diff)
downloadgentoo-235ef6a6.tar.gz
gentoo-235ef6a6.tar.bz2
gentoo-235ef6a6.zip
app-misc/jira-cli: Remove last-rited pkg
Closes: https://bugs.gentoo.org/659410
-rw-r--r--app-misc/jira-cli/Manifest1
-rw-r--r--app-misc/jira-cli/jira-cli-2.1.5.ebuild46
-rw-r--r--app-misc/jira-cli/metadata.xml8
-rw-r--r--profiles/package.mask4
4 files changed, 0 insertions, 59 deletions
diff --git a/app-misc/jira-cli/Manifest b/app-misc/jira-cli/Manifest
deleted file mode 100644
index 7e8001d1c2b3..000000000000
--- a/app-misc/jira-cli/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jira-cli-2.1.5.tar.gz 122947 BLAKE2B 981f2df0e695da4c7a1db312f148f848f633a65a4fdf74e0235bfc69c1940697558a3c0ab49cab85ea7c7833e7c7ee754d6cd8db01a90370250ec46a8c66d0ee SHA512 8d8cad01d93fcca63ac9420856bca4825bba1e1954e674378c2a3f501c7716125afbda96c5ef12ba4d90e4e771b1d80165aaff1db883af5706510476bd9d8799
diff --git a/app-misc/jira-cli/jira-cli-2.1.5.ebuild b/app-misc/jira-cli/jira-cli-2.1.5.ebuild
deleted file mode 100644
index 8965187ccee3..000000000000
--- a/app-misc/jira-cli/jira-cli-2.1.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple command line utility to interact with your jira instance"
-HOMEPAGE="https://github.com/alisaifee/jira-cli"
-SRC_URI="https://github.com/alisaifee/jira-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="${CDEPEND}
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/termcolor[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/jira[${PYTHON_USEDEP},oauth]
- dev-python/suds[${PYTHON_USEDEP}]
- >=dev-python/keyring-10.0.2-r1[${PYTHON_USEDEP}]
- dev-python/keyrings_alt[${PYTHON_USEDEP}]"
-
-DEPEND="${CDEPEND}
- test? ( ${RDEPEND}
- >=dev-python/coverage-4.0.3[${PYTHON_USEDEP}]
- dev-python/hiro[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- >=dev-python/vcrpy-1.7.4[${PYTHON_USEDEP}] )"
-
-RESTRICT="test"
-
-python_prepare_all() {
- sed -i -e '/ordereddict/d' -e '/argparse/d' requirements/main.txt || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- nosetests || die
-}
diff --git a/app-misc/jira-cli/metadata.xml b/app-misc/jira-cli/metadata.xml
deleted file mode 100644
index 1b73437545ed..000000000000
--- a/app-misc/jira-cli/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-needed -->
- <upstream>
- <remote-id type="github">alisaifee/jira-cli</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index e2763b9191d6..ce901e388858 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -143,10 +143,6 @@ app-crypt/gkeys-gen
# Doesn't work at all (#645388). Removal in a month
net-misc/whatportis
-# Pacho Ramos <pacho@gentoo.org> (28 Jun 2018)
-# Cannot be imported, bug #659410. Removal in a month.
-app-misc/jira-cli
-
# Andreas Sturmlechner <asturm@gentoo.org> (26 Jun 2018)
# Mask Qt4 for removal. Bug #631788
=dev-qt/assistant-4.8.7