From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 07CE613888F for ; Fri, 30 Oct 2015 12:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8DC721C023; Fri, 30 Oct 2015 12:04:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CDBA21C01D for ; Fri, 30 Oct 2015 12:04:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F1EF340C90 for ; Fri, 30 Oct 2015 12:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EABAE1B04 for ; Fri, 30 Oct 2015 12:03:59 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446206629.1489fcc188fcec5458b4de298a0d61734704601a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/err/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/err/err-1.7.1-r1.ebuild net-im/err/err-1.7.1.ebuild X-VCS-Directories: net-im/err/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1489fcc188fcec5458b4de298a0d61734704601a X-VCS-Branch: master Date: Fri, 30 Oct 2015 12:03:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8efd44b4-7bc6-4bd2-8ab5-5cfb803f4401 X-Archives-Hash: b713c554620c37ca4d7b68740f752551 commit: 1489fcc188fcec5458b4de298a0d61734704601a Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 30 10:48:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 30 12:03:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1489fcc1 net-im/err: Move to virtual/dnspython Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> net-im/err/{err-1.7.1.ebuild => err-1.7.1-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-im/err/err-1.7.1.ebuild b/net-im/err/err-1.7.1-r1.ebuild similarity index 94% rename from net-im/err/err-1.7.1.ebuild rename to net-im/err/err-1.7.1-r1.ebuild index 6e0d11a..d48befe 100644 --- a/net-im/err/err-1.7.1.ebuild +++ b/net-im/err/err-1.7.1-r1.ebuild @@ -1,29 +1,31 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) + inherit distutils-r1 eutils user DESCRIPTION="Plugin based XMPP chatbot designed to be easily deployable, extensible and maintainable" HOMEPAGE="https://gbin.github.com/err/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" SLOT="0" IUSE="irc qt4 +plugins" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}] +RDEPEND=" dev-python/flask[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pyfire[${PYTHON_USEDEP}] dev-python/python-daemon[${PYTHON_USEDEP}] dev-python/xmpppy dev-python/yapsy[${PYTHON_USEDEP}] + virtual/dnspython[${PYTHON_USEDEP}] irc? ( dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}]