From e5b3c697ab9b369da53414cea196dc433ebb367b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Nizio?= Date: Sun, 28 Jun 2015 18:57:14 +0200 Subject: [PATCH] [dev-python/python-bugzilla] remove: Gentoo bug 528662 fixed --- dev-python/python-bugzilla/Manifest | 1 - dev-python/python-bugzilla/metadata.xml | 8 ------ .../python-bugzilla-1.1.0.ebuild | 26 ------------------- 3 files changed, 35 deletions(-) delete mode 100644 dev-python/python-bugzilla/Manifest delete mode 100644 dev-python/python-bugzilla/metadata.xml delete mode 100644 dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild diff --git a/dev-python/python-bugzilla/Manifest b/dev-python/python-bugzilla/Manifest deleted file mode 100644 index 8a57ce408..000000000 --- a/dev-python/python-bugzilla/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-bugzilla-1.1.0.tar.gz 70841 SHA256 7e24b50269a994b77463575a75dd5c91a892ebc669289171bef4e0193f3d9549 SHA512 30192d6c1e76f3a79b5059916ad773704e6ce503d5d44fbc9e5d7b4ac18b062108d336d8d2e0d26e4cd21ba421fc607e4b3ca2bd5a1e362561708c05b8322d88 WHIRLPOOL 1a2209b89125807cfd6db9258c2a2ee87641921316d8f2dd9123c28f90ca78f52241e1ead9fda392cc026421fd84244418791150cdca6cf07d9f86a4a34b134e diff --git a/dev-python/python-bugzilla/metadata.xml b/dev-python/python-bugzilla/metadata.xml deleted file mode 100644 index 84b639aeb..000000000 --- a/dev-python/python-bugzilla/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dilfridge@gentoo.org - Andreas K. Huettel - - 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 b7f6e51a5..000000000 --- a/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild,v 1.1 2014/11/01 03:31:25 dilfridge Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_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="" - -# not sure about the dev-python/python-magic dependency -# but this is what is currently in Portage (#528662) -DEPEND="${RDEPEND} - || ( sys-apps/file[python] dev-python/python-magic ) - dev-python/requests -"