Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-djvulibre/
Date: Mon, 17 Jul 2017 12:56:57
Message-Id: 1500296203.b7916ac3d47255f5a4e579b71d02f53218400c9a.pinkbyte@gentoo
1 commit: b7916ac3d47255f5a4e579b71d02f53218400c9a
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 12:51:39 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 12:56:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7916ac3
7
8 dev-python/python-djvulibre: drop old version
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-python/python-djvulibre/Manifest | 1 -
13 .../python-djvulibre/python-djvulibre-0.3.9.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/python-djvulibre/Manifest b/dev-python/python-djvulibre/Manifest
17 index d0c6f778eff..9c3e9d021ed 100644
18 --- a/dev-python/python-djvulibre/Manifest
19 +++ b/dev-python/python-djvulibre/Manifest
20 @@ -1,2 +1 @@
21 -DIST python-djvulibre-0.3.9.tar.gz 120663 SHA256 ca11e57ae14161788ba8ee48063136f3fa12aad887035a36c3b2bfb8346c1a44 SHA512 30c3ce2dc09d3e2d1d1c3608a76a4b4ea61d05dbc69a41476cfc3b0e99d68626b4dfbbad0acfdb074fe6ee6c36ad4a4e382a545d3dafc2f12d149fa96e034595 WHIRLPOOL ca675f63bd5455e40e2cac820dcb172043a0dc317830cb8264a4d4ebb6d2f8afa1309e7ab37197d4f9067c8335c3e41e14bed10f33fb11c54cbb0ad0d8a94c03
22 DIST python-djvulibre-0.8.tar.gz 85436 SHA256 9d6bf3143fa540e8ce330949c9edff7847ad7cd715f7c02e2991212873a5f31b SHA512 c817fc518f398bf16664a5f5dc80e8bd086015c13f82c5265548e5ca5d90f293cb2132961ba8a73cb184bc7883bb5868d2d49ecd950d045d0729f876703e710c WHIRLPOOL c1b23f141ab31eb427aa7b373b55b9886ab2f1189d35837741503e442d7ce80e70550ecfba091052cf5d126b46de8ccf5632205acb8d229993abc75ebdd3c725
23
24 diff --git a/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild b/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild
25 deleted file mode 100644
26 index ff79465c84f..00000000000
27 --- a/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Set of Python bindings for the DjVuLibre library"
40 -HOMEPAGE="http://jwilk.net/software/python-djvulibre"
41 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -RDEPEND="app-text/djvu"
48 -DEPEND="${RDEPEND}
49 - dev-python/cython[${PYTHON_USEDEP}]
50 - dev-python/setuptools[${PYTHON_USEDEP}]
51 -"