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: twisted-news-8.2.0.ebuild ChangeLog
Date: Fri, 30 Oct 2009 12:50:11
Message-Id: E1N3qvg-0006wr-DE@stork.gentoo.org
1 arfrever 09/10/30 12:50:08
2
3 Modified: twisted-news-8.2.0.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14746-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/twisted-news/twisted-news-8.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/twisted-news-8.2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/twisted-news-8.2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/twisted-news-8.2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: twisted-news-8.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-8.2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- twisted-news-8.2.0.ebuild 8 Jan 2009 22:49:21 -0000 1.1
22 +++ twisted-news-8.2.0.ebuild 30 Oct 2009 12:50:07 -0000 1.2
23 @@ -1,16 +1,21 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-8.2.0.ebuild,v 1.1 2009/01/08 22:49:21 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-8.2.0.ebuild,v 1.2 2009/10/30 12:50:07 arfrever Exp $
28
29 -MY_PACKAGE=News
30 +EAPI="2"
31 +SUPPORT_PYTHON_ABIS="1"
32 +MY_PACKAGE="News"
33
34 inherit twisted versionator
35
36 DESCRIPTION="Twisted News is an NNTP server and programming library."
37
38 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
39 +IUSE=""
40
41 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
42 dev-python/twisted-mail"
43 +RDEPEND="${DEPEND}"
44 +RESTRICT_PYTHON_ABIS="3.*"
45
46 -IUSE=""
47 +PYTHON_MODNAME="twisted/news twisted/plugins"
48
49
50
51 1.30 dev-python/twisted-news/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.30&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.30&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-news/ChangeLog?r1=1.29&r2=1.30
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
60 retrieving revision 1.29
61 retrieving revision 1.30
62 diff -u -r1.29 -r1.30
63 --- ChangeLog 8 Jan 2009 22:49:21 -0000 1.29
64 +++ ChangeLog 30 Oct 2009 12:50:07 -0000 1.30
65 @@ -1,6 +1,10 @@
66 # ChangeLog for dev-python/twisted-news
67 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.29 2009/01/08 22:49:21 patrick Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.30 2009/10/30 12:50:07 arfrever Exp $
70 +
71 + 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
72 + twisted-news-8.2.0.ebuild:
73 + Set SUPPORT_PYTHON_ABIS.
74
75 *twisted-news-8.2.0 (08 Jan 2009)