summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-04-08 06:52:00 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-04-08 06:52:00 +0000
commit757f482db7bfdd7c2c3e64b9474c2002de66652a (patch)
tree264c1938394a3a62007ce7082638a69a5e874caf /dev-python/twisted-news
parentBump (diff)
downloadgentoo-2-757f482db7bfdd7c2c3e64b9474c2002de66652a.tar.gz
gentoo-2-757f482db7bfdd7c2c3e64b9474c2002de66652a.tar.bz2
gentoo-2-757f482db7bfdd7c2c3e64b9474c2002de66652a.zip
Bump
(Portage version: 2.2.0_alpha171/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-13.0.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog
index 93282d39244c..99dba369515b 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.59 2013/01/14 03:57:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.60 2013/04/08 06:52:00 patrick Exp $
+
+*twisted-news-13.0.0 (08 Apr 2013)
+
+ 08 Apr 2013; Patrick Lauer <patrick@gentoo.org> +twisted-news-13.0.0.ebuild:
+ Bump
*twisted-news-12.3.0 (14 Jan 2013)
diff --git a/dev-python/twisted-news/twisted-news-13.0.0.ebuild b/dev-python/twisted-news/twisted-news-13.0.0.ebuild
new file mode 100644
index 000000000000..80f0c6ac750f
--- /dev/null
+++ b/dev-python/twisted-news/twisted-news-13.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 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.0.0.ebuild,v 1.1 2013/04/08 06:52:00 patrick Exp $
+
+EAPI="4"
+PYTHON_DEPEND="2:2.6"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython"
+MY_PACKAGE="News"
+
+inherit twisted versionator
+
+DESCRIPTION="Twisted News is an NNTP server and programming library."
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
+ =dev-python/twisted-mail-$(get_version_component_range 1-2)*"
+RDEPEND="${DEPEND}"
+
+PYTHON_MODNAME="twisted/news twisted/plugins"