diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-14 17:53:43 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-14 18:04:56 +0200 |
commit | 921676f0ac0f1107c3b42ce8f4c7ca9657086442 (patch) | |
tree | f95334df57bea9049714fe5534812c20f57ca9fa /dev-python/libzilla | |
parent | dev-python/libzilla: version bump. (diff) | |
download | gentoo-921676f0ac0f1107c3b42ce8f4c7ca9657086442.tar.gz gentoo-921676f0ac0f1107c3b42ce8f4c7ca9657086442.tar.bz2 gentoo-921676f0ac0f1107c3b42ce8f4c7ca9657086442.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/Manifest | 1 | ||||
-rw-r--r-- | dev-python/libzilla/libzilla-1.1.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest index 809c97a6f755..624f58807662 100644 --- a/dev-python/libzilla/Manifest +++ b/dev-python/libzilla/Manifest @@ -1,2 +1 @@ -DIST libzilla-1.1.zip 15743 SHA256 9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750 WHIRLPOOL aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0 DIST libzilla-1.2.zip 15869 SHA256 2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0 WHIRLPOOL a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4 diff --git a/dev-python/libzilla/libzilla-1.1.ebuild b/dev-python/libzilla/libzilla-1.1.ebuild deleted file mode 100644 index d9deb7e820eb..000000000000 --- a/dev-python/libzilla/libzilla-1.1.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=5 - -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}]" |