summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-18 18:23:54 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-18 18:26:01 +0200
commitc30a825a27e9e171d41150f495827c62954adeda (patch)
treeb7132f79ee40a1fd7a646cacd688e6c23e97fdfc /dev-python/libzilla
parentdev-python/libzilla: version bump. (diff)
downloadgentoo-c30a825a27e9e171d41150f495827c62954adeda.tar.gz
gentoo-c30a825a27e9e171d41150f495827c62954adeda.tar.bz2
gentoo-c30a825a27e9e171d41150f495827c62954adeda.zip
dev-python/libzilla: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/libzilla')
-rw-r--r--dev-python/libzilla/Manifest1
-rw-r--r--dev-python/libzilla/libzilla-1.2.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 2736d0dda689..eff7bd77f2cc 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.2.zip 15869 SHA256 2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0 WHIRLPOOL a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4
DIST libzilla-1.3.zip 17384 SHA256 0b365586ff5249389357ca37f8d346801cf3b61c5cab9a4aa0fc4ee7e13e4035 SHA512 cb38edbf71642b3358417247a62208bf865a6ea62f94eb5c3f4ee46b33ed90c53c8c3483ea3eea031e301d693d77ed65a221e7bd13a4c2dc4e436f8c2d92b66b WHIRLPOOL 0a6fc193f8c843abb87980625be2edf3df382b4fa957bdfc36ce025258537de3dd5d228551bd3a389478658d1170c42571e82598ee4846df87b4250039eaf18d
diff --git a/dev-python/libzilla/libzilla-1.2.ebuild b/dev-python/libzilla/libzilla-1.2.ebuild
deleted file mode 100644
index b84aa7623610..000000000000
--- a/dev-python/libzilla/libzilla-1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"