Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylzma/
Date: Tue, 02 May 2017 09:48:50
Message-Id: 1493718481.bf1eba72ab78bf06a15bf3f65316ef8a9910b3f5.mgorny@gentoo
1 commit: bf1eba72ab78bf06a15bf3f65316ef8a9910b3f5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 09:08:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 09:48:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1eba72
7
8 dev-python/pylzma: Clean old versions up
9
10 dev-python/pylzma/Manifest | 3 ---
11 dev-python/pylzma/pylzma-0.4.4-r1.ebuild | 28 ----------------------------
12 dev-python/pylzma/pylzma-0.4.5.ebuild | 28 ----------------------------
13 dev-python/pylzma/pylzma-0.4.6.ebuild | 28 ----------------------------
14 4 files changed, 87 deletions(-)
15
16 diff --git a/dev-python/pylzma/Manifest b/dev-python/pylzma/Manifest
17 index 89754e50006..3e6ca25d51a 100644
18 --- a/dev-python/pylzma/Manifest
19 +++ b/dev-python/pylzma/Manifest
20 @@ -1,4 +1 @@
21 -DIST pylzma-0.4.4.tar.gz 106537 SHA256 ba65fbeee504bd10af275399df10e5603a33226a3e22d393dfa59ae99765cff1 SHA512 50803ca88f86059908920cc3a67abf78d319aa74bcec4fcf65b7f42893f64e3a064c683ae017566900d457a34322945a9ef420f18c6d254318ee2a3d06c4a63a WHIRLPOOL 1da7c51c645ad197686e73562d6b718ace12ce7b433ecaf01e8b0c8601ee8da33df9ac4b1ebcb89ef7d4ca3493758d3a4c1b3a6dac98b4c74626ead4def1dabb
22 -DIST pylzma-0.4.5.tar.gz 109966 SHA256 02eb860567bf760a7dd48e55e9834f7668f0c3ffbaedefcb82f954438253b3e4 SHA512 024dc144dc2649982aa032f7dd14d64854ac72dc65ae676fcdd7b1440c3eb14583c9e315d8837448e4d98c101cbd00fb7dc7b138b609bfd4eabc0a6d1bc8f330 WHIRLPOOL 53db9f42de8a00fbfe11328b16f8f8974d6e06c591e74e640a783431574138861208abe2855ff6a8310fa4b4c8215c61aa44a296cc881e2929f5cd5ea7c05e07
23 -DIST pylzma-0.4.6.tar.gz 110092 SHA256 3357c1c74122ee289ce973788f8dc2371a00ec4a145397202001acfb4bc85974 SHA512 9418bebeea811a99ad6874340d36baf28d1310fb6d58eee94dc34f68a37916f18dfca52c32dd43d4d10bfca507d157315a563e6c5a3444a89fd381e9991de150 WHIRLPOOL d1856beb436e8319fbe5547581e0483847451db1d23e506b5bedd7df44c07f42d1d41c82ef02aa20eda479715c1f624d6e4bb02e76f9094f6bd65ec026585c09
24 DIST pylzma-0.4.8.tar.gz 115234 SHA256 e6239cc4c134083ef6cfee54b1b9f5116dfc081474e093136b1b0e3226ac2532 SHA512 27f9ba035f326fddbfd72b186bf272986838ff88f603f397a8dd503b99681cdf197848ff0e47e1035bd7c3fd40fd2c09026afec30728fd58f065602b0078fbeb WHIRLPOOL 351877b6c46c609b44e171998c336470fbd9a6252fd2639884d813437ed781c3a5e5566ca248a97398af00d1885909b167c4dd57612380cbaf42b2a1a72803e1
25
26 diff --git a/dev-python/pylzma/pylzma-0.4.4-r1.ebuild b/dev-python/pylzma/pylzma-0.4.4-r1.ebuild
27 deleted file mode 100644
28 index ba2fcaa20da..00000000000
29 --- a/dev-python/pylzma/pylzma-0.4.4-r1.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=(python2_7)
37 -# hashlib module required.
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python bindings for the LZMA compression library"
42 -HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ https://pypi.python.org/pypi/pylzma"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
48 -IUSE=""
49 -
50 -RDEPEND="dev-python/m2crypto[${PYTHON_USEDEP}]"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]"
53 -
54 -DOCS=(doc/usage.txt readme.txt)
55 -
56 -python_compile() {
57 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
58 - distutils-r1_python_compile
59 -}
60
61 diff --git a/dev-python/pylzma/pylzma-0.4.5.ebuild b/dev-python/pylzma/pylzma-0.4.5.ebuild
62 deleted file mode 100644
63 index b72e99e66c3..00000000000
64 --- a/dev-python/pylzma/pylzma-0.4.5.ebuild
65 +++ /dev/null
66 @@ -1,28 +0,0 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=5
71 -PYTHON_COMPAT=(python2_7)
72 -# hashlib module required.
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Python bindings for the LZMA compression library"
77 -HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ https://pypi.python.org/pypi/pylzma"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="LGPL-2.1"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
83 -IUSE=""
84 -
85 -RDEPEND="dev-python/m2crypto[${PYTHON_USEDEP}]"
86 -DEPEND="${RDEPEND}
87 - dev-python/setuptools[${PYTHON_USEDEP}]"
88 -
89 -DOCS=(doc/USAGE.md README.md)
90 -
91 -python_compile() {
92 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
93 - distutils-r1_python_compile
94 -}
95
96 diff --git a/dev-python/pylzma/pylzma-0.4.6.ebuild b/dev-python/pylzma/pylzma-0.4.6.ebuild
97 deleted file mode 100644
98 index b72e99e66c3..00000000000
99 --- a/dev-python/pylzma/pylzma-0.4.6.ebuild
100 +++ /dev/null
101 @@ -1,28 +0,0 @@
102 -# Copyright 1999-2015 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=5
106 -PYTHON_COMPAT=(python2_7)
107 -# hashlib module required.
108 -
109 -inherit distutils-r1
110 -
111 -DESCRIPTION="Python bindings for the LZMA compression library"
112 -HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ https://pypi.python.org/pypi/pylzma"
113 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
114 -
115 -LICENSE="LGPL-2.1"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
118 -IUSE=""
119 -
120 -RDEPEND="dev-python/m2crypto[${PYTHON_USEDEP}]"
121 -DEPEND="${RDEPEND}
122 - dev-python/setuptools[${PYTHON_USEDEP}]"
123 -
124 -DOCS=(doc/USAGE.md README.md)
125 -
126 -python_compile() {
127 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
128 - distutils-r1_python_compile
129 -}