summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-01-20 23:36:00 +0000
committerIan Delaney <idella4@gentoo.org>2014-01-20 23:36:00 +0000
commit8f72af75a2ba8a10f4885f955987599b34822f80 (patch)
tree70b708c532770ef66312d155fa85bc1a2dfefb03 /dev-python/twisted-news
parentAdd arm64 love. (diff)
downloadgentoo-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')
-rw-r--r--dev-python/twisted-news/ChangeLog9
-rw-r--r--dev-python/twisted-news/twisted-news-13.2.0.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog
index 389e7aacf409..34b5c25db5c5 100644
--- a/dev-python/twisted-news/ChangeLog
+++ b/dev-python/twisted-news/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted-news
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.70 2013/11/24 18:37:31 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.71 2014/01/20 23:36:00 idella4 Exp $
+
+*twisted-news-13.2.0 (20 Jan 2014)
+
+ 20 Jan 2014; Ian Delaney <idella4@gentoo.org> +twisted-news-13.2.0.ebuild:
+ bump
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> twisted-news-12.3.0.ebuild:
Stable for arm, wrt bug #468150
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}"