diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-01-20 23:36:00 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-01-20 23:36:00 +0000 |
commit | 8f72af75a2ba8a10f4885f955987599b34822f80 (patch) | |
tree | 70b708c532770ef66312d155fa85bc1a2dfefb03 /dev-python/twisted-news/twisted-news-13.2.0.ebuild | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-8f72af75a2ba8a10f4885f955987599b34822f80.tar.gz gentoo-2-8f72af75a2ba8a10f4885f955987599b34822f80.tar.bz2 gentoo-2-8f72af75a2ba8a10f4885f955987599b34822f80.zip |
bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/twisted-news/twisted-news-13.2.0.ebuild')
-rw-r--r-- | dev-python/twisted-news/twisted-news-13.2.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/twisted-news/twisted-news-13.2.0.ebuild b/dev-python/twisted-news/twisted-news-13.2.0.ebuild new file mode 100644 index 000000000000..f98915bb5a5a --- /dev/null +++ b/dev-python/twisted-news/twisted-news-13.2.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-13.2.0.ebuild,v 1.1 2014/01/20 23:36:00 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit twisted-r1 + +DESCRIPTION="Twisted News is an NNTP server and programming library." + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] + =dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |