Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/err/
Date: Fri, 30 Oct 2015 12:04:20
Message-Id: 1446206629.1489fcc188fcec5458b4de298a0d61734704601a.jlec@gentoo
1 commit: 1489fcc188fcec5458b4de298a0d61734704601a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 10:48:11 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:03:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1489fcc1
7
8 net-im/err: Move to virtual/dnspython
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 net-im/err/{err-1.7.1.ebuild => err-1.7.1-r1.ebuild} | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/net-im/err/err-1.7.1.ebuild b/net-im/err/err-1.7.1-r1.ebuild
17 similarity index 94%
18 rename from net-im/err/err-1.7.1.ebuild
19 rename to net-im/err/err-1.7.1-r1.ebuild
20 index 6e0d11a..d48befe 100644
21 --- a/net-im/err/err-1.7.1.ebuild
22 +++ b/net-im/err/err-1.7.1-r1.ebuild
23 @@ -1,29 +1,31 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 EAPI=5
30
31 PYTHON_COMPAT=( python2_7 )
32 +
33 inherit distutils-r1 eutils user
34
35 DESCRIPTION="Plugin based XMPP chatbot designed to be easily deployable, extensible and maintainable"
36 HOMEPAGE="https://gbin.github.com/err/"
37 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
38
39 -SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
40 KEYWORDS="~amd64 ~x86"
41 LICENSE="GPL-3"
42 SLOT="0"
43 IUSE="irc qt4 +plugins"
44
45 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
46 -RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
47 +RDEPEND="
48 dev-python/flask[${PYTHON_USEDEP}]
49 dev-python/jinja[${PYTHON_USEDEP}]
50 dev-python/pyfire[${PYTHON_USEDEP}]
51 dev-python/python-daemon[${PYTHON_USEDEP}]
52 dev-python/xmpppy
53 dev-python/yapsy[${PYTHON_USEDEP}]
54 + virtual/dnspython[${PYTHON_USEDEP}]
55 irc? (
56 dev-python/pyopenssl[${PYTHON_USEDEP}]
57 dev-python/twisted-core[${PYTHON_USEDEP}]