diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-01-14 03:57:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-01-14 03:57:54 +0000 |
commit | 6476edf3b4861d3446799c6ff7e676ffb61785dc (patch) | |
tree | 9d521785c030f3963ff77edea0797ea84dd52351 /dev-python/twisted-news | |
parent | Bump (diff) | |
download | gentoo-2-6476edf3b4861d3446799c6ff7e676ffb61785dc.tar.gz gentoo-2-6476edf3b4861d3446799c6ff7e676ffb61785dc.tar.bz2 gentoo-2-6476edf3b4861d3446799c6ff7e676ffb61785dc.zip |
Bump
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-news')
-rw-r--r-- | dev-python/twisted-news/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/twisted-news/twisted-news-12.3.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog index 5c0c1277f0bf..93282d39244c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.58 2012/10/08 19:31:03 marienz Exp $ +# 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 $ + +*twisted-news-12.3.0 (14 Jan 2013) + + 14 Jan 2013; Patrick Lauer <patrick@gentoo.org> +twisted-news-12.3.0.ebuild: + Bump 08 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-news-12.2.0.ebuild: Fix python dependency to match dev-python/twisted's, spotted by Arfrever. diff --git a/dev-python/twisted-news/twisted-news-12.3.0.ebuild b/dev-python/twisted-news/twisted-news-12.3.0.ebuild new file mode 100644 index 000000000000..6bcc5b3fff38 --- /dev/null +++ b/dev-python/twisted-news/twisted-news-12.3.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-12.3.0.ebuild,v 1.1 2013/01/14 03:57:54 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" |