summaryrefslogtreecommitdiff
path: root/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-01-12 22:43:56 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-01-12 22:44:24 +0000
commitca8f55d29e6ea4254c63b95bb5512e549579f157 (patch)
tree95460baf40d28eb24e13cc659e9fb4119fada7a9 /dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild
parenta4d8101e45aefdb0d4242db5097ead95944bac5b (diff)
downloadgentoo-ca8f55d29e6ea4254c63b95bb5512e549579f157.tar.gz
gentoo-ca8f55d29e6ea4254c63b95bb5512e549579f157.tar.bz2
gentoo-ca8f55d29e6ea4254c63b95bb5512e549579f157.zip
dev-python/python-bugzilla: Clean up old.
Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild')
-rw-r--r--dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild
deleted file mode 100644
index e6de1476ddfc..000000000000
--- a/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC"
-HOMEPAGE="https://fedorahosted.org/python-bugzilla/"
-SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- || ( dev-python/python-magic[${PYTHON_USEDEP}] sys-apps/file[python,${PYTHON_USEDEP}] )
- dev-python/requests[${PYTHON_USEDEP}]
-"