summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-05-20 07:08:32 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-05-20 07:08:32 +0000
commitc3199d5922fed62c9711e19a93e3f461c7cc9029 (patch)
tree278a8240b41663da2b0072319be219960cf54409 /dev-python/twisted-news
parentBump (diff)
downloadgentoo-2-c3199d5922fed62c9711e19a93e3f461c7cc9029.tar.gz
gentoo-2-c3199d5922fed62c9711e19a93e3f461c7cc9029.tar.bz2
gentoo-2-c3199d5922fed62c9711e19a93e3f461c7cc9029.zip
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-news')
-rw-r--r--dev-python/twisted-news/ChangeLog7
-rw-r--r--dev-python/twisted-news/twisted-news-14.0.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog
index abafc8757250..9d16df6a0d13 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.72 2014/01/21 04:53:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.73 2014/05/20 07:08:32 patrick Exp $
+
+*twisted-news-14.0.0 (20 May 2014)
+
+ 20 May 2014; Patrick Lauer <patrick@gentoo.org> +twisted-news-14.0.0.ebuild:
+ Bump
21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -twisted-news-10.2.0.ebuild,
-twisted-news-11.0.0.ebuild, -twisted-news-11.1.0.ebuild,
diff --git a/dev-python/twisted-news/twisted-news-14.0.0.ebuild b/dev-python/twisted-news/twisted-news-14.0.0.ebuild
new file mode 100644
index 000000000000..a810cdf1ca56
--- /dev/null
+++ b/dev-python/twisted-news/twisted-news-14.0.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-14.0.0.ebuild,v 1.1 2014/05/20 07:08:32 patrick 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}"