Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: ChangeLog twisted-news-9.0.0.ebuild
Date: Mon, 30 Nov 2009 01:33:41
Message-Id: E1NEv90-00026Y-Mi@stork.gentoo.org
1 arfrever 09/11/30 01:33:38
2
3 Modified: ChangeLog
4 Added: twisted-news-9.0.0.ebuild
5 Log:
6 Version bump (bug #294924).
7 (Portage version: 14920-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.32 dev-python/twisted-news/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 29 Nov 2009 13:41:19 -0000 1.31
23 +++ ChangeLog 30 Nov 2009 01:33:38 -0000 1.32
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/twisted-news
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.31 2009/11/29 13:41:19 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.32 2009/11/30 01:33:38 arfrever Exp $
29 +
30 +*twisted-news-9.0.0 (30 Nov 2009)
31 +
32 + 30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +twisted-news-9.0.0.ebuild:
34 + Version bump (bug #294924).
35
36 29 Nov 2009; Mounir Lamouri <volkmar@g.o>
37 twisted-news-8.2.0.ebuild:
38
39
40
41 1.1 dev-python/twisted-news/twisted-news-9.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/twisted-news-9.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/twisted-news-9.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: twisted-news-9.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-9.0.0.ebuild,v 1.1 2009/11/30 01:33:38 arfrever Exp $
51
52 EAPI="2"
53 SUPPORT_PYTHON_ABIS="1"
54 MY_PACKAGE="News"
55
56 inherit twisted versionator
57
58 DESCRIPTION="Twisted News is an NNTP server and programming library."
59
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
64 dev-python/twisted-mail"
65 RDEPEND="${DEPEND}"
66 RESTRICT_PYTHON_ABIS="3.*"
67
68 PYTHON_MODNAME="twisted/news twisted/plugins"