public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jira-cli/
Date: Mon, 13 Feb 2017 10:17:39 +0000 (UTC)	[thread overview]
Message-ID: <1486981043.edc4a7dbc723dbbcff45c10cd5246d39d06dbaeb.mrueg@gentoo> (raw)

commit:     edc4a7dbc723dbbcff45c10cd5246d39d06dbaeb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 10:17:23 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 10:17:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc4a7db

app-misc/jira-cli: Remove old

Package-Manager: portage-2.3.3

 app-misc/jira-cli/Manifest                 |  1 -
 app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild | 47 ------------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-misc/jira-cli/Manifest b/app-misc/jira-cli/Manifest
index f2ffefd807..6b31646e12 100644
--- a/app-misc/jira-cli/Manifest
+++ b/app-misc/jira-cli/Manifest
@@ -1,2 +1 @@
-DIST jira-cli-2.1.4.tar.gz 122946 SHA256 dca0cca199108bd4eab4b539fafca2012fed5c21caf6732c60c20aebf7cf1bc1 SHA512 83cb24d0773d3afd0f2370df49a7e9154fa7d50bdbd1828bf836c868d61b40d0ac5f03fdafe865af14896514ee0b8afe96d738bee222725f6483c0773e33ab0e WHIRLPOOL ce6c6bc8af66771f13649d038a0540bf5e4a2f2847ddbfc0b3753c6be625ca03862325e795dc5f3f6458cbdcaa1de48a900a63209c0a26f190897771fabf0c5f
 DIST jira-cli-2.1.5.tar.gz 122947 SHA256 bb0799ea575bc7c60fc800fb4790a3f82f68967eb06cc445a03b852227d92a88 SHA512 8d8cad01d93fcca63ac9420856bca4825bba1e1954e674378c2a3f501c7716125afbda96c5ef12ba4d90e4e771b1d80165aaff1db883af5706510476bd9d8799 WHIRLPOOL fa773d9343191c5cb116a0ea18627f9000289fcf53230ba563b402e432625326c8848c61909b72d62bf9e0e8b6e16b7aefbb9b3a8ef6132b0ee2552f42daf767

diff --git a/app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild b/app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild
deleted file mode 100644
index 86190c0fb9..0000000000
--- a/app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-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
-}


             reply	other threads:[~2017-02-13 10:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 10:17 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-23 12:04 [gentoo-commits] repo/gentoo:master commit in: app-misc/jira-cli/ Manuel Rüger
2017-05-17 11:29 Manuel Rüger
2017-02-13 10:17 Manuel Rüger
2017-01-01  3:19 Mike Gilbert
2016-11-20 14:01 Manuel Rüger
2016-11-20 14:01 Manuel Rüger
2016-11-14 22:49 Manuel Rüger
2016-11-14 18:48 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486981043.edc4a7dbc723dbbcff45c10cd5246d39d06dbaeb.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox