app-misc/jira-cli: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 13:01:59 +0000 (15:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 13:02:54 +0000 (15:02 +0200)
Closes: https://bugs.gentoo.org/659410

app-misc/jira-cli/Manifest [deleted file]
app-misc/jira-cli/jira-cli-2.1.5.ebuild [deleted file]
app-misc/jira-cli/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-misc/jira-cli/Manifest b/app-misc/jira-cli/Manifest
deleted file mode 100644 (file)
index 7e8001d..0000000
+++ /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 (file)
index 8965187..0000000
+++ /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 (file)
index 1b73437..0000000
+++ /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>
index e2763b9191d6e0a05382955413589f26022f1112..ce901e38885838da7bf9d95549a4b7a6d9bd337a 100644 (file)
@@ -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