2016-10-28 07:52:17 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2014-01-21 13:37:03 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="5"
|
2015-04-08 16:23:29 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
2014-01-21 13:37:03 +04:00
|
|
|
|
|
|
|
inherit twisted-r1
|
|
|
|
|
2014-08-12 13:29:40 +04:00
|
|
|
DESCRIPTION="Twisted News is an NNTP server and programming library"
|
2014-01-21 13:37:03 +04:00
|
|
|
|
2015-06-02 10:28:38 +03:00
|
|
|
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
|
2014-01-21 13:37:03 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2016-10-28 07:52:17 +03:00
|
|
|
DEPEND="
|
|
|
|
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
|
2014-01-21 13:37:03 +04:00
|
|
|
=dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
|
2016-11-10 08:45:22 +03:00
|
|
|
RDEPEND="${DEPEND}
|
|
|
|
!dev-python/twisted
|
|
|
|
"
|