Gentoo Archives: gentoo-commits

From: "Marien Zwart (marienz)" <marienz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: twisted-news-12.2.0.ebuild ChangeLog
Date: Thu, 27 Sep 2012 18:17:13
Message-Id: 20120927181704.3806621600@flycatcher.gentoo.org
1 marienz 12/09/27 18:17:04
2
3 Modified: ChangeLog
4 Added: twisted-news-12.2.0.ebuild
5 Log:
6 Bump to 12.2.0 (bug #423789)
7
8 (Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.56 dev-python/twisted-news/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.56&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.56&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?r1=1.55&r2=1.56
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
20 retrieving revision 1.55
21 retrieving revision 1.56
22 diff -u -r1.55 -r1.56
23 --- ChangeLog 22 Mar 2012 07:06:57 -0000 1.55
24 +++ ChangeLog 27 Sep 2012 18:17:04 -0000 1.56
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/twisted-news
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.55 2012/03/22 07:06:57 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.56 2012/09/27 18:17:04 marienz Exp $
30 +
31 +*twisted-news-12.2.0 (27 Sep 2012)
32 +
33 + 27 Sep 2012; Marien Zwart <marienz@g.o> +twisted-news-12.2.0.ebuild:
34 + Bump to 12.2.0 (bug #423789)
35
36 *twisted-news-12.0.0 (22 Mar 2012)
37
38 @@ -217,4 +222,3 @@
39 08 Apr 2005; Thomas Raschbacher <lordvan@g.o> twisted-news-0.1.0:
40 initial import
41 twisted-news was part of the main twisted release
42 -
43
44
45
46 1.1 dev-python/twisted-news/twisted-news-12.2.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/twisted-news-12.2.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/twisted-news-12.2.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: twisted-news-12.2.0.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-12.2.0.ebuild,v 1.1 2012/09/27 18:17:04 marienz Exp $
56
57 EAPI="4"
58 PYTHON_DEPEND="2"
59 SUPPORT_PYTHON_ABIS="1"
60 RESTRICT_PYTHON_ABIS="3.* *-jython"
61 MY_PACKAGE="News"
62
63 inherit twisted versionator
64
65 DESCRIPTION="Twisted News is an NNTP server and programming library."
66
67 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 IUSE=""
69
70 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
71 =dev-python/twisted-mail-$(get_version_component_range 1-2)*"
72 RDEPEND="${DEPEND}"
73
74 PYTHON_MODNAME="twisted/news twisted/plugins"