Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
Date: Fri, 29 Dec 2017 10:34:46
Message-Id: 1514543678.7afc82666e9fc3d1240e3e54f989a262ded65bdb.monsieurp@gentoo
1 commit: 7afc82666e9fc3d1240e3e54f989a262ded65bdb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 10:33:55 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 10:34:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afc8266
7
8 dev-python/libzilla: clean up old.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/libzilla/Manifest | 1 -
13 dev-python/libzilla/libzilla-1.3.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
17 index 0b4834e372e..8b66e0b3ef5 100644
18 --- a/dev-python/libzilla/Manifest
19 +++ b/dev-python/libzilla/Manifest
20 @@ -1,2 +1 @@
21 -DIST libzilla-1.3.zip 17384 BLAKE2B 380bcdd0edab1accc516bd9de12de93b9075ba5d0a8a9a8e12911b491eb30d593313d741c07e3020985762cc17f22ad73992ee6838255b7d5c1af896c676d8ca SHA512 cb38edbf71642b3358417247a62208bf865a6ea62f94eb5c3f4ee46b33ed90c53c8c3483ea3eea031e301d693d77ed65a221e7bd13a4c2dc4e436f8c2d92b66b
22 DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c
23
24 diff --git a/dev-python/libzilla/libzilla-1.3.ebuild b/dev-python/libzilla/libzilla-1.3.ebuild
25 deleted file mode 100644
26 index 0e317f053e0..00000000000
27 --- a/dev-python/libzilla/libzilla-1.3.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python3_{4,5} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
40 -HOMEPAGE="https://github.com/monsieurp/libzilla"
41 -SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
42 -
43 -KEYWORDS="amd64 x86"
44 -LICENSE="MIT"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND=""
49 -DEPEND="${RDEPEND}
50 - dev-python/setuptools[${PYTHON_USEDEP}]
51 - dev-python/docopt[${PYTHON_USEDEP}]
52 - dev-python/requests[${PYTHON_USEDEP}]"