Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/
Date: Wed, 02 Sep 2015 03:25:12
Message-Id: 1441164278.e64d7eebe660b244136d70fd68b37bb641c3d201.prometheanfire@gentoo
1 commit: e64d7eebe660b244136d70fd68b37bb641c3d201
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 03:24:38 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 03:24:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64d7eeb
7
8 dev-python/PyECLib: cleanup
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/PyECLib/PyECLib-1.0.7.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-python/PyECLib/PyECLib-1.0.7.ebuild b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
16 deleted file mode 100644
17 index acfd959..0000000
18 --- a/dev-python/PyECLib/PyECLib-1.0.7.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Messaging API for RPC and notifications over a number of different messaging transports"
31 -HOMEPAGE="https://pypi.python.org/pypi/PyECLib"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="test"
38 -
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 -RDEPEND="dev-libs/liberasurecode"
41 -
42 -PATCHES=(
43 - "${FILESDIR}/1.0.7-erasurecode_locations.patch"
44 - "${FILESDIR}/PyECLib-usr-local.patch"
45 -)
46 -
47 -python_install() {
48 - distutils-r1_python_install
49 - rm "${D}"/usr/lib/*.la || die
50 -}